

img{ max-width: 100%; height: auto;     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;}
img:hover{ }


html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background:#009aad;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	right: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;  
	-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
@font-face {
	font-family: "UTM Bustamalaka";
	src: url("../fonts/UTM-Bustamalaka.ttf");
	src: url("../fonts/UTM-Bustamalaka.ttf") format("embedded-opentype"),
	url("../fonts/UTM-Bustamalaka.ttf") format("truetype"),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UTM Androgyne";
	src: url("../fonts/UTM-Androgyne.ttf");
	src: url("../fonts/UTM-Androgyne.ttf") format("embedded-opentype"),
	url("../fonts/UTM-Androgyne.ttf") format("truetype"),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "UTM AvoBold Italic";
	src: url("../fonts/UTM_AvoBold_Italic.ttf");
	src: url("../fonts/UTM_AvoBold_Italic.ttf") format("embedded-opentype"),
	url("../fonts/UTM_AvoBold_Italic.ttf") format("truetype"),
	font-weight: normal;
	font-style: normal;
}

#page-camthu{
	margin: 0 auto;
	padding: 0px;
	max-width: 1170px;

}
#page-box{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
float: left;
	width: 100%;
	clear: both;
	margin-top: 30px
}
#header{
	float: left;
	width: 100%;
	clear: both;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background: url(../images/bgtop.png) no-repeat top center;
	background-size: 100%;
	height: 130px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

}
.col-logo{
	float: left;
	
}
.box-logo{
	float: left;
	width: 100%;
	
}
.box-logo img{
	max-height: 100%;
}
.col-banner{
	float: left;
}
.box-banner{
	float: left;
	width: 100%;
	clear: both;
	padding-left: 100px;
	padding-right: 0px;
}
.box-banner h3{
	font-family: "UTM Bustamalaka";
	float: left;
	color: #fff;
	font-size: 40px;
	margin-top: 0px;
	text-shadow: 2px 2px 5px #000000;
	font-weight: 500
}
.box-banner h2{
	font-family: "UTM Androgyne";
	float: right;
	color: #fff;
	margin-top: 0px;
	font-size: 38px;
	letter-spacing: 2px;
}
.box-hotline{
	float: right;
	min-width: 260px;
	padding-top: 30px;
}
.box-hotline a {
	display: inline-block;
}
.box-hotline a span{
	font-family: "UTM AvoBold Italic";
	color: #fff;
	font-size: 18px;
	float: left;
	margin-right: 10px;
	line-height: 48px;
	position: relative;
}
.box-hotline a span:after{
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 2px;
	background:#fff;
	width: 50px;
	display: block;
	z-index: 10;

}
#snav-slider{
	float: left;
	width: 100%;
	clear: both;
	background:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.col-nav{
	padding-left: 0px;
}
#nav{
	float: left;
	width: 100%;
	clear: both;
	border:1px solid #7c51a1;
	border-radius: 10px;
	padding: 10px;
	height: 394px;
	overflow: hidden;
}
#nav ul{
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	
	float: left;
	width: 100%;
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ddd;
}
#nav ul li a{
	font-family: "UTM Androgyne";
	color: #734898;
	font-size: 18px;
}
#nav ul li:hover a{
	color: #A6CE39
}
.col-slider{
	float: left;
	padding-right: 0px;
}
.box-slider{
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
	float: left;border-radius: 10px;
}
.bx-wrapper{
	margin-bottom: 0px;
	background: none;
}
.bx-wrapper img{
	width: 100%;
	border-radius: 10px;

}

#about{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 0px;
	background:#fff;
	padding-bottom: 0px;

}
.about-left{
	float: left;
}
.about-right{
	float: left;
}
.box-about-left{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.about-tile{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.about-tile:after{
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 140px;
	height:1px;
	content: "";
	z-index: 10;
	background:#734898 
}
.about-tile h2{
	margin: 0px;
	padding: 0px;
	font-family: "UTM Androgyne";
	font-size: 34px;
	color: #734898
}
.about-content{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.about-detail{
	float: left;
	width: 100%;
	clear: both;

}
.about-detail a{
	padding: 5px 15px;
	color: #fff;
	background: #ef3e6b;
	display: block;
	float: left;
	font-size: 13px
}
.about-detail:hover a{
	background:#734898 
}
#main{
	float: left;
	width: 100%;
	clear: both;
	background:#fff;
	padding-bottom: 150px;
}
.main-left, .main-center, .main-right{
	float: left;
}
.main-left{
	padding-left: 0px;
	padding-right: 0px;
}
.main-center {
	padding-left: 30px;
}
.main-right{
	padding-right: 0px;
}
.wiget{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	clear: both;
}
.wiget-img{
	float: left;
	width: 100%;
	clear: both;
}
.wiget-img img{
	width: 100%;
}
.wiget-title{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 7px solid #a6ce39
}

.wiget-title h2{
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-size: 19px;
	font-family: "UTM Androgyne";
}
.wiget-content{
	float: left;
	width: 100%;
	clear: both;

}
.learning{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.learning-img{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.learning-img img{
	width: 100%;
	border-radius: 6px;
}
.learning-name{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.learning-name h3{
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
	padding:0px;
}
.learning-name h3 a{
	font-weight: 500;
	color: #303030
}
.learning-name h3:hover a{
	color: #734898
}
.block{
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	clear: both;
}
.block-title{
	padding-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	border-bottom: 7px solid #ef3e6b
}

.block-title h2{
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-size: 24px;
	font-family: "UTM Androgyne";


}
.action{
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	clear: both;
}
.action-title{
	float: left;
	width: 100%;
	clear: both;

	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 7px solid #7c51a1
}

.action-title h2{
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-size: 24px;
	font-family: "UTM Androgyne";
}
.action-title h2 a{
	color: #303030;
}
.main-left{
	width: 18%;
}
.main-center{
	width: 54%;
}
.main-right{
	width: 28%;
}
.action-content{
	float: left;
	width: 1005;
	clear: both;
}
.video{
	float: left;
	width: 100%;
	clear: both;
	background:#fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.51);
}
.video-img{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.video-img img{
	width: 100%;
}
.video-img a{
	width: 100%;
	height: 100%;
	display: table-cell;
	padding-top: 60px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	text-align: center;
	margin: 0 auto;

}
.video-img a span{
	width: 46px;
	height: 46px;
	background:url(../images/btvideo.png) no-repeat;
	
	display: inline-table;
}
.video-img .overlay{
	width: 100%;
	height: 100%;
	display: table-cell;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;

}
.video-name{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
.video-name h3{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#footer{
    margin-top: -175px;
    float: left;
    width: 100%;
    clear: both;
    background: url(../images/bgfooter.png) no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 5px;
    min-height: 350px;
    margin-bottom: 0px;
}
.logo-footer{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #f06789;
	padding-bottom: 20px;
}
.logo-footer img{
	margin: 0 auto;
	max-height: 108px;
}
.footer-top{
	float: left;
	width: 100%;
	clear: both;
	

}
.footer-bottom{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-copy{
	float: left;
	padding-left: 0px;
}
.col-copy span{
	color: #f3f3f3;
}
.col-social{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.col-social ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.col-social ul li{
	display: inline-block;
	margin: 0px 2px;
}
.col-social ul li:hover{
	opacity: 0.7;
}
.col-menuf{
	padding-right: 0px;
	float:left;
}
.col-menuf ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
.col-menuf ul li{
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #f06789
}
.col-menuf ul li:last-child{
	border-right: 0px solid #f06789
}
.col-menuf ul li a{
	color: #f3f3f3;
}
.col-menuf ul li:hover a{
	color: #734898
}
.leftnav{
	padding-top: 20px;
}
.leftnav #nav{
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:25px;
}
.events{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #ddd;
}
.events-img{
	float: left;
	width: 37%;
	margin-right: 3%;
}
.events-list{
	float: left;
	width: 100%;
	clear: both;
}
.events-img img{
	border-radius: 8px;
}
.events-right{
	float: left;
	width: 60%;
}
.events-name{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 4px;
}
.events-name h3{
	margin:0px;
	padding: 0px;
	font-size: 17px;
	line-height: 20px;
}
.events-name h3 a{
	color: #303030;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.events-des{
	float: left;
	width: 100%;
}
.events-des p{
	font-size: 13px;
	margin-bottom: 5px;
}
.events-detail{
	float: left;
	width: 100%;
	clear: both;
}
.events-detail a{
	font-size: 13px;
	color: #734898;
	font-weight: 600;
}
.events-detail a{
	color:#ef3e6b
}
.phantrang{
	float: left;
	width: 100%;
	text-align: center;
}
.phantrang .pagination>li>a{
	background: #ef3e6b;
	border-radius: 100%;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	    border-color: #ef3e6b !important;
}
.phantrang .pagination>li:hover>a{
	background-color: #A6CE39;
}
.filepdf{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd
}
.filepdf img{
	float: left;
	margin-right: 15px;
}
.filepdf a{
	line-height: 40px;
	font-weight: 600;
}
#dform .input-group{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 12px;
}
#dform .input-group .input-group-addon{
	width: 40px;
}
#map_canvas{
	width: 100%;
	height: 450px;
}
#cssmenu{
	display: none;
}