@charset "UTF-8";

@import "font-face.css";

body{
	filter: grayscale(1);
}

body, tr, td, p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

body.lang_en, .lang_en tr, .lang_en td, .lang_en p {
	font-family: "DIN", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body.lang_tc, .lang_tc tr, .lang_tc td, .lang_tc p,
body.lang_sc, .lang_sc tr, .lang_sc td, .lang_sc p,
.lang_tc .regular_font, .lang_sc .regular_font {
	font-family: "Noto Sans", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.lang_en .regular_font {
	font-family: "DIN", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.lang_en .bold_font {
	font-family: "DIN", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.lang_tc .bold_font, .lang_sc .bold_font {
	font-family: "Noto Sans", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*.lang_en .special_font, .lang_tc .special_font, .lang_sc .special_font {*/
/*font-family: "Libre Baskerville", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;*/
/*font-weight: normal;*/
/*}*/

.lang_en .special_font, .lang_tc .special_font, .lang_sc .special_font {
	font-family: "Bauer Bodoni", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.relative {
	position: relative;
}

.noPadding {
	padding: 0;
}

.noPaddingLeft {
	padding-left: 0;
}

.noPaddingRight {
	padding-right: 0;
}

.marginTop5 {
	margin-top: 5px;
}

.marginRight5 {
	margin-right: 5px;
}

.paddingBottom80 {
	padding-bottom: 80px;
}

.border {
	border: 1px solid #b0b0b0;
}

.overflow_hidden {
	overflow: hidden;
}

.visible {
	visibility: visible;
}

.visibleHidden {
	visibility: hidden;
}

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bebebe;
}

:focus::-moz-placeholder { /* Firefox 19+ */
	color: #bebebe;
}

:focus:-ms-input-placeholder { /* IE 10+ */
	color: #bebebe;
}

:focus:-moz-placeholder { /* Firefox 18- */
	color: #bebebe;
}

.cms_container ul, .cms_container ol {
	margin-left: -20px;
}

.cms_container ul li, .cms_container ol li {
	line-height: 25px;
}

.cms_container ol {
	list-style: none;
	counter-increment: step-counter;
}

.cms_container ol li::before {
	content: counter(step-counter) ". ";
	font-size: 20px;
	margin-left: -20px;
	font-weight: bold;
}

.cms_container_num ol {
	list-style: none;
	counter-reset: item;
	margin-left: -20px;
}

.cms_container_num ol li {
	counter-increment: item;
}

.cms_container_num ol li::before {
	content: counter(item) ". ";
	font-size: 20px;
	margin-left: -20px;
	font-weight: bold;
}

.gray_font {
	color: #656565 !important;
}

.gray_font p {
	color: #656565 !important;
}

/**************   header start  ***************/
.header_container {
	margin: 0;
	border-bottom: 1px solid #b0b0b0;
}

#nav_btn {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 14px;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav_bar {
	position: absolute;
	width: 32px;
	height: 2px;
	background: #000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#nav_bar_1 {
	top: 0px;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#nav_bar_2 {
	top: 12px;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.nav_bar_1_hover {
	top: 2px !important;
}

.nav_bar_2_hover {
	top: 10px !important;
}

.menu_btn {
	padding: 25px;
	position: absolute;
	right: 0;
	display: inline-block;
	background: rgba(255, 241, 0, 1);
}

.menu_box {
	width: 40px;
	height: 40px;
	display: table;
	cursor: pointer;
	position: relative;
}

.menu_box.active #nav_btn {
	display: none;
}

.menu_box.active:after {
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	content: "\e914";
	left: 0;
	font-family: 'icomoon' !important;
	text-align: center;
	font-size: 26px;
	padding-top: 6px;
	color: #000;
}

.header_box {
	height: 90px;
	position: relative;
}

.header_logo {
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.header_logo_zindex {
	z-index: 1 !important;
}

.menu_share {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.menu_share a {
	color: #fff;
}

.lang_container {
	position: absolute;
	right: 120px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.lang_container, .lang_container > div {
	display: inline-block;
}

.lang_select a {
	display: inline-block;
	width: 30px;
	height: 30px;
	/*border: 1px solid;*/
	text-align: center;
}

.lang_btn a {
	padding: 5px;
	color: #000;
}

.lang_btn a:hover {
	color: #000;
}

.lang_down {
	display: inline-block;
	position: relative;
	top: 1px;
	font-size: 14px;
	color: #c1bcbc;
}

.lang_select a {
	visibility: hidden;
	margin-right: -20px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.lang_select a.open {
	visibility: visible;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	margin-right: 5px;
}

.lang_select a.active {
	visibility: visible;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	margin-right: 5px;
}

.first_menu_box, .second_menu_box {
	list-style: none;
	padding: 0;
}

.first_menu, .second_menu {
	color: #fff !important;
}

.first_menu.active, .second_menu.active {
	color: yellow !important;
}

.menu_container {
	position: absolute;
	top: 90px;
	z-index: 10;
	height: calc(100vh - 90px);
	background: #1f1e2d;
	left: 0;
	right: 0;
}

.submission_btn {
	display: inline-block;
	position: absolute;
	right: 170px;
	width: 230px;
	border-radius: 35px;
	/*background-color: #38237b;*/
	color: #fff !important;
	padding: 10px 0;
	text-align: center;
	top: 20px;
	z-index: 4;
}

.white_div {
	display: inline-block;
	width: calc(100% - 90px);
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.white_div.active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

/**************   header end  ***************/

/**************   index start  ***************/
.slider_content {
	font-size: 28px;
}

.home_slider .owl-dots {
	display: none;
}

.slider_inner {
	position: relative;
	height: 100%;
	padding: 30px;
	color: #fff;
	/*background-color: #38237b;*/
}

.slider_dots {
	position: absolute;
	bottom: 5px;
	left: 30px;
}

.slider_dots span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(245, 245, 245, .4);
	margin: 5px 2px;
	cursor: pointer;
}

.slider_dots span:hover, .slider_dots span.active {
	background-color: #fff;
}

.slider_nav {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 8px 6px 8px;
	/*background: #322268;*/
	font-size: 18px;
	z-index: 1;
	color: #fff;
}

.nav_icon {
	cursor: pointer;
}

.nav_icon:first-child {
	border-right: 1px solid #fff;
	padding: 0 14px 0 8px;
}

.nav_icon:last-child {
	padding: 0 6px 0 10px;
}

.slide_text_container {
	height: 100%;
	padding-right: 120px;
}

.slide_text_container .title_line {
	background-color: #fff;
}

.inner_news {
	cursor: pointer;
}

.blue_font {
	color: #4583f5;
}

a.blue_font:link, a.blue_font:visited {
	color: #4583f5;
}

/*.inner_container {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*height: 200px;*/
/*width: 450px;*/
/*background: #fff;*/
/*box-shadow: 2px 0 3px #b1b1b1;*/
/*padding: 30px 20px 20px 20px;*/
/*}*/

/*.banner_slide .owl-nav {*/
/*position: absolute;*/
/*bottom: 8px;*/
/*left: 354px;*/
/*}*/

.banner_slide.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px;
	background: rgba(245, 245, 245, .4);
}

.banner_slide.owl-theme .owl-dots .owl-dot.active span, .banner_slide.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

/*.banner_slide.owl-theme .owl-nav [class*=owl-] {*/
/*color: #000;*/
/*font-size: 16px;*/
/*margin: 0;*/
/*padding: 0 15px;*/
/*background: none;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*border-radius: 0;*/
/*height: 18px;*/
/*}*/

/*.banner_slide .icon-previous, .banner_slide .icon-next {*/
/*position: relative;*/
/*top: -4px;*/
/*}*/

/*.banner_slide.owl-theme .owl-nav .owl-prev {*/
/*border-right: 1px solid #b0b0b0;*/
/*}*/

.children_name {
	font-size: 21px;
}

.children_item {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
}

.children_content {
	text-align: center;
	width: 100%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.children_color {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: -1px;
	background: rgba(255, 241, 0, 1);
}

.children_line {
	display: inline-block;
	height: 2px;
	width: 30px;
	background: rgba(255, 241, 0, 1);
	margin-bottom: 5px;
}

.hover_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.children_item:hover .hover_logo {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	z-index: 5;
}

.openShadow {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 20;
}

.openShadow.active {
	display: block;
}

.share_container {
	height: 30px;
	position: absolute;
	bottom: 30px;
}

.share_box {
	display: inline-block;
}

.share_img {
	font-size: 22px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a.share_logo {
	color: #b0b0b0;
}

a.share_logo:hover, a.share_logo:focus {
	color: #4583f5;
}

.share_img span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.share_img:not(:first-child) {
	visibility: hidden;
	margin-left: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.share_img:not(:first-child).active {
	visibility: visible;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	margin-left: 20px;
}

.bar_container {
	padding: 30px;
	border-top: 1px solid #b0b0b0;
}

.latestNews_box {
	border-bottom: 1px solid #b0b0b0;
}

.latestNews_box:first-child {
	border-top: 1px solid #b0b0b0;
}

.title_line {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #999;
	margin: 25px 0 10px;
}

.page_title_line {
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #999;
	margin: 25px 0 10px;
}

.latestNews_text {
	padding: 50px 30px 30px 30px;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.latestNews_background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	padding-top: 65%;
}

.latestNews_background:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.viewAll_container {
	padding: 30px;
}

.subscribe_container {
	padding: 35px 30px 30px;
	background: #e8e8e8;
}

.subscribe_form {
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}

.input_group {
	padding: 12px 15px;
	background: #fff;
	display: inline-block;
	float: left;
	width: calc(100% - 120px);
}

.input_name_div {
	border-right: 1px solid #b0b0b0;
}

.input_name_div input, .input_email_div input {
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	background: #fff;
}

.subscribe_box {
	position: relative;
	height: 60px;
}

.subscribe_title {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.subscribe_btn {
	display: inline-block;
	width: 120px;
	height: 64px;
	padding: 10px 0;
	text-align: center;
	float: left;
	border: none;
	border-radius: 0;
	background: #535353;
	color: #fff;
	border-radius: 4px;
}

.subscribe_img {
	position: absolute;
	right: 15px;
	bottom: -3px;
	font-size: 30px;
	color: #535353;
}

.banner_item {
	height: 600px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.inner_container span, .lang_btn {
	background-image: linear-gradient(180deg, #fff 45%, #fcf113 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
}

.inner_container span:hover, .lang_btn:hover {
	background-size: 100% 100%;
	cursor: pointer;
}

/**************   index end  ***************/

/**************   judging start  ***************/
.description_container {
	margin: 20px 0 30px 0;
}

/**************   judging end  ***************/

/**************   winner start  ***************/
.type_select_mobile {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #b0b0b0;
}

.description {
	margin-bottom: 20px;
}

/**************   winner end  ***************/


/**************   What's News start   ***************/
.loadingIcon {
	position: absolute;
	height: 90px;
	width: 90px;
	display: block;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(255, 241, 0, 1) transparent transparent;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	z-index: 99999;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(359deg);
	}
}

.loadingBlackMask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	opacity: 1;
	transition: all 0.5s;
	background: #fff;
}

/*.data_empty {*/
/*position: relative;*/
/*text-align: center;*/
/*border-top: 1px solid #b0b0b0;*/
/*padding: 100px 0 500px;*/
/*}*/

.data_empty {
	position: relative;
}

.empty_tip {
	border-top: 1px solid #b0b0b0;
	padding: 100px 0 500px;
	text-align: center;
}

.activity_container {
	margin: 50px auto 80px;
}

.categories_select .btn {
	text-transform: none;
	font-weight: normal;
}

.keyword_input {
	float: right;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.keyword_input {
	width: 200px;
}

.keyword_input, .categories_select .dropdown-toggle.btn-default {
	height: 50px;
}

input[name = 'keyword'], input[name = 'keyword_mobile'] {
	padding: 6px 15px;
	height: 50px;
	border-radius: 0;
	border: none;
	background: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #ebebeb;
	border: none;
	border-radius: 0;
}

.form-control:focus {
	border-color: #ebebeb;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.categories_select {
	border: none;
}

.categories_select .btn-default {
	border-radius: 4px;
	border: none;
	background: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover {
	background: #ebebeb;
	border-color: #ebebeb;
	color: #737373;
}

.search_btn {
	border: none;
	border-radius: 0;
	background: #535353;
	color: #fff;
	width: 120px;
	padding: 10px;
	float: right;
	border-radius: 4px;
	overflow: hidden;
}

.btn-group.bootstrap-select.categories_select {
	float: right;
}

.item_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.activity_background {
	position: relative;
	height: 0;
	padding-bottom: 65%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.activity_background:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.activity_background:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	/*background-image: url("../img/dfa/icon/zoom.png");*/
	/*background-size: 50px;*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.activity_background:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.pagination_container {
	padding-top: 30px;
	border-top: 1px solid #b0b0b0;
}

.pagination_container .pager {
	margin: 0;
}

.pagination_container .pager .next > a, .pagination_container .pager .next > span {
	float: none !important;
}

.pagination_container .pager li.active a {
	border-bottom: 1px solid #000;
	background: #fff;
}

.pagination_container .pager li > a, .pagination_container .pager li > span {
	border: none;
	border-radius: 0;
}

.pagination_container .pager li:not(.active) > a:hover, .pagination_container .pager li:not(.active) > a:focus {
	border-radius: 50%;
}

.visible-xs.visible-sm .keyword_input, .visible-xs.visible-sm .btn-group.bootstrap-select.categories_select,
.visible-xs.visible-sm .categories_select .dropdown-toggle.btn-default, .visible-xs.visible-sm .search_btn {
	float: none;
	width: 100%;
	margin-right: 0;
}

.visible-xs.visible-sm .keyword_input, .visible-xs.visible-sm .btn-group.bootstrap-select.categories_select {
	margin-bottom: 20px;
}

.pageTitle {
	font-size: 34px;
	line-height: 46px;
	color: #000;
	font-weight: bold;
}

.activity_item {
	margin-bottom: 20px;
}

/**************   What's News end   ***************/

/**************   Press Release start   ***************/
.desktop_form {
	padding: 0 0 0 30px;
}

.desktop_form .keyword_input, .desktop_form .categories_select .dropdown-toggle.btn-default {
	width: 100%;
}

.desktop_form .keyword_input {
	margin-right: 0;
	margin-bottom: 20px;
}

.desktop_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.desktop_form .search_btn {
	width: 100%;
}

.title_text {
	font-size: 22px;
}

/**************   Press Release end   ***************/

/**************   Acknowledgement start   ***************/
.content_container {
	padding-bottom: 30px;
	/*border-bottom: 1px solid #b0b0b0;*/
}

.logo_container {
	margin: 0 -30px;
}

.logo_box {
	padding: 0 30px;
}

.logo_item {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.logo_item:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .8);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.logo_item:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

/**************   Acknowledgement end   ***************/

/**************   Activity Review start   ***************/
.select_year_container {
	margin-bottom: 40px;
}

.select_year_container a {
	display: inline-block;
	font-size: 19px;
	color: #ccc;
}

.select_year_container a.active {
	color: #000;
	font-weight: bold;
}

.select_year_container a:not(:first-child) {
	margin-left: 50px;
}

/**************   Activity Review end   ***************/

/**************   News Detail start   ***************/
.share_icon {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	border: 1px solid #b0b0b0;
	border-radius: 50%;
}

.share_icon i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #999;
}

.share_icon:hover {
	background-color: #4480f4;
	border: 1px solid #4480f4;
}

.share_icon:hover i {
	color: #fff;
}

.back_container {
	border-top: 1px solid #b0b0b0;
	margin-top: 10px;
	padding-top: 10px;
}

.nav_box {
	border-top: 1px solid #b0b0b0;
	padding-top: 20px;
}

body.lang_en .media_box {
	padding-left: 20px;
}

.news_slide .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 65%;
}

/**************   News Detail end   ***************/

/**************   About Award start   ***************/
.about_background {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main_box {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}

.banner_slide.about_slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner_slide.about_slider.owl-theme .owl-dots .owl-dot.active span,
.banner_slide.about_slider.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.main_title {
	font-size: 34px;
	font-weight: bold;
}

@-webkit-keyframes prismLeft-animation {
	from {
		top: -20%;
	}
	to {
		top: 100%;
	}
}

@keyframes prismLeft-animation {
	from {
		top: -20%;
	}
	to {
		top: 100%;
	}
}

@-webkit-keyframes prismRight-animation {
	from {
		bottom: -30%;
	}
	to {
		bottom: 100%;
	}
}

@keyframes prismRight-animation {
	from {
		bottom: -30%;
	}
	to {
		bottom: 100%;
	}
}

.prism {
	position: absolute;
	display: inline-block;
	background: #fffde1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	top: 50%;
}

.prism_left {
	height: 0;
	/*padding-bottom: 10%;*/
	left: 0;
	/*-webkit-animation: prismLeft-animation 5s infinite linear;*/
	/*-o-animation: prismLeft-animation 5s infinite linear;*/
	/*animation: prismLeft-animation 5s infinite linear;*/
}

.prism_right {
	height: 0;
	/*padding-bottom: 16%;*/
	right: 0;
	/*-webkit-animation: prismRight-animation 5s infinite linear;*/
	/*-o-animation: prismRight-animation 5s infinite linear;*/
	/*animation: prismRight-animation 5s infinite linear;*/
}

/**************   About Award end   ***************/

/**************   Publications start   ***************/
.page_caption {
	font-size: 24px;
}

.image_item {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.image_item:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.image_item.active:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.image_item.active .order_status {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.order_status {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 2;
	font-size: 20px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/**************   Publications end   ***************/

/**************   footer start   ***************/
.footer_container {
	margin: 0;
	background: rgba(255, 241, 0, 1);
}

.footer_box {
	padding: 50px 30px 0;
	position: relative;
}

.contact_container {
	height: 100px;
	position: relative;
}

.contact_content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.segmentation_line {
	height: 1px;
	background: #000;
	padding: 0;
}

.arrow_container {
	position: absolute;
	right: 30px;
	height: 25px;
	overflow: hidden;
	top: 50px;
	cursor: pointer;
}

.arrow_container.floating {
	position: fixed;
	top: unset;
	right: 21px;
	bottom: 50px;
	height: 35px;
	padding: 4px 9px;
	background-color: #e8e8e8;
	border-radius: 50%;
	text-align: center;
	z-index: 99;
}

.arrow_container .arrow_1, .arrow_container .arrow_2 {
	height: 25px;
}

.children_link a:link, .children_link a:visited, .children_link, .mobile_children {
	color: #656565;
}

.children_link span {
	display: inline-block;
}

.children_link a:hover {
	color: #000;
}

.mobile_footer hr {
	border-top: 1px solid rgba(153, 153, 153, 0.45);
}

.media_icon {
	position: relative;
	top: 4px;
}

#children_data .modal-content {
	border: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 100%;
}

#children_data .modal-dialog {
	margin: 0 !important;
	height: 100%;
}

#children_data ul {
	list-style: none;
	padding: 0;
	margin-top: 50px;
}

#children_data ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #b0b0b0;
	margin-bottom: 10px;
	font-size: 14px;
}

.email_img {
	position: relative;
	top: 3px;
	font-size: 20px;
}

.privacy_link.active {
	color: rgba(119, 119, 119, 0.5);
}

.privacy_link:hover {
	color: #000;
}

.subscribeForm .cccApp .formItem {
	background: #e8e8e8;
}

.subscribeForm .input-lg {
	height: 30px;
}

.subscribeForm .form-control:focus {
	outline: 0 !important;
	border-color: transparent;
	box-shadow: none;
}

.subscribeForm .form-control {
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
	background: #fff;
}

.subscribeForm .cccApp .cccInputArea[cccdata-ref-cccapp-id="email"],
.subscribeForm .cccApp .cccInputArea[cccdata-ref-cccapp-id="name"] {
	background: #fff;
}

.subscribeForm .form-group {
	margin-bottom: 0;
}

.subscribeForm .cccApp .cccAlertMessage {
	margin-top: 0;
	background: #e8e8e8;
}

.subscribeForm .cccApp .cccform-style-fix {
	display: none !important;
}

.subscribeForm .cccApp .input-lg + * + span.inputErrorStatus {
	margin-top: -3px !important;
	right: -20px !important;
	z-index: 1;
}

.subscribeForm .btn {
	border-radius: 3px !important;
	padding: 0;
	width: 100%;
	height: 60px;
	border: 0 none;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	background: #5a5a5a;
}

.subscribeForm .input-lg + .form-control-feedback {
	margin-top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.subscribeForm .has-error .form-control {
	border: none;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.subscribeForm .has-error .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #b0b0b0 !important;
}

/**************   footer end   ***************/

/**************   Alumni start   ***************/
.text_box {
	cursor: pointer;
}

/**************   Alumni end   ***************/

/**************   Grand Award start   ***************/
.keyword_field {
	height: 50px;
	border-radius: 4px;
	overflow: hidden;
}

input[name="keyword_text"] {
	height: 50px;
	border: none;
	background: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.select_box, .type_box {
	width: 100% !important;
	margin-right: 0;
}

.select_box .btn, .type_box .btn {
	border: none;
	background: #ebebeb;
	height: 50px;
	text-shadow: none;
	font-weight: normal;
}

.search_button {
	height: 50px;
	width: 100%;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #5a5a5a;
	color: #fff;
}

.link_border {
	width: 100%;
	height: 1px;
	background-color: #b0b0b0;
	margin: 30px 0;
}

.type_item {
	color: #ccc;
	cursor: pointer;
}


.type_item.active {
	color: #000;
}

.list_item {
	cursor: pointer;
	margin-bottom: 30px;
}

.magnifier_background {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.magnifier_background:after {
	position: absolute;
	content: "";
	/*content: "\e915";*/
	/*font-family: icomoon !important;*/
	/*color: #fff;*/
	/*font-size: 22px;*/
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: rgba(0, 0, 0, .4);
	/* background-image: url(../img/dfa/icon/zoom.png); */
	/* background-size: 50px; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.magnifier_background:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.magnifier_background:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/**************   Grand Award end   ***************/

/**************   Online Submission start   ***************/
.address {
	margin: 20px 0 20px;
}

/**************   Online Submission end   ***************/

/**************   media start   ***************/
@media (min-width: 992px) {
	.line_style {
		width: 100%;
		height: 1px;
		background-color: #b0b0b0;
		margin-bottom: 30px;
	}

	.form_container {
		position: absolute;
		right: 0;
	}

	.first_menu_box li a span, .second_menu_box li a span, .third_menu_box li a span {
		display: inline-block;
		width: 100%;
	}

	.first_menu_box {
		margin: 15% 10%;
	}

	.first_menu_item {
		position: relative;
	}

	.first_menu {
		display: inline-block;
		width: 280px;
		/*height: 50px;*/
		line-height: 60px;
		font-size: 32px;
	}

	.inner_menu {
		visibility: hidden;
		position: absolute;
		left: 300px;
		top: 32px;
	}

	.second_menu_box > li {
		position: relative;
	}

	.inner_menu.third_inner_menu {
		top: 14px;
	}

	.menu_line {
		width: 0;
		height: 1px;
		background: #fff;
		-webkit-transition: width .3s;
		-moz-transition: width .3s;
		-ms-transition: width .3s;
		-o-transition: width .3s;
		transition: width .3s;
	}

	.third_inner_menu {
		left: 225px;
	}

	.third_menu:hover {
		color: yellow !important;
	}

	.second_menu_box {
		top: -16px;
	}

	.second_menu_box, .third_menu_box {
		position: absolute;
		left: 150px;
		width: 400px;
		opacity: 0;
		-webkit-transition: width .3s;
		-moz-transition: width .3s;
		-ms-transition: width .3s;
		-o-transition: width .3s;
		transition: width .3s;
	}

	.third_menu_box {
		left: 150px;
		width: 300px;
		top: -17px;
	}

	.second_menu, .third_menu {
		font-size: 20px;
		position: relative;
		top: 5px;
		line-height: 40px;
		opacity: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.inner_menu.active {
		visibility: visible;
		z-index: 2;
	}

	.inner_menu.active .second_menu, .inner_menu.active .third_menu {
		top: 0;
		opacity: 1;
	}

	.inner_menu.active > .menu_line {
		width: 100px;
	}

	.inner_menu.active > .second_menu_box, .inner_menu.active > .third_menu_box {
		opacity: 1;
	}

	.subscribeForm input[name="email"] {
		border-left: 1px solid #b0b0b0 !important;
	}

	.subscribeForm .input_box {
		padding-right: 0;
	}

	.subscribeForm .btn_box {
		padding-left: 0 !important;
	}

	.subscribeForm .cccApp .input-lg + * + span.inputErrorStatus {
		margin-top: 2px !important;
	}

	.banner_text_line {
		position: absolute;
		bottom: -4px;
		height: 4px;
		background-color: #fff;
		width: 100%;
	}

	.inner_container {
		border-bottom: 4px solid rgba(255, 241, 0, 1);
	}

	.menu-box {
		height: auto !important;
	}

	/*.lang_en .second_menu_box{*/
	/*width: 200px;*/
	/*}*/
	/*.lang_en .third_inner_menu {*/
	/*left: 150px;*/
	/*}*/
}

@media (max-width: 991px) {
	.submission_btn {
		display: none;
	}

	.header_logo {
		height: 60px;
		top: 0;
		left: 0;
	}

	.description_container {
		margin: 0 0 30px 0;
	}

	.panel_text {
		height: 150px !important;
	}

	.panel_text p {
		margin-bottom: 0;
	}

	.list_item {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #b0b0b0;
	}

	.slider_inner .slider_nav {
		display: none;
	}

	.slider_content {
		font-size: 20px;
	}

	.menu_container {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.first_menu_box {
		margin: 30px;
	}

	.first_menu_item {
		position: relative;
	}

	.menu_container .menu-box {
		position: relative !important;
		margin-top: -30px !important;
	}

	/*.first_menu_item:nth-child(2):after,*/
	.first_menu_item:nth-child(4):after {
		position: absolute;
		content: "\e902";
		font-family: icomoon !important;
		top: 20px;
		right: 0;
		color: #fff;
		font-size: 18px;
		z-index: -1;
	}

	.third_inner_menu li {
		padding-left: 20px !important;
		font-size: 14px;
	}

	.third_menu_box {
		padding-bottom: 20px;
	}

	.second_menu.has-child:after {
		position: absolute;
		content: "\e902";
		font-family: icomoon !important;
		top: 20px;
		top: 0;
		right: 0;
		color: #fff;
		font-size: 18px;
		z-index: -1;
	}


	.first_menu_item.open:after {
		content: "\e90e";
	}

	.open > .second_menu:after {
		content: "\e90e";
	}

	.first_menu {
		width: 100%;
		display: inline-block;
		padding: 20px 0;
		font-size: 24px;
		border-bottom: 1px solid #ddd;
	}

	.second_menu {
		position: relative;
		font-size: 18px;
		width: 100%;
	}

	.first_menu_item.open .second_menu_box li {
		padding: 5px 0;
	}

	.first_menu_item.open .second_menu_box > li:last-child {
		border-bottom: 1px solid #ddd;
	}

	.menu_box #nav_btn {
		display: none;
	}

	.menu_box:before {
		right: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		content: "\e907";
		left: 0;
		font-family: 'icomoon' !important;
		text-align: center;
		font-size: 26px;
		padding-top: 5px;
		color: #000;
	}

	.menu_box.active:before {
		content: "";
	}

	.menu_box.active:after {
		right: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		content: "\e914";
		left: 0;
		font-family: 'icomoon' !important;
		text-align: center;
		font-size: 20px;
		padding-top: 6px;
		color: #000;
	}

	.subscribeForm .btn {
		height: 55px;
	}

	.subscribeForm .form-control {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.subscribeForm .input-lg + .form-control-feedback {
		margin-top: 10px;
	}

	.subscribeForm .has-error .form-control {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.subscribeForm .input_box {
		padding: 0 15px;
	}

	.subscribeForm .input_box .formItem {
		margin-bottom: 20px;
	}

	.subscribeForm .btn_box {
		padding: 0 15px;
		width: 200px !important;
		margin-left: calc((100% - 200px) / 2) !important;
	}

	.subscribe_container {
		padding: 30px;
	}

	.select_year_container {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.share_container {
		bottom: 0;
		z-index: 21;
		position: relative;
		margin-top: 10px;
	}

	.hover_logo {
		display: none;
	}

	/*.banner_slide .inner_container {*/
	/*bottom: -150px;*/
	/*width: 100%;*/
	/*height: 150px;*/
	/*}*/
	.banner_slide .owl-dots {
		bottom: -190px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.banner_slide.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.children_slide {
		margin-top: 220px;
	}

	.children_item {
		border: 1px solid #b0b0b0;
	}

	.children_color {
		bottom: -20px;
	}

	.children_slide .children_color {
		right: calc(50% - 20px);
	}

	.children_slide .owl-item {
		border: none;
		padding-bottom: 20px;
	}

	.latestNews_List {
		padding: 0 30px;
	}

	.latestNews_content {
		padding: 30px 0;
		height: inherit !important;
	}

	.latestNews_box {
		margin-bottom: 30px;
	}

	.latestNews_box:first-child {
		border-top: none;
	}

	.latestNews_box:last-child {
		margin-bottom: 0;
	}

	.subscribe_img {
		right: 0;
	}

	.subscribe_btn {
		float: none;
		width: 170px;
		height: 55px;
		border-radius: 4px;
	}

	.input_mobile {
		padding: 15px 20px;
		border-radius: 4px;
		border: none;
		background: #fff;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.latestNews_background {
		height: 200px;
	}

	.latestNews_text {
		padding: 0;
	}

	.footer_box {
		padding: 30px;
		position: relative;
	}

	.subscribe_box {
		height: 35px;
		margin-bottom: 30px;
	}

	.subscribe_img {
		bottom: 0;
		font-size: 24px;
	}

	.white_div {
		width: calc(100% - 60px);

	}

	.menu_share {
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}

	.header_box {
		height: 60px;
	}

	.lang_container {
		right: 65px;
	}

	.menu_btn {
		padding: 10px;
	}

	.media_box {
		padding: 0;
	}

	.share_text {
		text-align: center;
	}

	.share_icon {
		width: 60px;
		height: 60px;
	}

	.share_icon i {
		font-size: 24px;
	}

	/*.nav_box {*/
	/*padding: 20px 0;*/
	/*margin: 20px 0;*/
	/*border-bottom: 1px solid #b0b0b0;*/
	/*}*/
	#children_data .modal-dialog {
		width: 100% !important;
	}

	.title_text {
		font-size: 18px;
	}

	.about_background {
		height: 400px;
	}

}

@media (max-width: 767px) {
	.loadingIcon {
		position: absolute;
		height: 90px;
		width: 90px;
		display: block;
		border-width: 5px;
		border-style: solid;
		border-color: #fbef54 transparent transparent;
		border-radius: 50%;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-animation: spin 1s linear infinite;
		-moz-animation: spin 1s linear infinite;
		-o-animation: spin 1s linear infinite;
		animation: spin 1s linear infinite;
		top: 50%;
		left: 50%;
		margin-top: -45px;
		margin-left: -45px;
		z-index: 99999;
	}

	@-webkit-keyframes spin {
		100% {
			-webkit-transform: rotate(359deg);
		}
	}

	@-moz-keyframes spin {
		100% {
			-moz-transform: rotate(359deg);
		}
	}

	@-o-keyframes spin {
		100% {
			-moz-transform: rotate(359deg);
		}
	}

	@keyframes spin {
		100% {
			transform: rotate(359deg);
		}
	}
	.loadingBlackMask {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 99998;
		opacity: 1;
		transition: all 0.5s;
		background: #fff;
	}

	.menu_container {
		/*height: 630px;*/
	}

	.about_background {
		height: 200px;
	}

	.pageTitle {
		font-size: 28px;
		line-height: 32px;
	}

	.main_title {
		font-size: 28px;
		line-height: 32px;
	}

	.banner_item {
		height: 200px;
	}

	.prism_right {
		width: 30%;
		height: 0;
		padding-bottom: 30%;
		right: 0;
	}

	.prism_left {
		width: 20%;
		height: 0;
		padding-bottom: 20%;
		left: 0;
	}

	.main_box {
		padding: 30px;
	}

	.page_caption {
		font-size: 22px;
	}
}

@media (max-width: 320px) {
	.page_caption {
		font-size: 18px;
	}
}

/**************   media end   ***************/

/**************    common  start   ***************/
.children_backgroundColor_5 {
	background-color: #613982;
}

.children_backgroundColor_6 {
	background-color: rgba(241, 111, 60, 1);
}

.children_backgroundColor_7 {
	background-color: #ad750c;
}

.children_backgroundColor_8 {
	background-color: #633;
}

.children_backgroundColor_9 {
	background-color: #004e94;
}

.children_shadow_5.active.latestNews_background:after,
.children_shadow_5.active.activity_background:after {
	background-color: rgba(92, 61, 126, 0.67);
}

.children_shadow_6.active.latestNews_background:after,
.children_shadow_6.active.activity_background:after {
	background-color: rgba(206, 122, 77, 0.71);
}

.children_shadow_7.active.latestNews_background:after,
.children_shadow_7.active.activity_background:after {
	background-color: rgba(156, 119, 57, 0.68);
}

.children_shadow_8.active.latestNews_background:after,
.children_shadow_8.active.activity_background:after {
	background-color: rgba(95, 41, 49, 0.74);
}

.children_shadow_9.active.latestNews_background:after,
.children_shadow_9.active.activity_background:after {
	background-color: rgba(43, 79, 133, 0.74);
}

.children_color_5.active {
	color: #613982;
}

.children_color_6.active {
	color: rgba(241, 111, 60, 1);
}

.children_color_7.active {
	color: #ad750c;
}

.children_color_8.active {
	color: #633;
}

.children_color_9.active {
	color: #004e94;
}

.children_home_color_5 {
	background-color: #352776;
}

.children_slider_nav_5 {
	background-color: #322268;
}

.children_home_color_9 {
	background-color: #004e94;
}

.children_slider_nav_9 {
	background-color: #00397b;
}

/**************    common  end   ***************/


.bold {
	font-weight: bold;
}

.light {
	font-weight: 100;
}


.activity_item .item_name {
	font-size: 14px;
}

.activity_item .post_date {
	font-size: 14px;
}

.pager li {
	padding: 10px 10px;
}

.pager li > a, .pager li > span {
	padding: 0;
	width: 21px;
}

.pagination_container .pager li.active a {
	background-color: transparent;
}

.pager li > a, .pager li > span {
	background-color: transparent;
}

.pager li > a:hover, .pager li > a:focus {
	background-color: transparent;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	background-color: transparent;
}

.pager li:hover {
	background-color: #ccc;
	border-radius: 50%;
}

.news-detail .award-title {
	font-size: 19px;
	line-height: 33px;
}

.news-detail .post-date {
	font-size: 16px;
	line-height: 30px;
}

.news-detail .news-title {
	font-size: 26px;
	line-height: 40px;
}

.menu_container {
	overflow-y: scroll
}

.menu_container .menu-box {
	position: initial;
	margin-top: -30px;
}

/**************    common  end   ***************/

@media (min-width: 1199px) {

	.second_menu_box {
		width: 350px;
	}

	.third_inner_menu {
		left: 274px;
	}
}

.winner-list-content div:first-child {
	margin-top: 10px;
}

.winner-list-content div {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cms_container .section-title {
	font-size: 26px;
	line-height: 40px !important;
	font-weight: bold;
}

.section-title, .terms_conditions .section-title {
	font-size: 26px;
	line-height: 40px !important;
	font-weight: bold;
}

.panel_inner p {
	margin-bottom: 0px;
}

.timeline .title {
	font-size: 19px;
}

.timeline .date {
	font-size: 16px;
}


.header-logo-text {
	position: absolute;
	left: 120px;
	top: 28px;
	font-size: 26px;
}

.prism-container {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: -1;
	display: none;
}

.owl-carousel .owl-dots span {
	box-shadow: 1px 1px 2px #868686;
}

.menu_container {
	display: none;
}
