@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese");

/*start reset*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Roboto, Arial;
	font-size: 14px;
	background: #f3eee9;
	color: #333;
}
h1, h2, h3, h4, h5, h6, ul, li{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
p{
	line-height: 22px;
	text-align: justify;
}
/*end reset*/

/*start general*/
.title{
	text-align: center;
	margin: 150px 0 60px 0;
}
.title span.line-dotted{
	position: relative;
	z-index: 20;
	display: block;
}
.title h2{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	position: relative;
}
.title h2:before{
	content: "";
	width: 35px;
	height: 37px;
	background-image: url(../images/trangjolie.png);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	margin-top: -50px;
	background-repeat: no-repeat;
}
.title span.description{
	color: #999;
	font-size: 14px;
	line-height: 30px;
	border-top: 1px dotted #ccc;
	padding-top: 21px;
	position: relative;
	z-index: 10;
}
.carousel-control.left{
	background-image: none;
	top:100px;
	left: 33px;
}
.carousel-control.right{
	top:100px;
	right: 60px;
	background-image: none;
}
.carousel-control i.icon-left, .carousel-control i.icon-right{
	font-size: 40px;
}
.carousel-control {
	padding-top: 10.25%;
	width: 0%;
	filter: alpha(opacity=0.7);
	opacity: 0.7;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px 3px #999;
		-moz-text-shadow: 0 1px 3px #999;
		-ms-text-shadow: 0 1px 3px #999;
		-webkit-text-shadow: 0 1px 3px #999;
		-o-text-shadow: 0 1px 3px #999;
}
.carousel-control:hover,
.carousel-control:focus{
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	outline: 0;
	opacity: 100;
}
/*end general*/

/*-----------------------------------------------------------------*/

/*start header*/
#header{
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: cover;
	height: auto;
}
#logo{
	padding: 12px 0;
}
#search form{
	position: relative;
	float: right;
}
#search input{
	margin: 32px 0;
}
#search input[type=search]{
	width: 230px;
	height: 35px;
	border:1px solid #fff;
	background: transparent;
	color: #fff;
	padding-left: 20px;
	border-radius: 5px 0 0 5px;
}
*::placeholder{
	color: #fff;
}
#search input[type=submit]{
	height: 35px;
	width: 35px;
	background: #fff;
	padding: 0 20px;
	border:none;
	border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
    	-ms-border-radius: 0 5px 5px 0;
    	-webkit-border-radius: 0 5px 5px 0;
    	-o-border-radius: 0 5px 5px 0;
    float: right;
}
#search .icon-search{
	position: absolute;
	top:40px;
	right: 10px;
	font-size: 18px;
	color: #f49387;
}
#menu{
	background: #fbfbfb;
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: 50px;
	padding: 0;
}

#menu ul{
	display: flex;
	align-items: center;
	text-align: center;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
}
.menu-item{
	flex: 1;
	list-style: none;
	height: 50px;
	line-height: 50px;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
}
.menu-item:hover{
	color: #fff;
	background: #f49387;
	border-bottom: 1px solid #d58e86;
}
.menu-item:first-child{
	border-left: none;
	border-radius: 5px 0 0 0;
}
.menu-item:last-child:hover{
	border-radius: 0 5px 0 0;
}
.menu-item a{
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
}

#menu ul li:hover>a, .current a{
	color: #fff;
}
.current{
	color: #fff;
	background: #f49387;
	border-bottom: 1px solid #d58e86;
}
/*end header*/

/*-----------------------------------------------------------------*/

/*start slider*/
#slide img{
	width:100%;
	margin-top: 30px;
}
/*end slider*/

/*-----------------------------------------------------------------*/

/*start service*/
.align{
	vertical-align: baseline;
}
.bg{
	width: 100%;
	height: auto;
	padding: 0 30px 100px 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
}

/*start effects zoom picture*/
.eff-zoom{
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.eff-zoom img {
	width: 100%;
	transition: all .3s ease 0s;
		-webkit-transition: all .3s ease 0s;
		-moz-transition: all .3s ease 0s;
		-ms-transform: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
}
.eff-zoom:hover img {
	transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
}
/*end effects zoom picture*/

#service p{
	color: #333;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
#service p a{
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
		-webkit-transition:all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
}
#service p a:hover{
	color: #f49387;
}
/*end service*/

/*-----------------------------------------------------------------*/

/*start educate*/
.bg-educate{
	background: url(../images/bg-edu.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	height: 350px;
}
.program{
	padding: 62px 4vw;
}
.program ul li{
	list-style: none;
	vertical-align: middle;
}
.program ul li a{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.program ul li a:hover, .program ul li a i:hover{
	color: #fff;
}
.program ul li i{
	color: #ffc2ba;
	margin-right: 10px;
}
/*end educate*/

/*-----------------------------------------------------------------*/

/*start trang jolie*/
#trangjolie .intro-thumb{
	margin-bottom: 30px;
	text-align: center;
	display: block;
}
#trangjolie .intro-thumb img{
	width: 35%;
}
#trangjolie h3.intro-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}
/*end trang lolie*/

/*-----------------------------------------------------------------*/

/*start video and picture*/

#video .video-box{
	position: relative;
	z-index: 1;
}
#video .he:after{
	content: "";
	width: 108px;
	height: 108px;
	background-image: url(../images/play-icon.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -54px;
	margin-top: -54px;
	z-index: 100;
	background-repeat: no-repeat;
	opacity: 0.7;
}
#video img{
	border: none;
	width: 100%;
	height: auto;
	position: relative;
}

#video img.image-video{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
#video  img.play-video:hover{
	opacity: 1;
}
/*end video and picture*/

/*-----------------------------------------------------------------*/

/*start customer review*/
#customer .customer-img{
	text-align: center;
}
#customer img{
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
	border-radius: 55px;
}
#customer .comment-title{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
#customer .comment-position{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin-bottom: 15px;
}
/*end customer review*/

/*-----------------------------------------------------------------*/

/*start footer*/
	/*left footer*/
#footer{
	background: #404040;
	color: #888888;
	line-height: 24px;
	margin-top: 60px;
	position: relative;
	z-index: 100;
	padding: 30px 0;
}
#footer-logo{
	float: left;
	margin-right: 40px;
}
#footer-content{
	float: left;
}
#footer-content p{
	margin: 0;
}
#footer-content strong, #footer-content b{
	color: #FFF;
	font-weight: 500;
}
	/* end left footer*/

	/*right footer*/
#footer #right-footer{
	float: right;
}
#footer #right-footer a:hover{
	color: #f49387;
	text-decoration: none;
}
#footer .socials{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#footer .socials li{
	float: left;
	margin-left: 10px;
}
#footer .socials li a{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #666;
	border: 1px solid #555;
	border-radius: 3px;
	display: block;
	font-size: 16px;
}
#footer .clear{
	clear: both;
}
#footer .socials li a span {
	display: none;
}

#footer .copyright{
	font-size: 12px;
	margin-top: 10px;
}
#footer .copyright a{
	color: #FFF;
}
	/*end right footer*/

/*start hotline*/
.footer-hotline{
	color: #FFF;
	background: #ed1c24;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 235px;
}
.footer-hotline:before{
	content: "";
	display: inline-block;
	height: 35px;
	width: 42px;
	margin-right: 20px;
	margin-top: -2px;
	vertical-align: middle;
	background: url(../images/mobile-icon.png) no-repeat center, #b10007;
}
.footer-hotline:hover{
	color: #FFF;
	text-decoration: none;
}
.footer-hotline a{
	text-decoration: none;
}
.fixed-bottom {
	position: fixed;
	bottom: 0;
	right: 20px;
}
.fixed-bottom .container {
	position: relative;
}
.back-to-top{
	width: 35px;
	height: 35px;
	background: #aaa;
	position: fixed;
	bottom: 45px;
	right: 20px;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	z-index: 500;
}
a.back-to-top:hover{
	background: #f49387;
}
.icon-up{
	color: #fff;
	font-size: 20px;
}
/*end hotline*/
/*end footer*/

/*-----------------------------------------------------------------*/

/*RESPONSIVE*/
@media screen and (min-width:1367px) and (max-width:1920px) {
    .container {
        width: 1200px;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
/*    .container {
        width: 100%;
    }*/
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.menu-item{
		font-size: 12px;
	}
	.title{
		margin: 130px 0 60px 0;
	}
	.title h2{
		font-size: 24px;
	}
	.title h2:before{
		margin-top: -48px;
	}
	.title span.description{
		padding-top: 20px;
	}
	.program ul li a{
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width:992px) {
	.title{
		margin: 120px 0 50px 0;
	}
	.container {
		width: 100%;
	}
	.menu-item{
		font-size: 12px;
		text-transform: none;
	}
}

@media screen and (min-width:800px) and (max-width:991px) {
	.program{
		padding: 62px 2.5vw;
	}
	.title{
		margin: 100px 0 30px 0;
	}
	.title h2{
		font-size: 24px;
	}
	.title h2:before{
		margin-top: -48px;
	}
	.title span.description{
		padding-top: 20px;
	}
	.program ul li a{
		font-size: 16px;
		line-height: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:799px) {
	.menu-item{
		letter-spacing: -1px;
	}
}

@media screen and (max-width:767px) {
	#header{
		height: 102px;
	}
	.navbar-toggle{
		padding: 0;
		margin-top: 40px;
		margin-right: 0;
		margin-bottom: 0;
		background-image: none;
	}
	span.icon-menu{
		background: white;
		margin-bottom: 6px;
	}
	#search form{
		margin-right: 30px;
		float: right;
	}
	#menu{
		background: #fbfbfb;
		border-radius: 0;
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		z-index: 500;
		border: none;
		top: 3px;
	}
	#menu ul{
		display: block;
		margin: 0;
		border: 1px solid #e3e3e3;
	}
	.menu-item{
		flex: 1;
		list-style: none;
		height: 50px;
		line-height: 50px;
		float: none;
		text-transform: uppercase;
		font-size: 14px;
		border-left: none;
		border-bottom: 1px solid #e3e3e3;
	}
	.menu-item:hover{
		color: #fff;
		background: #f49387;
		border-bottom: 1px solid #d58e86;
		cursor: pointer;
	}
	.menu-item:first-child{
		border-left: none;
		border-radius: 0;
	}
	.menu-item:last-child{
		border: none;
	}
	.menu-item:last-child:hover{
		border-radius: 0;
	}
	.menu-item a{
		color: #333;
		text-decoration: none;
		transition: all 0.3s;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
	}

	#menu ul li:hover>a, .current a{
		color: #fff;
	}
	.current{
		color: #fff;
		background: #f49387;
		border-bottom: 1px solid #d58e86;
	}
	.title{
		margin: 80px 0 20px 0;
	}
	#slide{
		display: none;
	}
	.title{
		margin: 100px 0 40px 0;
	}
	.title h2{
		font-size: 24px;
	}
	.title h2:before{
		margin-top: -48px;
	}
	.title span.description{
		padding-top: 20px;
	}
	.bottom{
		margin-bottom: 60px;
	}
	.bg-educate{
		background: url(../images/bg-edu-2.jpg);
		width: 100%;
	}
	.program{
		padding: 62px 18vw;
	}
	.program ul li a{
		font-size: 16px;
		line-height: 30px;
	}
	#footer-logo{
		padding-top: 30px;
	}
	#footer #right-footer{
		float: left;
		margin-left: 100px;
	}
	#footer .socials{
		float: left;
	}
	#footer .socials li{
		float: left;
		margin: 10px 0 0 10px;
	}
	#footer .copyright{
		font-size: 12px;
		margin: 10px 0 0 10px;
	}
}

@media screen and (min-width:481px) and (max-width:667px) {
	#header{
		height: 85px;
	}
	.navbar-toggle{
		margin-top: 33px;
	}
	#search input{
		margin: 25px 0;
	}
	#search .icon-search{
		top:34px;
	}
	#logo img{
		width: 70px;
		height: auto;
	}
	#menu{
		top: 0;
	}
	.title{
		margin: 90px 0 20px 0;
	}
	.title span.description{
		display: none;
	}				
	.program{
		padding: 62px 6vw;
	}
}

@media screen and (max-width:480px) {
	#header{
		height: 85px;
	}
	#header #logo img{
		width: 55px;
		height: auto;
	}
	.navbar-toggle{
		margin-top: 33px;
	}
	#search form{
		margin-right: 15px;
		float: right;
	}
	#search input{
		margin: 25px 0;
	}
	#search input[type=search]{
		width: 190px;
	}
	#search .icon-search{
		top:34px;
	}
	#menu{
		top: 0;
	}
	#logo img{
		width: 70px;
		height: auto;
	}
	.menu-item{
		height: 40px;
		line-height: 40px;
	}
	.title{
		margin: 90px 0 20px 0;
	}
	.title span.description{
		display: none;
	}
	.program{
		padding: 62px 3vw;
	}
	.program ul li a{
		font-size: 14px;
		line-height: 30px;
	}
	#footer-logo, #right-footer .socials{
		display: none;
	}
	#footer #right-footer{
		margin-left: 0;
	}
	#right-footer .copyright{
		margin: 0;
	}
}

@media screen and (min-width:320px) and (max-width:399px) {
	#search{
		display: none;
	}
	#menu{
		top: 14px;
	}
	.menu-item{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.title{
		margin: 70px 0 15px 0;
	}
    .title h2{
		font-size: 18px;
	}
	.bottom{
		margin-bottom: 50px;
	}
	.program{
		padding: 90px 2vw;
	}
	.program ul li a{
		font-size: 12px;
		line-height: 24px;
	}
}

@media screen and (min-width:0px) and (max-width:319px) {
	#search{
		display: none;
	}
	#menu{
		top: 14px;
	}
	.menu-item{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.title{
		margin: 70px 0 15px 0;
	}
	.title h2{
		font-size: 16px;
	}
	.bottom{
		margin-bottom: 40px;
	}
	.program{
		padding: 50px 1vw;
	}
	.program ul li a{
		font-size: 12px;
		line-height: 24px;
	}
}