@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Battambang&display=swap');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', 'Battambang', sans-serif;
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-30{
	margin-top:30px;
}
.mgr-top-40{
	margin-top:40px;
}
.contact-form label{
	padding: 10px 0px 0px 0px;
}
.clear{
	clear:both;
}
/* ========== header ============ */
.header_wrapper{
	width: 100%;
	height: 90px;
	background: url(images/bg-header.jpg) no-repeat;
	background-size: 100% auto;
	background-position: 0px -70px;
}
.header_title{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.header_title h2{
	color: #000;
	font-size: 24px;
}
.lang{
	cursor: pointer;
	padding-top: 34px;
	position: relative;
	float: right;
}
.lang span{
	color: #000;
	font-size: 16px;
}
.lang span i{}
.lang-sub{
	display: none;
	width: 160px;
	height: auto;
	background: #333;
	position:absolute;
	top: 60px;
	left: 0px;
	z-index: 9999;
	text-align: center;
	border: 8px solid #666;
}
.lang-sub ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.lang-sub ul li{
	border-bottom:1px solid #393939;
	padding:2px 0;
}
.lang-sub ul li:hover{
	background: #2c80e9;
}
.lang-sub ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:block;
}
.logo_cus{
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo_cus a{
	display: block;
}
.logo_cus a img{
	width: 80px;
}
.social_top{
	padding-top: 24px;
	float: right;
	margin-right: 20px;
}
.social_top ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social_top ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.social_top ul li a{
	display: block;
}
.social_top ul li a img{
	width: 40px;
}
.menubar{
	width: 100%;
	height: 47px;
	background: url("images/bg-menubar.png") repeat-x;
}
.page_content{
	width: 100%;
	height: auto;
	background: url("images/bg-content.png") #fff repeat-x;
	padding-bottom: 30px;
}
.feature_info{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 30px;
	padding: 20px 60px;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.3);
}
.feature_info h2{
	font-size: 30px;
	color: #2676e3;
	text-align: center;
	margin-bottom: 30px;
}
.fea_box{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.fea_box:hover a img{
	opacity: 0.8;
}
.fea_title{}
.fea_title h3{
	line-height: 18px;
	margin-top: 8px;
}
.fea_title h3 a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.next-cus{
	position:absolute;
	right: 20px;
	top: 200px;
	cursor: pointer;
}
.prev-cus{
	position:absolute;
	left: 20px;
	top: 200px;
	cursor: pointer;
}
.next-cus:hover, .prev-cus:hover{
	opacity: 0.7;
}
/* ========= hot news & video box ========== */
.hot_news_box{
	width: 100%;
	min-height: 800px;
	background: #fff;
	margin-top: 30px;
	padding: 20px 20px;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.3);
}
.hot_news_box h2{
	color: #023266;
	font-size: 30px;
	margin-bottom: 30px;
}
.video_news_box{
	width: 100%;
	min-height: 800px;
	background: #fff;
	margin-top: 30px;
	padding: 20px 20px;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.3);
}
.news_box_blue{
	background: #033367;
	min-height: 630px;
}
.news_box_blue_desc{
	padding: 10px 15px;
}
.news_box_blue_desc h3{
	line-height: 30px;
}
.news_box_blue_desc h3 a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.news_box_blue_desc p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.news_box_v{
	margin-bottom: 20px;
}
.news_box_v_title{
	margin-left: -15px;
}
.news_box_v_title h3{
	line-height: 18px;
	margin-top: 0px;
}
.news_box_v_title h3 a{
	color: #033367;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.news_box_v_desc{}
.news_box_v_desc p{
	font-size: 14px;
	color: #000;
	line-height: 24px;
}
.news_video_box{
	margin-bottom: 20px;
}
.news_video_box h3{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-top: 10px;
}
/* ========= content ========== */
.content{}
.content h1{
	font-size: 30px;
	color: #333;
}
.content h2{
	font-size: 24px;
	color: #333;
}
.content h3{
	font-size: 22px;
	color: #333;
}
.content h4{
	font-size: 18px;
	color: #333;
}
.content p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.content a{
	font-size: 14px;
	color: blue;
}
.content ul{
	padding-left: 20px;
}
.content ul li{
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content ol{
	padding-left: 20px;
}
.content ol li{
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.related_news{
	margin-top: 20px;
	margin-bottom: 20px;
}
.related_news h2{
	font-size: 24px;
	background: url("images/bg-h3.png") no-repeat;
	background-position: bottom left;
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
	border-bottom: 0px !important;
}
/* ========= footer =========== */
.footer_wrapper{
	width: 100%;
	height: auto;
	background: #287be5;
	padding-top: 50px;
}
.address{
	text-align: center;
}
.address p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.address a{
	color: #fff;
}
.social_footer{
	text-align: center;
}
.social_footer h2{
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.social_footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block
}
.social_footer ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.social_footer ul li a{
	display: block;
}
.social_footer ul li a img{
	width: 40px;
}
.copyright{
	width: 100%;
	height: auto;
	border-top: 1px solid #fff;
	margin-top: 40px;
	text-align: center;
	padding: 20px 15px;
}
.copyright p{
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
.btn-readmore {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer !important;
	color:#ffffff !important;
	font-size: 13px !important;
	padding:4px 20px !important;
	text-decoration:none !important;
}
.btn-readmore:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}
.btn-readmore:active {
	position:relative;
	top:1px;
}


.btnblue {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 0px;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px !important;
	padding:9px 23px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #263666;
}
.btnblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.btnblue:active {
	position:relative;
	top:1px;
}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

@media (max-width:480px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		height: auto;
		background: #fff;
	}
	.header_title{
		background: #2676e3;
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #5a97ea;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header_title h2{
		color: #fff;
	}
	.lang{
		background: #2676e3;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
		float: none;
	}
	.lang span{
		color: #fff;
		font-size: 14px;
	}
	.lang-sub{
		top: 40px;
	}
	.logo_cus{
		text-align: left;
	}
	.menubar{
		height: auto;
		background: #2676e3;
	}
	.nav-wrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 20px;
		margin-right: 0px;
	}
	.news_box_v{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news_box_v_title{
		margin-left: 0px;
	}
	.news_box_v_title h3{
		margin-top: 10px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		height: auto;
		background: #fff;
	}
	.header_title{
		background: #2676e3;
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #5a97ea;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header_title h2{
		color: #fff;
	}
	.lang{
		background: #2676e3;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
		float: none;
	}
	.lang span{
		color: #fff;
		font-size: 14px;
	}
	.lang-sub{
		top: 40px;
	}
	.logo_cus{
		text-align: left;
	}
	.menubar{
		height: auto;
		background: #2676e3;
	}
	.nav-wrapper{
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 20px;
		margin-right: 0px;
	}
	.video_news_box{
		min-height: 20px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.lang-sub{
		left: -56px;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
}