body {
  color: #1c1c1c;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  line-height: 19px;
}
a {
	color: #1c1c1c;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover {
  color: #bf202f;
}
.bold{font-weight:bold;}
.padding-0 {padding:0;}
.pad-right-0 {padding-right:0;}
.mar-bottom-0 {margin-bottom:0 !important;}
/*hieu ung img*/
.img-responsive{
    -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img-responsive:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
figure img {
	opacity: 1;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-filter: grayscale(100%) blur(2px);
	filter: grayscale(100%) blur(2px);
}
#loader {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fb6a00;
    font-weight: bold;
    font-size: 19px;
    background: #ffffffde;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    display:none;
}
#loader img{
    width:130px;
    margin:8em 0 1em 0;
}
#myPopup .modal-dialog {
    width: 800px;
}
#myPopup .modal-dialog .close {
    color: #fff;
    position: absolute;
    top: 1em;
    right: 0;
    opacity:1;
    float:none;
    font-size: 60px;
}
.navigation {
	font-size:12px;
	clear: both;
	padding: 15px 0 20px;
	text-align: center;
	cursor:default;
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding: 5px 8px;
	text-decoration:none;
	border:1px solid #333;
	font-size: 18px;
}
.navigation .page_item a {
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#fff;
	font-weight:bold;
	background:#333;
	border:1px solid #333;
}
.button_header {
    position: absolute;
    left: 62em;
    float: left;
    top: 17px;
}
.button_header  li{float:left; list-style:none;}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height: 70px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: top 0.2s ease-in-out;
    z-index: 10;
}
.fixed-top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 999;
}
.navbar-collapse{
}
.social-navbar .navbar-nav{
	position: absolute;
    left: 20em;
    background: #F0F0F0 url('/images/icon_dm_kh.png') no-repeat left 25px top 10px;
    padding: 3px 12px 3px 42px;
}
.social-navbar.navbar .navbar-nav > li{
	padding: 0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0; 
	width:2px;
	height:87px;
	background:url(/images/dotmenu.png);
	margin-top: 3px;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #050608;
	padding: 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 600;
}
.social-navbar.navbar .navbar-nav > li > a.dang_ky {
	background: #f15a25 url('/images/mui_ten.png') no-repeat left center;
	color: #fff;
	padding: 0 24px;
}
.navbar-collapse{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li > a:hover,.social-navbar.navbar .navbar-nav > li > a.active,.social-navbar.navbar .navbar-nav .open > a,.social-navbar.navbar .navbar-nav .open > a:hover, .social-navbar.navbar .navbar-nav > li.dropdown > a:hover,.social-navbar.navbar .navbar-nav > li.dropdown > a.active{
	color: #bf202f;
	background:none;
}
.social-navbar.navbar .navbar-nav > li > a.dang_ky:hover,.social-navbar.navbar .navbar-nav > li > a.dang_ky.active,.social-navbar.navbar .navbar-nav .open > a.dang_ky,.social-navbar.navbar .navbar-nav .open > a.dang_ky:hover, .social-navbar.navbar .navbar-nav > li.dropdown > a.dang_ky:hover,.social-navbar.navbar .navbar-nav > li.dropdown > a.dang_ky.active{
	color: #fff;
	background: #f9a92c url('/images/mui_ten.png') no-repeat left center;
	box-shadow: none;
}

.dropdown-menu li a {
	text-transform: none;
	min-width: 350px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #bf202f;
    background-color: #f5f5f5;
    font-size:15px;
}
.dropdown-menu2 {
    position: absolute;
    left: 100%;
    top: -5px;
    display: none;
}

.dropdown2:hover > .dropdown-menu2{
    display: block;
    background:#FB6A00;
}
.dropdown2:hover > .dropdown-menu2 a{
    color:#fff;
    font-size:13px;
}
.dropdown2:hover > .dropdown-menu2 a:hover{
    color:#000;
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0 0 0 0 #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
}
.slide_home_logo {
	    width:100%;
	    padding:6em 0 0;
	    text-align:center;
    }
.slide_home_logo img{
    margin:0 auto;
    }
.slide_home_ten {
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:38px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:5em;
}
.slide_home_chu_thich {
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:25px;
    margin-top:11em;
    line-height:35px;
}
.banner ,.bannercontainer,.bannershadow,div.tp-bgimg ,div.defaultimg{
	    height: 500px !important;
	    background:#404040;
	}

div.slotholder{
	    opacity:0.6 !important;
	}	
.revolution-slider .bannercontainer {
	position: relative;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.tp-bullets.tp-thumbs {
    margin-top: 0;
    padding: 0;
    background: none;
}
.tp-bullets.tp-thumbs .bullet {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
	opacity: 1;
	margin: 0 5px;
	border: solid 3px rgba(236, 239, 219, 0.5);
	box-shadow: 0 0 5px #333;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	background: #bf202f;
	color:#fff;
	padding: 9px 0;
	font-size: 13px;
	line-height: 22px;
}
.copyright a{
	color:#fff;
}
.goon{
	text-align:right;
}
.goon a{
	color:#fff;
}
#owl-khoahoc-slide .owl-controls{
    display:none !important;
}
#owl-standard .owl-controls{
	top:40%;
	position:absolute;
	left:0;
	right:0;
}
.owl-prev{
	width:13px;
	height:14px;
	background:url(/images/prev.png) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	left:0;
	float:left;
}
.owl-next{
	width:13px;
	height:14px;
	background:url(/images/next.png) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	right:0;
	float:right;
}
#owl-product{
	float:left;
}
#owl-product .owl-controls{
	top:-70px;
	position:absolute;
	right:20px;
	margin:0 !important;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 66%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
/*.ten_sp{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
	color:#000;
}*/
.box-shadow {
    -webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.box-shadow:hover {box-shadow: 0 5px 12px #ccc;}
.khung_cms{
	margin-bottom:20px;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#fff;
}
.img_cms img {
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
}
.khung_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	height: 48px;
    line-height: 24px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:none;
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:10px;
	background: url(/images/dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:135px;
	overflow:hidden;
}
.xemthem_cms{
	text-align: right;
}
.b{
	margin-bottom:5px;
}
.b a{
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
.ten_tin{
	font-size:18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.bg_btn_themes{
	background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #525252);
  background-image: -moz-linear-gradient(top, #f2f2f2, #525252);
  background-image: -ms-linear-gradient(top, #f2f2f2, #525252);
  background-image: -o-linear-gradient(top, #f2f2f2, #525252);
  background-image: linear-gradient(to bottom, #f2f2f2, #525252);
  border:0;
}
.bg_btn_themes:hover{
	background: #525252;
  background-image: -webkit-linear-gradient(top, #525252, #f2f2f2);
  background-image: -moz-linear-gradient(top, #525252, #f2f2f2);
  background-image: -ms-linear-gradient(top, #525252, #f2f2f2);
  background-image: -o-linear-gradient(top, #525252, #f2f2f2);
  background-image: linear-gradient(to bottom, #525252, #f2f2f2);
  color:#fff;
} 
 a.kich_hoat_mobile {display:none !important;}
 a.kich_hoat{
    padding: 8px 6px;
    line-height: 34px;
    border: 2px solid #ff7818;
    color: #ff7818;
    background-color: #fff;
    border-radius: 3px;
 }
 a:hover.kich_hoat{
     background:#ff7818;
     color:#fff;
 }
 #show_error, #show_dangnhap, .form_dangky .form_booking #error, .form_dangky .form_booking #error_tuvan, .form_dangky2 .form_booking #error2, .form_dangky2 .form_booking #error_tuvan2, .form_booking #error0{
    text-align: center;
    line-height:30px;
    color: red;
    background: #fff18b;
    margin-bottom: 1em;
    font-weight: bold;
   -webkit-animation: my 700ms infinite;
   -moz-animation: my 700ms infinite; 
   -o-animation: my 700ms infinite; 
    animation: my 700ms infinite;
 }
 @keyframes my { 
 50% { color: #000;  }
 100% { color: red;  } 
 }
 .full_page_dangnhap {width:80%; margin:0 auto; text-align:center;}
 .full_page_tuvan {width:300px; margin:0 auto; text-align:center;}
 .form_dangky2, .form_dangky_page2{
     width:50%;
     float:left;
     position:relative;
 }
 .form_dangky .form_booking #error{
    margin-top: 1em;
 }
 a.dang_nhap{
    padding: 8px 6px;
    line-height: 34px;
    border: 2px solid #FB6A00;
    color: #FB6A00;
    background-color: #fff;
    border-radius: 3px;
    margin-left:10px;
 }
 a.dang_ky_page{
    padding: 11px 6px;
    border: 2px solid #fcb041;
    color: #fcb041;
    background-color: #fff;
    border-radius: 3px;
    display:block;
    width:100%;
    text-align:center;
    margin-top:1.5em;
 }
 a:hover.dang_nhap, a:hover.dang_ky_page{
     background:#FB6A00;
     color:#fff;
 }
 .forgot-psswrd {float: right;}
 a.dang_ky{
    padding: 8px 15px;
    line-height: 34px;
    border: 2px solid #FB6A00;
    color: #fff;
    background-color: #FB6A00;
    border-radius: 3px;
    margin-left:8px;
 }
 a:hover.dang_ky{
     background:#fff;
     color:#FB6A00;
 }
 .btn-dangky, .btn-dangnhap{
    padding: 8px 15px;
    border: 2px solid #FB6A00;
    color: #fff;
    background-color: #FB6A00;
    border-radius: 3px;
    width: 100%;
 }
 .btn-dangky:hover, .btn-dangnhap:hover{
     background:#fff;
     color:#FB6A00;
     border: 2px solid #FB6A00;
 }
 
.khung_cms_home{
	width:100%;
	margin: 0 auto 30px;
}
.img_cms_home{
	float: left;
	margin-right: 15px;
	width: 127px;
	height: 107px;
	border: solid 3px #fff;
}
.img_cms_home img {
	width: 100%;
	height: 100%;
}
.ten_cms_home{
	text-align:justify;
	display:block;
	margin:0 0 5px 0;
	text-transform: uppercase;
	/* overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; */
}
.chu_thich_cms_home{
	text-align:justify;
} 
.date_khung_cms_home{
	width:47px;
	height:47px;
	color:#fff;
	text-align:center;
	float:left;
	margin-right:15px;
	background: #9c0c00;
}
.date_khung_cms_home .date{
	margin-top:5px;
}
.date_khung_cms_home .month{
	font-family: font2;
}
.lined-heading{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	margin: 40px 0 50px;
	text-align: center;
	/*color:#bf202f;*/
	font-weight: 700;
}
h2.lined-heading span {
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
}
h2.lined-heading:before{
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
	height:1px;
	content: "";
}
/*======block-project====*/
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;}
.san_pham .image img{ width: 100%; height: auto;}
.san_pham .image .line{
	position: absolute;border: 1px solid rgba(255, 255, 255, 0.5);top: 10px;bottom: 10px;left: 10px; right: 10px; z-index:2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transform: scale(1) ;
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1) ;
	-o-transform: scale(1) ;
}
.san_pham .image:hover .line{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2) ;
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-o-transform: scale(1.2) ; 
}
.san_pham .image .overlay{
	position: absolute; top: 0;bottom: 0;left: 0; right: 0;
	background:rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0;
}
.san_pham .image:hover .overlay{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.san_pham .ten_san_pham{
	text-transform:uppercase;
	font-size:20px;
	line-height:35px;
	display:block;
	color:#fff;
	position:absolute;
	top:30px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
}
.san_pham .chuthich_san_pham{
	color:#fff;
	position:absolute;
	top:70px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
	padding-right:50px;
}
.mt150{
	margin-top: 10px;
}
.btn-lienhe {
	background: #57594b;
	border: solid 1px #424437;
	text-transform: none;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
}
.btn-lienhe:hover {
	background: #424437;
	color: #fff;
}
/*--------------------
 *  More
*/
.wrapper {
	margin: 0 auto;
	position: relative;
}
.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
}
.khung_top {
    margin-top:15px;
}
.logo {
	position: absolute;
    left: 93px;
    top: 6px;
    width: 155px;
    z-index:5;
}
.logo_mobile {
    display:none;
    position: absolute;
}
.hotline_thanhtoan {
	position: absolute;
    right: 93px;
    top: 11px;
    z-index: 5;
    text-align: right;
    line-height: 24px;
}
/* gio hang */
.cart {
	position: absolute;
	left: 60em;
    top: 16px;
    height: 38px;
    padding: 0 10px 0 0;
}
.cart a {
	display: flex;
}
.cart .icon_cart {
	width: 40px;
	height: 36px;
	background: url('/images/icon_cart.png') no-repeat center;
}
.cart .icon_cart:hover {
	background: url('/images/icon_cart_hover.png') no-repeat center;
}
.cart .item {
    position: absolute;
    left: 32px;
    top: -3px;
    background: #FF7816;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px 7px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.cart .wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-width: 360px;
    left: -150px;
    padding: 0;
    border: none;
    border-radius: 4px;
}
.cart:hover ul.dropdown-menu {
		display: block !important;
	}
.cart .cart_list {
    padding: 10px 0 10px;
}
.cart .cart_list .list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    max-height: 281px;
    overflow-y: auto;
}
.cart .cart_list .list li {
    display: inline-block;
    float: left;
    width: 100%;
}
.cart .cart_list .list .text {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 20px;
    display: inline-block;
    clear:both;
}
.cart .cart_list .list a {
    color: #272727;
    font-size: 14px;
    width: 100%;
}
.cart .cart_list .list a:hover{
    color: #bf202f;
}
.cart .cart_list .list .price {
    color: #E31700;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding:5px 0 0 5px;
    float:left;
}
.cart .cart_list .list .xoa {
    padding:5px 0 0 5px;
    float:right;
}
.cart .cart_list .list .xoa img{
    height:14px;
}
.cart .cart_list .cart_total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.cart .cart_list .cart_total a {
    color: #E31700;
    font-size: 14px;
    font-style: italic;
    font-weight: bold !important;
}
.cart .cart_list .cart_total a span {
    text-decoration: underline !important;
}
.cart .cart_list .cart_total h6 {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.cart .cart_list .cart_btn {
    padding-left: 15px;
    padding-right: 15px;
}
.cart .cart_list .cart_btn .btn-payment {
    border-radius: 4px;
    display: block;
    width: 100%;
    background: #FF7816;
    border-bottom: 3px solid #fc6a00;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}
.checkout .wrap-checkout-button-pc .clearfix .back-to-cart {
    display:none;
}
.checkout-confirm-ul-bottom ul li a .mo {display:none;}
/* gio hang chi tiet */
.gio_hang_chitiet {
    padding: 40px 0 30px;
}
.gio_hang_chitiet .thanh_toan {
    padding-left:25px;
}
.gio_hang_chitiet .thanh_toan a{
    background: #FB6A00;
    display: block;
    padding: 18px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
}

.gio_hang_chitiet .thanh_toan a:hover{
    background:#e25f00;
}
.gio_hang_chitiet .thanh_toan_mo a, .gio_hang_chitiet .quay_lai_mo a{
    display:none;
}
.gio_hang_chitiet .thong_tin{
    text-align:left;
}
.gio_hang_chitiet .thong_tin img{
    float:left;
}
.gio_hang_chitiet .thong_tin .mo_ta{
    float: left;
    padding-left: 15px;
    line-height: 20px;
}
.gio_hang_chitiet .thong_tin .mo_ta p{
    font-size: 16px;
    color: #666;
}
.gio_hang_chitiet .thong_tin .mo_ta span{
    font-size: 22px;
}
.gio_hang_chitiet .phuong_thuc {
    text-align:center;
    font-size: 16px;
    color: #666;
    margin-top: 2em;
}
.gio_hang_chitiet .table_thanh_toan {
    border: 1px solid #F5F5F5;
    margin-bottom: 0;
    padding: 5px 0px 0px 0;
    margin-top:2em;
}
.gio_hang_chitiet .table_thanh_toan .items {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    padding: 10px 15px;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title {
    padding-left: 0;
    width: 80%;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-img {
    width: 195px;
    display: block;
    float: left;
    padding: 0 15px 0 0;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-text {
    float: left;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-text h4 {
    font-size: 16px;
    font-weight: bold;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price.-mob {
    width: 100%;
    display: none;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price {
    display: flex;
    width: calc(100% - 80%);
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price.-mob span.orange {
    font-weight: 700;
    color: #FF7816;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-text .items-remove {
    color: #353535;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-text .items-remove i {
    position: relative;
    top: 2px;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price {
    display: flex;
    width: calc(100% - 80%);
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price > div.k-shopping-list-items-price-new {
    color: #fb6a00;
    font-weight: bold;
    padding-right: 0;
}
.gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price > div {
    width: 100%;
    text-align: right;
    font-size: 18px;
    padding-right: 15px;
    line-height: 26px;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price {
    padding: 20px 15px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    background-color: #fafafa;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-checkout-total-price-text {
    width: 80%;
    float: left;
    font-size: 20px;
    color: #fb6a00;
    font-weight: bold;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-checkout-total-price-text label {
    display: none;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-list-items-group-price {
    width: calc(100% - 80%);
    float: right;
    text-align: right;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-list-items-group-price > div.k-shopping-checkout-total-price-new {
    font-size: 24px;
    color: #fb6a00;
    line-height: 1;
    font-weight: bold;
    padding-right: 0;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-choose-another {
    display: none;
}
.gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-choose-another a {
    width: 100%;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 8px 0;
    font-weight: 700;
    font-size: 15px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: black;
}

/* thanh toan */
.checkout {margin:0 0 40px;min-height: 720px;}
.checkout ul{list-style:none; margin:0;padding:0;}
.checkout .checkout-list-part {
    width: 100%;
}
.checkout .checkout-list-part {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    display: table;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
}
.checkout .checkout-list-part li {
    width: calc(100% / 3);
}
.checkout .checkout-list-part li {
    display: table-cell;
    background: #FB6A00;
    color: white;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
}
.checkout .checkout-list-part li:last-child {
    background: #e4e7eb;
    color: #272727;
    padding-right: 30px;
}
.success .checkout-list-part li:last-child {
    background: #FB6A00 !important;
    color: #fff;
}
.checkout .checkout-triangle-left {
    border-top: 30px solid transparent;
    border-left: 25px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: -5px;
}
.checkout .checkout-triangle-right {
    right: -20px;
    z-index: 1;
    top: 0px;
}
.checkout .checkout-list-part li .checkout-span {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.checkout .checkout-list-part li .checkout-span .mo{
    display:none;
}
.checkout .checkout-triangle-right, .checkout .checkout-triangle-right-last {
    border-top: 25px solid transparent;
    border-left: 20px solid #FB6A00;
    border-bottom: 25px solid transparent;
    position: absolute;
}
.checkout .checkout-triangle-left {
    border-top: 30px solid transparent;
    border-left: 25px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: -5px;
}

.checkout .checkout-wrap-content {
}
.checkout .checkout-wrap-content .checkout_xong{
    float: left;
    padding-right:25px;
}
.checkout .checkout-wrap-content .checkout_title{
    width:100%;
    height:50px;
}
.checkout .checkout-wrap-content .dang_ky_thanh_cong_title{
    padding-top:2px;
}
.checkout .checkout-wrap-content .dang_ky_thanh_cong_title h4{
    margin: 10px 0px;
    font-size: 26px;
    text-transform: uppercase;
    color: #FB6A00;
    font-weight: bold;
}
.checkout .checkout-wrap-content .dang_ky_thanh_cong_title span{
    font-size: 24px;
}

.checkout .checkout-wrap-content .thong_tin{
    background: url('/images/banner_checkout_xong.jpg')no-repeat top left;
    margin-top: 70px;
    background-size: auto;
    background-size: cover;
}
.checkout .checkout-wrap-content .thong_tin ul{
    display: table;
    width: 100%;
    padding: 10px 10px 0px 20px;
    color: white;
    margin-bottom: 0px;
    font-size:15px;
    line-height: 29px;
}
.checkout .checkout-wrap-content .thongtin_xacnhan{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding-bottom: 15px;
}
.thongtin_xacnhan .checkout-confirm-succ-text {
    padding: 20px 20px 0px 20px;
}
.thongtin_xacnhan div.box img{
    width:152px;
}
.thongtin_xacnhan div.box {
    padding: 15px 20px;
}
.thongtin_xacnhan div.box:nth-child(2n+1) {
    background: #f5f5f5;
}
.thongtin_xacnhan div.box .text {
    padding-top: 30px;
}
.thongtin_xacnhan div.box .text h4 {
    color: #FB6A00;
    font-size: 20px;
    font-weight: bold;
}
.checkout .checkout-wrap-content h3 {
    color: #e74c3c;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
}
.checkout .input-error {
    color: red;
    font-style: italic;
}
.checkout-confirm-ul-bottom {text-align: center;}
.checkout-confirm-ul-bottom ul {
    display: inline-block;
    margin-top: 30px;
    padding: 0px;
}
.checkout-confirm-ul-bottom ul li {
    float: left;
    margin: 0px 15px;
}
.checkout-confirm-ul-bottom ul li:first-child a {
    padding: 10px 25px;
    border: 1px solid #ccc;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 2px solid #ccc;
    color: #888;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.checkout-confirm-ul-bottom ul li:first-child a:hover {
    background: #FB6A00;
    color:#fff;
}
.checkout-confirm-ul-bottom ul li a {
    display: inline-block;
    margin-bottom: 15px;
}
.checkout .checkout-wrap-content ul li {
    display: table-cell;
    vertical-align: middle;
}
.checkout-confirm-ul-bottom ul li:last-child a {
    background: #FB6A00;
    border-bottom: 2px solid #FB6A00;
    color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 25px;
    font-size: 16px;
}
.checkout-confirm-ul-bottom ul li:last-child a:hover {
    background: #D55A00;
}
.checkout .phuong_thuc_thanh_toan .wrap {
    margin-bottom: 40px;
}
.checkout .phuong_thuc_thanh_toan .checkout-list {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.checkout .phuong_thuc_thanh_toan .checkout-list label {
    padding: 20px 15px;
        padding-bottom: 20px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    -webkit-transition: margin-bottom 300ms;
    -moz-transition: margin-bottom 300ms;
    -o-transition: margin-bottom 300ms;
    transition: margin-bottom 300ms;
}
.checkout input[type="checkbox"]:not(old) + label:hover, .checkout input[type="radio"]:not(old) + label:hover {
    cursor: pointer;
    color: #fb6a00;
}
.checkout input[type="checkbox"]:not(old):checked + label > span, .checkout input[type="radio"]:not(old):checked + label > span {
    background: white;
    border: 2px solid #fb6a00;
    padding: 5px;
    margin: 20px 10px 20px 5px;
    position: relative;
}
.checkout input[type="checkbox"]:not(old):checked + label > span > span, .checkout input[type="radio"]:not(old):checked + label > span > span {
    height: 12px;
    width: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fb6a00;
    border-radius: 99px;
}
#checkout-home.checkout input[type="checkbox"]:not(old) + label > span, .checkout input[type="radio"]:not(old) + label > span {
    vertical-align: initial;
}
.checkout input[type="checkbox"]:not(old), .checkout input[type="radio"]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}
.checkout input[type="checkbox"]:not(old) + label > span, .checkout input[type="radio"]:not(old) + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px 10px 20px 5px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 50%;
}
#checkout-home.checkout .checkout-list label methodname {
    position: relative;
}
.checkout .checkout-list .checkout-wrap-list {
    width: 200%;
    height: 0;
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    -webkit-transition: height 300ms ease-out 0.1s;
    -moz-transition: height 300ms ease-out 0.1s;
    -o-transition: height 300ms ease-out 0.1s;
    transition: height 300ms ease-out 0.1s;
}
.checkout .checkout-sub-list {
    display:none;
    background: #f9f9f9;
    padding: 15px 30px 15px 30px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    width: calc(100% - 30px);
    margin: 15px 0 0 15px;
    font-size: 14px;
    line-height:25px;
}
.checkout .checkout-list#checkout-cod label methodname {
    background-image: url('/images/cod.png');
}
.checkout .checkout-list#checkout-paypal label methodname {
    background-image: url('/images/transfer.png');
}
.checkout .checkout-list label:hover methodname, .checkout input[type="radio"]:not(old):checked + label methodname {
    border-color: #fcb041;
}
.checkout .checkout-list label methodname {
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    width: calc(100% - 35px);
    background-repeat: no-repeat;
    background-position: center left 10px;
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    font-weight: bold;
}
#checkout-home.checkout .checkout-list label methodname span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.checkout .wrap-content-right {
    /*width: calc(100% / 3);
    padding: 15px 0 15px 35px;
    float: right;*/
}
.checkout .wrap-content-right .fixed-flag {
    position: fixed;
    top: 20px;
}
.checkout .wrap-content-right .wrap {
    position: relative;
    border: 1px solid #aaa;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    margin:2em 0;
}
.checkout .wrap-content-right h4 {
    position: relative;
}
.checkout .wrap-content-right ul.list {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.checkout .wrap-content-right h4 a {
    float: right;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    text-decoration: underline !important;
    font-style: italic;
}
.checkout .wrap-content-right ul.list {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.checkout .wrap-content-right ul.list li {
    display: block;
    padding: 5px 5px 5px 0px;
    width: 100%;
}
.checkout .wrap-content-right ul.list .title{
    float:left;
}
.checkout .wrap-content-right ul.list .title h6 {
    margin-top: 0px;
    color: #272727;
    font-size: 13px;
    line-height: 1.5;
}
.checkout .wrap-content-right ul.list div.price {
    text-align: right;
    font-size: 13px;
}
.checkout .wrap-content-right ul.list li span {
    display: block;
    margin-bottom: 5px;
}
/* phan ma giam gia cap nhat sau */
.checkout .checkout-apdung {
    border-top: 1px dashed #DEDEDE;
    margin-bottom: 0px;
    padding: 15px 0;
}
.checkout .checkout-list-price {
    position: relative;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px;
    background-color: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.checkout .checkout-list-price ul {
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.checkout .checkout-list-price ul li {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    padding-right: 5px;
}
.checkout .checkout-list-price ul li span.price {
    float: right;
}
.checkout .checkout-list-price ul li .color-orange {
    font-size: 16px;
}
.color-orange {
    color: #FB6A00 !important;
}
.checkout .checkout-list-price ul li span.price {
    float: right;
}
.checkout .wrap-content-right .wrap .note-cod {
    display: none;
}
.checkout .wrap-content-right .re-money {
    margin-top: 15px;
}
.checkout .checkout-button {
    float: right;
    display: inline-block;
    background: #fb6a00;
    height: auto;
    padding: 10px 50px;
    width: inherit;
    border-right: none;
    border-radius: 3px;
    border: none;
    color: white;
    font-size: 18px;
}
.checkout .checkout-button .mo{display:none;}
.checkout fieldset.readonly {
    background: rgba(0, 0, 0, 0.1);
}
.checkout fieldset legend {
    width: auto;
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
    padding: 0 5px;
}
.checkout fieldset legend label {
    margin: 0;
}
.checkout label {
    font-weight: normal;
}
.thongtin_khach .pad-right-0 {padding-right:15px !important;}
.thongtin_khach .inp_tt {
    width:auto;
    float:none;
    margin-bottom: 1em;
}
.phuong_thuc_thanh_toan h3, .thongtin_khach h3 {
    color: #e74c3c;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
}
.checkout .wrap-checkout-button-pc {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 15px;
    background-color: white;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .1);
    border-top: 1px solid #ddd;
    height: 80px;
    z-index: 1;
    padding-left: 42px;
}
.checkout .wrap-checkout-button-pc .clearfix .item {
    width: calc((100% - 370px) / 3);
    float: left;
    line-height: 24px;
    font-size: 13px;
}
.checkout .wrap-checkout-button-pc .clearfix .button {
    width: 340px;
    float: left;
    position: relative;
}
.checkout .wrap-checkout-button-pc .clearfix .button .tool-tip {
    display: none;
    position: absolute;
    bottom: calc(100% + 15px);
    padding: 15px;
    background: #fff8f3;
    box-shadow: 0 0 10px rgba(251, 106, 5, 0.5);
    border-radius: 3px;
    color: #fb6a00;
}
.checkout .wrap-checkout-button-pc .button .checkout-button {
    width: 100%;
    height: 54px;
    font-size: 20px;
}
/*ket thuc*/
/* COD */
.modal-body .input-donhang .icon {
    position: absolute;
    line-height: 33px;
    padding: 0 10px;
}
.icon-donhang::before {
    content: "\f09d";
}
.modal-body .input-donhang .form-control {
    border-radius: 3px;
    padding-left: 30px;
    margin-bottom:10px;
}
.modal-body .input-cod .icon {
    position: absolute;
    line-height: 33px;
    padding: 0 10px;
}
.icon-card::before {
    content: "\f09d";
}
.modal-body .input-cod .form-control {
    border-radius: 3px;
    padding-left: 40px;
}
.modal-body .question-cod {
    margin-top: 10px;
    cursor: pointer;
    color: #a0a0a0;
    text-align: center;
}
.modal-body .btn-active-cod {
    background: #fb6a00;
    color: white;
    border-bottom: 2px solid #c85400;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 3px;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-body .input-cod .form-control {
    border-radius: 3px;
    padding-left: 30px;
}
.chu_thich_ma_cod {
    font-size: 13px !important;
    margin: 21px 0;
}
/* search ajax */
#show_search {
    display: none;
    padding: 0px;
    background-color: white;
    border-radius: 0px;
    width: initial !important;
    border: 1px solid #aab2bd;
    top: 2px !important;
    margin-bottom: 0px;
}
#show_search .list-item {
    font-size: small;
    padding: 0px !important;
}
#show_search .list-item a{
    color: black;
    display: inline-block;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
}
#show_search .list-item a:hover{
    background:#e8e8e8;
}
span.hlw {
    background-color: #ffee3c;
}
/*ket thuc*/
.form_seach {
	width: 312px;
    border: solid 1px #c1c1c1;
    height: 38px;
    position: absolute;
    top: 15px;
    left: 36em;
}
.form_seach:hover{
    border: solid 1px #FB6A00;
    background: #FB6A00;
}
.form_seach:hover .btn-seach{
    background: url('/images/bt_tk_hover.png') no-repeat center;
}
.form_seach .input-search {
	line-height: 36px;
	height: 36px;
	width: calc(100% - 40px);
	border: 0;
	text-indent: 10px;
}
.form_seach .btn-seach {
	width: 40px;
	height: 36px;
	background: url('/images/bt_tk.png') no-repeat center;
	border: 0;
	position: absolute;
	right: 0;
	top:0;
}
.section_tim_khoahoc_home {
    background:transparent url('/images/banner-top.jpg')no-repeat center top;
    background-size:cover;
    padding: 50px 0 130px;
    color:#fff;
    position: relative;
    overflow: hidden;
}
.section_tim_khoahoc_home h2{
    text-align:center;
    font-weight:bold;
    font-size:36px;
    padding:5px 0 15px;
}
.form_seach_home {
	width: 80%;
    border: solid 1px #c1c1c1;
    height: 45px;
    margin:0 auto;
    border-radius: 22px;
}
.form_seach_home .input-search {
	line-height: 36px;
	height: 45px;
	width: calc(100% - 47px);
	border: 0;
	text-indent: 10px;
	border-radius: 22px;
	color: #000;
    padding: 0 20px;
}
.form_seach_home .btn-seach {
	width: 47px;
	height: 45px;
	background: url('/images/bt_tk.png') no-repeat center;
	border: 0;
	float:right;
}
.section_slide_khoahoc_home {
    padding:0 0 70px;
    margin-top:-4em;
}
.section_slide_khoahoc_home .big_slide{
    border-radius:15px;
}
.section_dm_khoahoc_home {
    background:#2f3b46;
    padding: 40px 0;
    color:#fff;
}
.section_dm_khoahoc_home h2{
    text-align:center;
    font-weight:bold;
    font-size:36px;
    padding:5px 0 15px;
}
.section_dm_khoahoc_home .dm_khoahoc_home{
    width:25%;
    padding:5px 5px;
    float:left;
}
.section_dm_khoahoc_home .dm_khoahoc_home .hinh{
    position: relative;
    overflow:hidden;
}
.section_dm_khoahoc_home .dm_khoahoc_home .ten{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    background:#ffffffb0;
    text-align:center;
    font-weight:bold;
    color:#000;
    height:50px;
    padding:5px;
}
.section_khoahoc_home {
    padding: 40px 0;
}
.section_khoahoc_home h2{
    text-align:center;
    font-weight:bold;
    font-size:34px;
    padding:5px 0 15px;
}
.section_khoahoc_home .khung{
    border: 1px solid #ccc;
    padding:5px 10px;
    margin-bottom: 2.5em;
}
.section_khoahoc_home .khung .thoiluong{
    padding:5px 0 10px;
}
.section_khoahoc_home .khung .thoiluong .loai_video, .section_khoahoc_home .khung .thoiluong .thoi_luong{
    padding:2px 5px;
    color:#fff;
    font-size:12px;
    border-radius:3px;
}
.section_khoahoc_home .khung .thoiluong .loai_video{
    background:#F84B2F;
}
.section_khoahoc_home .khung .thoiluong .thoi_luong{
    background:#A7B3C1;
}
.section_khoahoc_home .khung .ten{
    color:#3c3c3c;
    font-size:15px;
    font-weight:bold;
    height:40px;
    overflow:hidden;
}
.section_khoahoc_home .khung .ten:hover{
    color:#BF202F;
    font-size:15px;
    font-weight:bold;
    height:40px;
    overflow:hidden;
}
.section_khoahoc_home .khung .giaovien{
    font-size:13px;
    height:38px;
    overflow:hidden;
    color: #484848;
}
.section_khoahoc_home .khung .gia{
    border-top:1px solid #ccc;
    padding:20px 0 10px;
    margin-top:15px;
    color:#FF7816;
    font-weight:bold;
}
.section_gioi_thieu {
	padding: 23px 0 0 0;
}
.section_gioi_thieu .container .row .gt_home_1 h2{
    color:#bf202f;
    font-size:28px;
    margin:10px 0 10px 0;
    text-transform:uppercase;
}
.section_gioi_thieu .container .row .gt_home_1 p {
    font-size: 22px;
    margin: 0 0 35px;
    padding: 0 0 26px;
    position: relative;
}
.section_gioi_thieu .container .row .gt_home_1 p::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0%;
    position: absolute;
    transform: translate(0%,0);
    width: 73px;
}
.section_gioi_thieu .container .row .gt_home_1_video {
    margin-top:8em;
}
.section_gioi_thieu .container .row .gt_home_1 div {
    line-height:15pt;
    text-align:justify;
}
.section_gioi_thieu .container .row .gt_home_1 li {
    padding:0;
    margin:0 0 0 25px;
}
.section_gioi_thieu .container .row .gt_home_1 ul {
    padding:0;
    margin:5px 0;
}
.section_gioi_thieu .container .row img.img_gt_home {
    width:100%;
    margin:10px 0;
}
.section_gioi_thieu .container .row .gt_home_2{
    margin:10px 0;
    text-align:justify;
}
.section_gioi_thieu .container .row .gt_home_2 ul{
    padding-left:12px;
}
.title_book {
	background: linear-gradient(to bottom right, #feb101, #fff03b);
	text-transform: uppercase;
	color: #be202f;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.title_book .close {
    font-size: 30px;
    opacity: 1 !important;
    margin:8px 10px 0 0;
    color:#be202f;
    text-shadow: 0;
    font-weight:normal;
}
.full_page_dangnhap .form_booking{
	padding: 0 25px;
}
.form_booking{
	background: #fff;
	padding: 25px;
	color: #000;
}
.form_booking form .form-group{
	margin-bottom:15px;
}
.form_booking form .form-group label {
	font-weight: normal;
}
.form_booking form .form-group .btn-booking {
	background: #318dc4;
	color: #fff;
	border: 0;
}
.form_booking form .form-group .btn-booking:hover {
	background: #7bc144;
	color: #fff;
}
.section_vi_sao {
	background:url('/images/img_why_choose_us.png') no-repeat left 15% bottom, url('/images/bg_vi_sao.jpg') no-repeat center;
	min-height: 418px;
	padding: 46px 0 30px;
}
.vi_sao{
    color:#fff;
    padding-left:3em;
    font-size:15px;
}
.vi_sao ul{
    padding-left: 0;
}
.vi_sao ul li{
    background: url('/images/list_vi_sao.png') no-repeat left;
    list-style:none;
    padding: 3px 0px 3px 40px;
}
.vi_sao h2{
    font-size:28px;
    margin: 0 0 35px;
    padding: 0 0 26px;
    position: relative;
    text-transform:uppercase;
}
.vi_sao h2::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0%;
    position: absolute;
    transform: translate(0%,0);
    width: 73px;
}
.wrapper_icon_vi_sao {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	min-height: 418px;
	padding: 50px;
}
.icon_vi_sao {
	float: left;
	width: 33%;
	text-align: center;
	margin: 20px 0 10px;
}
.icon_vi_sao div {
	height: 61px;
	margin-bottom: 15px;
}
.icon_vi_sao p {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.section_khoa_hoc {
	padding: 20px 0  50px;
}
.section_khoa_hoc h2{
    color:#bf202f;
    font-size:24px;
    text-align:center;
    font-weight:bold;
    padding:10px 0 20px 0;
}
.section_khoa_hoc ul.khoahoc{
    width: 250px;
    float: left;
}
.section_khoa_hoc ul.khoahoc li{
    float: left;
    list-style:none;
}
.section_khoa_hoc ul.khoahoc a{
    float: left;
    border: 1px solid #b8b8b8;
    padding: 10px 8px;
    margin-right: 10px;
    background:#eee;
}
.section_khoa_hoc ul.khoahoc a:hover, .section_khoa_hoc ul.khoahoc li.active a{
    float: left;
    border: 1px solid #b8b8b8;
    background:#318dc4;
    color:#fff;
}
.khung_khoa_hoc {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
}
.khung_khoa_hoc img {
	width: 100%;
}
.ten_khoa_hoc {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	padding: 12px;
    height: 68px;
    overflow: hidden;
    position: relative;
}
.ten_khoa_hoc::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 106px;
    position: absolute;
    transform: translate(0%,0);
    width: 43px;
}
.info_khoa_hoc {
	padding: 15px 30px 12px;
	height: 147px;
    overflow: hidden;
}
.chuthich_khoa_hoc {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
	height: 123px;
    overflow: hidden;
}
.button-khoa-hoc {
    width:100%;
    border-top:1px solid #e0e0e0 !important;
    text-align:center;
}
.btn-khoa-hoc{
    background:#ededed; text-align:center
}
.btn-khoa-hoc:hover{
    background:#318dc4;
}
.btn-khoa-hoc:hover a{
    color:#fff;
}
.btn-khoa-hoc a{
	line-height:37px;
	text-transform:uppercase;
}
.btn-khoa-hoc a:hover {
	color:#fff
}
.khung_tin {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
}
.khung_tin img {
	width: 100%;
}
.ten_tin {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	padding: 12px;
    height: 59px;
    overflow: hidden;
    position: relative;
}
.ten_tin::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 131px;
    position: absolute;
    transform: translate(0%,0);
    width: 80px;
}
.info_tin {
	padding: 15px 17px 12px;
	height: 164px;
}
.chuthich_tin {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
	height: 79px;
    overflow: hidden;
}
.button-tin {
    width:100%;
    border-top:1px solid #e0e0e0 !important;
    text-align:center;
}
.btn-tin{
    background:#ededed; text-align:center
}
.btn-tin:hover{
    background:#318dc4;
}
.btn-tin:hover a{
    color:#fff;
}
.btn-tin a{
	line-height:37px;
	text-transform:uppercase;
}
.btn-tin a:hover {
	color:#fff
}
.section_khoa_hoc_xem_mota {
    margin: 20px 0 30px;
}
.section_khoa_hoc_xem_mota .ten{
    padding: 10px 0 10px;
    font-size: 21px;
    font-weight: bold;
    color: #e74c3c;
}
.section_khoa_hoc_xem_mota .chu_thich{
    padding: 0 0 20px;
    font-size: 14px;
}
.section_khoa_hoc_xem_mota .khoc_hoc_video{
    background: #F84B2F url('/images/icon_video.png') no-repeat left 15px top 7px;
    width: 160px;
    padding: 5px 10px 5px 39px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    float: left;
}
.section_khoa_hoc_xem_mota .thoi_luong{
    background: #A7B3C1 url('/images/icon_thoi_luong.png') no-repeat left 15px top 7px;
    padding: 5px 17px 5px 39px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}
.section_khoa_hoc_xem_mota .gia{
    clear: both;
    background: url('/images/icon_gia_1.png') no-repeat left 0 top 16px;
    background-size: 15px;
    line-height: 30px;
    padding: 11px 0 11px 23px;
    font-size: 19px;
    font-weight: bold;
    color: #FF7816;
}
.section_khoa_hoc_xem_mota .mo_ta{
    border: 1px solid #ccc;
    padding: 20px 14px;
    height: 200px;
    overflow:hidden;
    line-height: 30px;
}
.section_khoa_hoc_xem_mota .button{
    margin: 20px 0;
}
.section_khoa_hoc_xem_mota .button .mua_ngay{
    width: 100%;
    background: #FB6A00;
    display: block;
    padding: 17px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
}
.section_khoa_hoc_xem_mota .button .mua_ngay:hover{
    background:#e25f00;
}
.section_khoa_hoc_xem_mota .button .gio_hang{
    width: 100%;
    background: #fff;
    display: block;
    padding: 17px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    border: 2px solid #ccc;
    color: #1c1c1c;
    border-radius: 4px;
}
.section_khoa_hoc_xem_mota .button .gio_hang:hover{
    border: 2px solid #828282;
}
.section_khoa_hoc_xem_chitiet {
    padding: 20px 0 40px;
    background:#F5F5F5;
}
.section_khoa_hoc_xem_chitiet .gioi_thieu {
    margin-top: 5px;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    text-align: justify;
}
.section_khoa_hoc_xem_chitiet .giang_vien {
    margin-top: 15px;
    padding: 20px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    clear: both;
}
.section_khoa_hoc_xem_chitiet .noi_dung,  .section_khoa_hoc_xem_chitiet .danh_gia {
    margin-top: 15px;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.section_khoa_hoc_xem_chitiet .noi_dung .title_noi_dung{
    font-size: 24px;
    padding: 10px 0 20px;
    margin: 0;
    font-weight: bold;
}
.section_khoa_hoc_xem_chitiet .giang_vien .title_noi_dung{
    font-size: 24px;
    padding: 10px 0 20px;
    margin: 0;
    font-weight: bold;
}
.section_khoa_hoc_xem_chitiet .noi_dung .phan_muc{
    font-size: 15px;
    text-transform: uppercase;
    color: #e74c3c;
    padding: 15px 0;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 700;
}
/*lop hoc*/
    .right_lophoc  .khung_video{position:relative; height:500px}
    .right_lophoc #compuphd{position:absolute;border:none;z-index:1 ; width:100% !important; height: 480px !important}
    .tab_mobile {display:none;}
/* chi tiet khoa hoc - giang vien */
.giang_vien .khung_giangvien {
    clear:both;
    padding: 10px 0;
    min-height: 215px;
}
.giang_vien .padding-0 {padding:0;}
.giang_vien .hinh {
    padding:0;
    border-radius:50%;
}
.giang_vien .hinh img{
    border-radius:50%;
}
.giang_vien .ten {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color:#e74c3c;
}
.giang_vien .chuc_vu {
    display: block;
    margin-bottom: 10px;
    color:#929292;
}
.giang_vien a.xem_thongtin{
    padding: 8px 15px;
    line-height: 34px;
    border: 2px solid #FB6A00;
    color: #fff;
    background-color: #FB6A00;
    border-radius: 3px;
    margin-left:8px;
 }
 .giang_vien a:hover.xem_thongtin{
     background:#fff;
     color:#FB6A00;
 } 
 .giang_vien .thong_tin {
    text-align: justify;
    line-height: 19px !important;
    height: 110px;
    overflow: hidden;
 }
 .noidung_tin h2.title_giang_vien {
    font-weight: normal;
    padding: 0 15px 12px 0;
    border-bottom: 2px solid #fcb041 !important;
    display: inline-block;
    font-size: 16px;
 }
 .mt150 .noidung_tin .thong_tin {
     line-height:23px;
     text-align:justify;
     padding-right:20px;
 }
 .mt150 .khung_giangvien {
     border:1px solid #ccc;
     text-align:center;
     margin-top: 2em;
 }
 .mt150 .khung_giangvien img{
     margin:0 auto;
 }
 .mt150 .khung_giangvien .ten {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    color:#fcb041;
    }
.mt150 .khung_giangvien .chuc_vu {
    display: block;
    margin-bottom: 25px;
    color:#929292;
}
.noidung_khoahoc {
    margin:30px 0 10px;
}
.noidung_khoahoc h2.title_khoa_hoc {
    font-weight: normal;
    padding: 0 15px 12px 0;
    border-bottom: 2px solid #fcb041 !important;
    display: inline-block;
    font-size: 16px;
 }
.noidung_khoahoc .danh_sach_khoa_hoc {
    margin-top:20px;
}
.danh_sach_khoa_hoc .khung{
    border: 1px solid #ccc;
    padding:5px 10px;
    margin-bottom: 2.5em;
}
.danh_sach_khoa_hoc .khung .thoiluong{
    padding:5px 0 10px;
}
.danh_sach_khoa_hoc .khung .thoiluong .loai_video, .danh_sach_khoa_hoc .khung .thoiluong .thoi_luong{
    padding:2px 5px;
    color:#fff;
    font-size:12px;
    border-radius:3px;
}
.danh_sach_khoa_hoc .khung .thoiluong .loai_video{
    background:#F84B2F;
}
.danh_sach_khoa_hoc .khung .thoiluong .thoi_luong{
    background:#A7B3C1;
}
.danh_sach_khoa_hoc .khung .ten{
    color:#fcb041;
    font-size:15px;
    font-weight:bold;
    height:40px;
    overflow:hidden;
}
.danh_sach_khoa_hoc .khung .ten:hover{
    color:#BF202F;
    font-size:15px;
    font-weight:bold;
    height:40px;
    overflow:hidden;
}
.danh_sach_khoa_hoc .khung .giaovien{
    font-size:13px;
    height:38px;
    overflow:hidden;
}
.danh_sach_khoa_hoc .khung .gia{
    border-top:1px solid #ccc;
    padding:20px 0 10px;
    margin-top:15px;
    color:#FF7816;
    font-weight:bold;
}
/*ket thuc*/
.nav-tabs-custom {
	text-align: center;
  	border-bottom: 0;
  	margin: 10px 0 30px;
}
.nav-tabs-custom li {
    margin: 0; 
    float: none;
    display: inline-block;
    padding: 10px 5px;
}
.nav-tabs-custom li a {
	font-size: 14px;
	color: #5b5b5b;
	background: none;
	padding: 0 0 10px;
	border: 0; 
	border-bottom: solid 1px transparent;
}
.nav-tabs-custom li a:hover, .nav-tabs-custom li a:focus {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.nav-tabs-custom li.active a {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.nav-tabs-custom li a img{
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    padding-bottom:10px;
}
.nav-tabs-custom li a:hover img, .nav-tabs-custom li a:focus img, .nav-tabs-custom li.active a img{
    -webkit-filter: grayscale(0); 
    filter: grayscale(0%);
}
.nav-tabs-custom li.active a:hover, .nav-tabs-custom li.active a:focus {
	color: #d82027;
	background: none;
	border: 0; 
	border-bottom: solid 1px #d82027;
}
.nav-tabs-danhgia {border:0;}
.tabs-danhgia{margin:0 auto 10px;}
.nav-tabs-danhgia > li.active > a, .nav-tabs-danhgia > li.active > a:hover, .nav-tabs-danhgia > li.active > a:focus {
    color:#272727;
    background-color:transparent;
    border:0;
    border-bottom: 2px solid #fcb041 !important;font-size: 24px;font-weight: 700;
}
.nav-tabs-danhgia > li {line-height: 36px;}
.nav-tabs-danhgia > li > a{color: #6c6c6c;font-size: 18px;border:0; line-height:38px;padding:5px 0; margin-right:30px;}
.nav-tabs-danhgia > li > a:hover, .nav-tabs-danhgia > li > a:focus {
    color: #272727;border:0; font-size: 24px;font-weight: 700;
    background:transparent;
}
.khung_danh_gia {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    margin-top: 15px;
}
.khung_danh_gia .title_danh_gia{
    padding: 0 !important;
    display: table;
    width: 100%;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    background-color: #fff;
    margin-bottom: 5px;
}
.khung_danh_gia .title_danh_gia li:first-child {
    padding: 15px 0 15px 15px;
    font-size: 16px;
}
.khung_danh_gia .title_danh_gia li:last-child {
    text-align: right;
    padding-right: 15px;
    color: #fcb041;
    font-weight: bold;
    font-size: 16px;
}
.khung_danh_gia .title_danh_gia li {
    display: table-cell;
}
.khung_danh_gia .title_danh_gia li:first-child strong {
    color: #fb6a00;
}
.khung_danh_gia .title_danh_gia li:last-child .icon-star  {
    color: #fcb041;
    position: relative;
    top: -2px;
}
.khung_view_danh_gia .khung_view_danh_gia_list {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.khung_view_danh_gia .khung_view_danh_gia_list li {
    list-style: none;
    padding: 0px;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul {
    display: inline-block;
    width: 100%;
    padding: 2px 15px 0;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul li:nth-child(1) {
    color: #272727;
    font-weight: 500;
    line-height: 30px;
    width: 17%;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul li:nth-child(2) {
    width: 66%;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul li:nth-child(3) {
    width: 17%;
    text-align:right;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul li {
    display: inline-block;
    float: left;
    height: 30px;
}

.khung_view_danh_gia .khung_view_danh_gia_list.list ul li .bang_loading progress {
    -webkit-appearance: none;
    border-radius: 0;
}
.khung_view_danh_gia .khung_view_danh_gia_list .list ul li .bang_loading {
    height: 100%;
}
.bang_loading[value] {
    color: #fcb041;
    border: 0;
    appearance: none;
}
.bang_loading {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.khung_danh_gia .mota_danh_gia {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.khung_danh_gia .mota_danh_gia p:first-child {
    font-weight: 500;
    color: #272727;
}
.khung_danh_gia .mota_danh_gia p:last-child {
    color: #6e6e6e;
    margin-top: 15px;
    line-height: 20px;
}
.khung_danh_gia .mota_danh_gia p {
    text-align: center;
}
.khung_danh_gia .mota_danh_gia p:last-child a {
    color: #fcb041;
    text-decoration: underline !important;
    font-weight: 500;
}
.section_khoa_hoc_xem_chitiet .noi_dung ul.bai_hoc{
    list-style-image: url('/images/icon_list_video.png');
    padding-left: 15px;
    line-height: 24px;
    margin-left: 2em;
}
.section_khoa_hoc_xem_chitiet ul.tab_chitiet {
    display: table;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.section_khoa_hoc_xem_chitiet ul.tab_chitiet li{
    position: relative;
    font-size: 16px;
    display: table-cell;
    display: inline-block;
}
.section_khoa_hoc_xem_chitiet ul.tab_chitiet li a{
    color: #272727;
    padding: 13px 20px;
    display: block;
    width: 100%;
    font-weight: bold;
}
.section_khoa_hoc_xem_chitiet ul.tab_chitiet li:hover a, .section_khoa_hoc_xem_chitiet ul.tab_chitiet li a.active{
    color: #be202f;
    background: linear-gradient(to bottom right, #feb101, #fff03b);
    display: inline-block;
}
.section_khoa_hoc_xem_chitiet .title_khoa_hoc_khac{
    margin: 0px;
    background: linear-gradient(to bottom right, #feb101, #fff03b);
    padding: 15px;
    font-size: 16px;
    color: #be202f;
    text-transform: uppercase;
    font-weight: bold;
}
.section_khoa_hoc_xem_chitiet .khung{
    padding: 10px 15px 15px;
    border-bottom: 1px solid #e6e5e8;
    display: inline-block;
    float: left;
    background-color: white;
}
.section_khoa_hoc_xem_chitiet .khung .hinh, .section_khoa_hoc_xem_chitiet .khung .mo_ta{
    padding:10px 0 0 10px;
}
.section_khoa_hoc_xem_chitiet .khung .hinh, .section_khoa_hoc_xem_chitiet .khung .mo_ta span{
    font-size:13px;
    height: 90px;
    overflow: hidden;
}
.section_khoa_hoc_xem_chitiet .khung .hinh, .section_khoa_hoc_xem_chitiet .khung .mo_ta .gia{
    color: #FF7816;
    font-weight: bold;
    padding-top: 10px;
}
.section_khoa_hoc_xem_chitiet .khung .hinh img{
    width:100%;
}
#owl-khoa-hoc .owl-item , #owl-khoa-hoc-anh .owl-item {
	padding: 0 15px;
}
#owl-khoa-hoc, #owl-khoa-hoc-anh {
	margin-top: 40px;
}
#owl-khoa-hoc .owl-controls, #owl-khoa-hoc-anh .owl-controls{
	top: -70px;
	position:absolute;
	left:48%;
	margin-left: -25px;
}
#owl-khoa-hoc .owl-prev , #owl-khoa-hoc-anh .owl-prev {
	width:39px;
	height:39px;
	background: url(/images/prev2.png) no-repeat center;
    position: absolute;
    top: -8.2em;
    margin-left: -12.5em;
}
#owl-khoa-hoc .owl-next , #owl-khoa-hoc-anh .owl-next{
	width:39px;
	height:39px;
	background:url(/images/next2.png) no-repeat center;
	position: absolute;
    top: -8.2em;
    margin-right: -20em;
}
.modal-backdrop.in {z-index: -1;}
.form_dangky, .form_dangky_page {width:400px !important; margin:3em auto}
.form_dangky_page .thong_bao{
    margin-bottom: 2em;
    font-size: 17px;
    color: #c0392b;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
}
.form_dangky_page .form_booking{
    background: #fbfbfb;
    padding: 25px;
    color: #000;
    border: 1px solid #ccc;
}
.form_dangky_page .form-control{
    background-color: #ececec;
}
.section_khoa_hoc_phu_hop {
    background: url(/images/img_khoa_hoc_phu_hop.png) no-repeat right 12% top 2.5em,url(/images/bg_khoa_hoc_phu_hop.jpg) no-repeat center;
    background-color: #ededeb;
    min-height:402px;
    padding:60px 0 30px;
}
.section_khoa_hoc_phu_hop .phu_hop{
    background:#4598ca url(/images/list_phu_hop.png) no-repeat 15px;
    line-height:34px;
    width:47%;
    margin:0 2em 1em 0;
    padding:0 10px 0 40px;
}
.section_khoa_hoc_phu_hop_2 {
    background: url(/images/img_khoa_hoc_phu_hop_2.png) no-repeat right 6% bottom,url(/images/bg_khoa_hoc_phu_hop_2.png) no-repeat left 10% bottom;
    background-color: #ededeb;
    min-height:402px;
    padding:60px 0 30px;
}
.section_khoa_hoc_phu_hop_2 .phu_hop{
    background:#4598ca url(/images/list_phu_hop.png) no-repeat 15px;
    line-height:34px;
    width:70%;
    margin:0 2em 1em 0;
    padding:0 10px 0 40px;
}
.section_khoa_hoc_phu_hop .phu_hop:hover{
    color:#fff;
    background:url(/images/list_phu_hop.png) no-repeat 15px;
    background-image:linear-gradient(to right,
    transparent,
    transparent 50%,
    #7bc143 50%,
    #7bc143);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.section_khoa_hoc_phu_hop .phu_hop a{
    color:#fff;
}
.section_khoa_hoc_phu_hop h2{
    font-size:27px;
    margin: 0 0 35px;
    padding: 0 0 26px;
    position: relative;
    text-transform:uppercase;
}
.section_khoa_hoc_phu_hop_2 .phu_hop:hover{
    color:#fff;
    background:url(/images/list_phu_hop.png) no-repeat 15px;
    background-image:linear-gradient(to right,
    transparent,
    transparent 50%,
    #7bc143 50%,
    #7bc143);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.section_khoa_hoc_phu_hop_2 .phu_hop a{
    color:#fff;
}
.section_khoa_hoc_phu_hop_2 h2{
    font-size:27px;
    margin: 0 0 35px;
    padding: 0 0 26px;
    position: relative;
    text-transform:uppercase;
}
.section_lich_hoc h2{
    font-size:22px;
    margin: 30px 0 15px;
    padding: 0 0 26px;
    position: relative;
    text-transform:uppercase;
}
.lich_hoc button{
    background:#bf202f;
    color:#fff;
}
.section_lich_hoc a.list_gio_hoc{
    background:url(/images/list_phu_hop_mobile.png) no-repeat left;
    padding-left: 16px;
    line-height: 30px;
}
.section_quy_trinh_hoc {
    background:#1183BF;
    padding:30px 0;
}
.quy_trinh_hoc {
    padding:20px ;
}
.quy_trinh_hoc .buoc_hoc{
    width:20%;
    float:left;
    background: url(/images/line.jpg) repeat-x center top 28px ;
}
.quy_trinh_hoc .buoc_hoc .line {
    background: #FFC83A;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    margin: 10px auto 20px;
    font-weight:bold;
}
.quy_trinh_hoc .buoc_hoc .ten {
    color:#FFC83A;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    height:60px;
}
.quy_trinh_hoc .buoc_hoc .noi_dung ul {
    padding:0;
    margin:0;
    color:#fff;
    height:130px;
}
.quy_trinh_hoc .buoc_hoc .vai_tro {
    color:#FFE700;
    margin:0 36px 0 20px;
    text-align:justify;
}
.quy_trinh_hoc .buoc_hoc .noi_dung ul li{
    margin:0 36px 0 20px;
    text-align:justify;
}
.section_quy_trinh_hoc .noi_dung_tilte {
    width:58px;
    border: 2px solid #85C6E8;
    color: #fff;
    background: #68BAE6;
    text-align: center;
    position: absolute;
    bottom: 22em;
    left: 33px;
    padding: 7px;
}
.section_quy_trinh_hoc .vai_tro_title {
    width:58px;
    border: 2px solid #85C6E8;
    color: #fff;
    background: #68BAE6;
    text-align: center;
    position: absolute;
    bottom: 13em;
    left: 33px;
    padding: 7px;
}
.section_khoa_hoc_phu_hop h2::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0%;
    position: absolute;
    transform: translate(0%,0);
    width: 73px;
}
.section_khoa_hoc_phu_hop_2 h2::after {
    background-color: #7bc143; 
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0%;
    position: absolute;
    transform: translate(0%,0);
    width: 73px;
}
.section_doi_ngu {
    background:url(/images/bg_doi_ngu.jpg) repeat-x;
    min-height:455px;
    padding:50px 0 30px;
}
.section_doi_ngu h2{
    font-size:28px;
    color:#fff;
    text-align:center;
    margin:0;
}

div.ch-grid {width: 100%;}
.ch-item {height:215px !important;}
.ch-info{
    width:221px !important;
}
.ch-info .ch-info-front img {
    border-radius: 50%;
    padding: 7px;
    background: #b2de8f;
    margin-bottom:15px;
    
}
.ch-info .ch-info-back {
    background: #318dc4 !important;
    text-align:center;
}
.ch-info p {
    color: #fff;
    padding: 10px 0;
    font-style: normal !important;
    margin: 19px 34px 0 !important;
    font-size: 12px;
    line-height: 16px;
    border:none !important;
    display: inline-block;
}

.mota_doi_ngu {
    text-align: center;
    margin: 30px auto 0;
    color: #fff;
}
.mota_doi_ngu strong{
    text-transform: uppercase;
}
.khung_doi_ngu_content {
        width:229px; margin:0 auto
    }
.khung_doi_ngu img{
    border-radius: 50%;
    padding: 7px;
    background: #b2de8f;
    margin-bottom:15px;
}
#owl-doi-ngu-mobile{display:none !important;}
#owl-doi-ngu .owl-item {
	 
}
#owl-doi-ngu {
	margin-top: 40px;
}
#owl-doi-ngu .owl-controls{
	top: -70px;
	position:absolute;
	left:48%;
	margin-left: -25px;
}
#owl-doi-ngu .owl-prev{
	width:39px;
	height:39px;
	background: url(/images/prev3.png) no-repeat center;
    position: absolute;
    top: -1.6em;
    margin-left: -11em;
}
#owl-doi-ngu .owl-next {
	width:39px;
	height:39px;
	background:url(/images/next3.png) no-repeat center;
	position: absolute;
    top: -1.6em;
    margin-right: -19em;
}
.section_cam_nhan {
	background: #fff url(/images/bg_tin.jpg) repeat-x top;
	padding: 40px 0 50px;
}
.section_cam_nhan h2 {
	color: #318dc4;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 40px;
	text-transform:uppercase;
	text-align:center;
}
.section_tin {
	background: #f0f0f0;
	padding: 30px 0 50px;
}
.section_tin h2{
    color:#318dc4;
    font-size:27px;
    font-weight:bold;
}
.section_tin h2 span{
    color:#7bc143;
}
.section_tin a.xem_tin{
    padding:5px 10px;
    border:1px solid #b6b6b6;
    background:#fff;
}
.section_tin a:hover.xem_tin{
    background:#318dc4;
    color:#fff;
}
.section_tin img{
    margin-top:2em;
    width:100%;
}
.section_tin .khung_tin{
    background:#fff;
    height:205px;
    padding:30px;
}
.section_tin .khung_tin a{
    font-weight:bold;
}
.section_tin .khung_tin a:hover{
    color:#318dc4;
}
.section_tin .khung_tin p{
    padding-top:10px;
    height:108px;
    overflow:hidden;
    text-align:justify;
}

.panel-group {
	margin-bottom: 0;
}
.panel-custom {
	background: none;
	padding: 0;
	margin-bottom: 5px !important;
	border: solid 1px #ededed;
	border-radius: 5px;
}
.panel-custom .panel-heading {
	padding: 0;
}
.panel-custom .panel-title {
	font-size: 14px;
}
.panel-custom .panel-title a[aria-expanded=false] {
	display: block;
	background: #fff;
	border-radius: 5px;
	color: #171717;
	padding: 15px 15px;
}
.panel-custom .panel-title a[aria-expanded=true] {
	display: block;
	background: #f9a92c;
	border-radius: 5px;
	color: #fff;
	padding: 10px 15px;
}
.panel-custom .panel-body {
	padding: 20px;
}
.khung_cms_home_1 {
	display: table;
	width: 100%;
}
.img_cms_home_1 {
	width: 140px;
	border: solid 3px #fff;
	float: left;
	margin-right: 20px;
}
.img_cms_home_1 img {
	width: 100%
}
.chu_thich_cms_home_1 {
	text-align: justify;
	font-size: 14px;
}
#owl-cam-nhan {
	background: #fff;
}
.khung_cam_nhan {
	border: 1px dotted #ccc;
    height: 320px;
    padding: 10px;
}
.khung_cam_nhan .img_cam_nhan {
	text-align: center;
}
.khung_cam_nhan .chuthich_cam_nhan {
    text-align: justify;
    padding:0 20px;
    height: 96px;
    overflow: hidden;
}
.khung_cam_nhan .img_cam_nhan img {
	border-radius: 50%;
	border: solid 3px #dddddd;
	width:100px;
	height:100px;
	margin-top:10px;
}
.ten_cam_nhan {
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
    padding:0 20px 20px;
}
#owl-cam-nhan .owl-controls{
	top: 80px;
	position: absolute;
	right: 25px;
	left: 25px;
}
.section_lien_he {
	background: #393939 url('/images/bg_footer.jpg') repeat;
	padding: 20px 0 40px;
	position: relative;
}
.section_lien_he h2{
    color:#bf202f;
    font-size:24px;
    text-align:left;
    font-weight:bold;
    padding:10px 0 20px 0;
    text-transform:uppercase;
}
.section_lien_he .logo_footer{
    margin:30px 0 10px 0;
}
.section_lien_he .link_nhanh{
    color:#fff;
    line-height:23px;
}
.section_lien_he .link_nhanh a{
    margin:10px 0 10px 0;
    color:#fff;
    line-height:23px;
}
.section_lien_he .link_nhanh li{
    list-style:none;
}
.section_lien_he .link_nhanh li a{
    color:#7bc144;
    list-style:none;
}
.section_lien_he .link_nhanh a:hover, .section_lien_he .link_nhanh li a:hover{
    color:#bf202f;
}
.section_lien_he img.map {
    width:100%;
}

.gal_home {
	float: left;
	width: 25%;
	border: solid 3px #fff;
}
.gal_home img {
	width: 100%;
	height:104px;
}
.lien_he_home {
	color: #e2e2e2;
	line-height: 30px;
}
.bg_section_lien_he {
	position: absolute;
	right: 0;
	width: 545px;
	top: 0;
	bottom: 0;
}
.parent {
    display: flex;
    flex-wrap: wrap;
}
.parent > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.btn-dangky2 {
    position: fixed;
    left: 13px;
    bottom: 12px;
    z-index:99;
}
.fb-livechat, .fb-widget{display: none}.ctrlq.fb-button, .ctrlq.fb-close{position: fixed; right: 33px; cursor: pointer}.ctrlq.fb-button{z-index: 999; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff; width: 60px; height: 60px; text-align: center; bottom: 40px; border: 0; outline: 0; border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16); -webkit-transition: box-shadow .2s ease; background-size: 80%; transition: all .2s ease-in-out}.ctrlq.fb-button:focus, .ctrlq.fb-button:hover{}.fb-widget{background: #fff; z-index: 1000; position: fixed; width: 360px; height: 435px; overflow: hidden; opacity: 0; bottom: 0; right: 24px; border-radius: 6px; -o-border-radius: 6px; -webkit-border-radius: 6px; box-shadow: 0 5px 40px rgba(0, 0, 0, .16); -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16); -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16); -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)}.fb-credit{text-align: center; margin-top: 8px}.fb-credit a{transition: none; color: #bec2c9; font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-decoration: none; border: 0; font-weight: 400}.ctrlq.fb-overlay{z-index: 0; position: fixed; height: 100vh; width: 100vw; -webkit-transition: opacity .4s, visibility .4s; transition: opacity .4s, visibility .4s; top: 0; left: 0; background: rgba(0, 0, 0, .05); display: none}.ctrlq.fb-close{z-index: 4; padding: 0 6px; background: #365899; font-weight: 700; font-size: 11px; color: #fff; margin: 8px; border-radius: 3px}.ctrlq.fb-close::after{content: "X"; font-family: sans-serif}.bubble{width: 20px; height: 20px; background: #c00; color: #fff; position: absolute; z-index: 999999999; text-align: center; vertical-align: middle; top: -2px; left: -5px; border-radius: 50%;}.bubble-msg{width: auto; right: 5px; bottom: 5px; position: fixed; background: rgba(59, 89, 152, .8); color: #fff; padding: 5px 8px; border-radius: 8px; text-align: center; font-size: 12px;}
footer {
    position: relative;
    transition: transform 300ms cubic-bezier(0.2, 0.7, 0.5, 1) !important;
}
#k-footer {
    background: #F5F5F5;
    padding: 33px 0;
    border-top: 1px solid #e8e8e8;
}
#k-footer ul li{
    list-style:none;
}
#k-footer .hotline {
    float: left;
    width: 250px;
    padding-right: 15px;
}
#k-footer h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#k-footer ul {
    padding: 0;
    line-height: 25px;
    display: inline-block;
    width: 100%;
}
#k-footer ul.bottom {
    margin-top: 20px;
}
#k-footer ul li {
    margin-bottom: 10px;
    position: relative;
}
#k-footer ul li first {
    color: #939393;
    font-size: 18px;
}
#k-footer ul li second {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fcb041;
}
#k-footer h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
#k-footer .about, #k-footer .info {
    float: left;
    width: 200px;
    padding-right: 15px;
    padding-left: 15px;
}
#k-footer ul li a {
    color: #272727;
}
#k-footer ul li.iconhot::after {
    content: "";
    background-image: url("../img/icon-hot.png");
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
#k-footer ul li.iconfeature::after {
    content: "";
    background-image: url("../img/icon-feature.png");
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
#k-footer .fanpage {
    float: left;
    width: 455px;
}

/*cau hoi thuong gap*/
.title-faq {
    background-image: url('/images/banner-faq.png');
    background-position: center;
    background-size: cover;
    color: white;
    font-size: 36px;
    text-align: center;
    padding: 50px 0;
    font-weight: 700;
}
.box-faq-category .row > div .title-category {
    position: relative;
    background: linear-gradient(to bottom right, #feb101, #fff03b);
    font-size: 16px;
    color: #be202f;
    padding: 10px 0 10px 12px;
    line-height: 1.3;
    font-weight: 700;
}
.box-faq-category .row > div .title-category a {
}
.box-faq-category .row > div .title-category img {
    height: 30px;
    margin-right: 6px;
}
.box-faq-category .row > div ul {
    padding: 0 15px;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}
.box-faq-category .row > div ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    list-style:none;
}
.box-faq-category .row > div ul li a {
    color: black;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.box-faq-category .row > div ul li:hover {
    font-size:15px;
}
.box-faq-category .row > div ul li:last-child {
    border-bottom: none;
}
.box-faq-category .row > div h3.title-faq-question {
    color: #be202f;
    font-size: 25px;
    font-weight:bold;
    padding-bottom:0.5em;
}
.box-faq-category .row > div .detail {
    text-align:justify;
    line-height:20px;
}
.breadcrumb-container {
    margin: 0px;
    background-color: #fafafa;
    text-align: left;
    padding-top: 15px;
}
.breadcrumb {
    border: 0;
    border-radius: 0px;
    padding: 8px 0px;
    margin: 0px 0px 0px 7px;
    background-color: inherit;
}
.breadcrumb > li {
    color: #666 !important;
    font-weight: bold;
    float: left;
}
.breadcrumb > li.active {
    color: #666 !important;
    font-weight: normal;
}
.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb-container {
    text-align: left;
}
.box-faq-category {
    margin-top: 45px;
    margin-bottom: 15px;
}


@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding: 0 9px;
	}
	.social-navbar.navbar .navbar-nav > li > a.dang_ky {
		padding: 0 12px 0 19px;
	}
	.hotline {
		right: 290px;
	}
	.email {
		right: 400px;
	}
	.bg_section_lien_he {
		width: 363px;
	}
}
@media (max-width: 992px){
    .social-navbar .navbar-nav{
	    padding-left:0em;
	    font-size:12px;
	    position:relative;
	    left:0;
    }
	.khung_top {
		font-size: 13px;
	}
	.hotline {
	    right: 240px;
	    top: 40px;
	}
	.email {
	    right: 50px;
	    top: 40px;
	}
	.dia_chi {
	    right: 75px;
	    top: 85px;
	}
	.title_book {
		margin-top: 30px;
	}
	.wrapper_icon_vi_sao {
		padding: 50px 25px;
	}
	.title_vi_sao {
		font-size: 32px;
	}
	.icon_vi_sao p {
		font-size: 14px;
	}
	.bg_section_lien_he {
		display: none;
	}
	.wrapper_lien_he_home {
	    padding-left: 15px;
	}
	.social-navbar .navbar-toggle{
		border: 0;
		background: #bf202f;
		border-radius: 3px;
	}
	.navbar-toggle {padding: 7px 7px;}
	.navbar-toggle .icon-bar{
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #FBAD3C;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin-top:0 !important;
		margin-left:0;
		position: absolute;
		left: 15px;
		right: 0;
	    width: 96%;
	    z-index: 99;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0;
		background:#363636;
		text-align:left;
		height: auto;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li.dotmenu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.dotmenu {
	  	display:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border:solid 1px #464646;
		border-top:0;
		display:block;
		margin: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		padding:0;
		display:block;
		line-height:35px;
		height:35px;
		text-indent:15px;
		border:0;
		text-align: left;
		background:none;
		font-size: 13px;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border-bottom:0;
		border:0;
		background:#bf202f;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		border:0;
		background:#bf202f;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		border:0;
		background:#d58c1b;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li:hover ul.dropdown-menu {
		display: block !important;
	}
	.dropdown-menu {position: relative !important;display: block !important; background:transparent !important;}
	.dropdown-menu2 {position: relative !important;display: block !important;z-index:5; background:#FB6A00 !important; left:0; top:0; }
	.dropdown-menu2, .dropdown2 {width:100%;}
	.dropdown-menu2 a{
        font-size:11px !important;
        height: 25px !important;
        line-height: 25px !important;
        border-bottom: 1px dotted #ffa15c !important;
    }
	.navbar-collapse.collapse {padding-left: 0 !important;}
	.navbar-nav > li > .dropdown-menu{  
		width:100%;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 100% !important;
		left: 0 !important;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:0;
	}
}
@media (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.main {
	    top: 110px;
	}
	.banner ,.bannercontainer,.bannershadow,div.tp-bgimg ,div.defaultimg{
	    height: 200px !important;
	}
	.section_gioi_thieu {
	    padding: 16px 0 0 0;
	}
	.section_gioi_thieu .container .row .gt_home_1 h2 {font-size:21px;}
	.section_gioi_thieu .container .row .gt_home_1 p {font-size:16px;}
	.section_vi_sao {background: url('/images/bg_vi_sao.jpg') no-repeat center;}
	.section_khoa_hoc_phu_hop {padding: 28px 0 10px;  background:url(/images/img_khoa_hoc_phu_hop.png) no-repeat right 1em bottom,url(/images/bg_khoa_hoc_phu_hop.jpg) no-repeat center bottom;	background-color:#ededeb;}
	.section_khoa_hoc_phu_hop_2 {padding: 28px 0 10px;  background:url(/images/img_khoa_hoc_phu_hop_2.png) no-repeat right -6em bottom,url(/images/bg_khoa_hoc_phu_hop_2.png) no-repeat center bottom;	background-color:#ededeb;}
	.section_cam_nhan {padding: 40px 0 22px;}
	.section_khoa_hoc_phu_hop h2 , .section_khoa_hoc_phu_hop_2 h2 {font-size: 22px;width: 265px;}
	#owl-khoa-hoc .owl-prev, #owl-khoa-hoc .owl-next ,#owl-khoa-hoc-anh .owl-prev, #owl-khoa-hoc-anh .owl-next ,#owl-doi-ngu .owl-prev, #owl-doi-ngu .owl-next, #owl-doi-ngu{display:none !important;}
	#owl-doi-ngu-mobile{display:block !important;}
	#owl-doi-ngu-mobile .owl-prev{	width:39px;	height:39px;background: url(/images/prev3.png) no-repeat center;position: absolute;top: 6.4em;margin-left: 2em;
}
    #owl-doi-ngu-mobile .owl-next {width:39px;height:39px;	background:url(/images/next3.png) no-repeat center;	position: absolute;top: 6.4em;margin-right: 2em;
    }
	.section_khoa_hoc {padding: 10px 0 40px;}
	.form_dangky, .form_dangky_page {width:100%}
	.section_khoa_hoc h2 , .section_cam_nhan h2 , .section_doi_ngu h2, .section_tin h2, .section_lien_he h2, .vi_sao h2 {font-size: 21px;}
	.section_doi_ngu h2 {text-transform:uppercase; font-weight:bold; margin-bottom:1em;}
	.vi_sao {padding-left: 20px; text-align:justify;}
	.section_khoa_hoc_phu_hop .phu_hop {line-height: 17px;width: 100%;margin: 0 0em 0px 0;padding: 5px 9px 8px 40px;background: #ffffffb8 url(/images/list_phu_hop_mobile.png) no-repeat 15px; color:#4d4d4d;}
	.section_khoa_hoc_phu_hop .phu_hop a{color:#4d4d4d;}
	
	.section_khoa_hoc_phu_hop_2 .phu_hop{
        width:100% !important;
    }
	.section_khoa_hoc_phu_hop_2 .phu_hop {line-height: 17px;width: 100%;margin: 0 0em 0px 0;padding: 5px 9px 8px 40px;background: #ffffffb8 url(/images/list_phu_hop_mobile.png) no-repeat 15px; color:#4d4d4d;}
	.section_khoa_hoc_phu_hop_2 .phu_hop a{color:#4d4d4d;}
	.section_lich_hoc h2{
        font-size:18px;
        margin: 30px 0 0;
        padding:0 0 20px 0;
    }
	.khung_doi_ngu img {clear: both; padding: 4px;background: #b2de8f;width: 159px !important;}.khung_doi_ngu img {clear: both; padding: 4px;background: #b2de8f;width: 159px !important;}
	.khung_doi_ngu .ch-item {width: 159px !important; height: auto !important; margin:20px auto 0;}
	.khung_doi_ngu_content {width: 100% !important;}
	.mota_doi_ngu{text-align: center;margin: 8px auto 0;color: #fff;
    }
	.gal_home {width: 50%;}
	.section_gioi_thieu .container .row .gt_home_1_video {
    margin-top:2em;
    }
	.social-navbar .navbar-collapse.in, .social-navbar .navbar-collapse.collapsing {
		left: 0;
		width: 100%;
	}
	.social-navbar {
		height: 99px;
	}
	.social-navbar .navbar-toggle {
		margin-right: 0;
	}
	.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	    display: block;
	}
	.lined-heading {
		font-size: 15px;
		margin: 20px 0;
	}
	h2.lined-heading:before {
		background: none;
	}
	.copyright {
		line-height: 18px;
		font-size: 13px;
	}
	.noidung_tin {text-align:justify;}
	.noidung_tin img{
		width:100% !important;
		height:auto !important;
		margin: 0 0 10px 0 !important;
	}
    .noidung_tin iframe {width:100% !important; height:250px !important;}
    
	.hotline, .email, .dia_chi, .follow {
		display: none;
	}
	.social-navbar {
		background: #fff;
	}
	.congty {
		right: 0;
	}
    .logo {
        display:none;
    }
	.logo_mobile {
	    display: block;
        width: 46px;
        top: 5px;
        left: 5px;
        z-index:5;
	}
	.logo_thanhtoan {width: 150px !important;top: 23px !important;left: 10px !important;display: block;}
	.title_gt_home, .title_book {
		font-size: 20px;
	}
	.article_gt {
		margin-bottom: 25px;
	}
	.title_vi_sao {
	    font-size: 20px;
	    line-height: 30px;
	    min-height: 100px;
	    margin-top: 25px;
	    display: block;
	}
	.wrapper_icon_vi_sao {
		min-height: auto;
		display: table;
		width: 100%;
	}
	.icon_vi_sao {
		width: 100%;
	}
	.btn-khoa-hoc {
		margin-bottom: 5px;
	}
	.title_lien_he {
		margin-top: 30px;
	}
	.social-navbar .navbar-header {
	    margin: 27px 8px 0 0;
	}
    .slide_home_logo {
    	    width:100%;
    	    padding:2em 0 0 !important;
    	    text-align:center;
        }
    .slide_home_logo img{
        margin:0 auto;
    }
	.slide_home_ten {
        margin:0 auto;
        text-align:center;
        color:#fff;
        font-size:18px !important;
        font-weight:bold;
        text-transform:uppercase;
        margin-top:4em !important;
    }
    .slide_home_chu_thich {
        margin:0 auto;
        text-align:center;
        color:#fff;
        font-size:14px !important;
        margin-top:7em !important;
        line-height:20px !important;
    }
    .section_quy_trinh_hoc {
        background:#1183BF;
        padding:30px 0;
    }
    .quy_trinh_hoc {
        padding:20px ;
    }
    .quy_trinh_hoc .buoc_hoc{
        width:100%;
        float:left;
        background: url(/images/line.jpg) repeat-x center top 28px ;
    }
    .quy_trinh_hoc .buoc_hoc .line {
        background: #FFC83A;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
        margin: 10px auto 20px;
        font-weight:bold;
    }
    .quy_trinh_hoc .buoc_hoc .ten {
        color:#FFC83A;
        text-transform:uppercase;
        text-align:center;
        font-weight:bold;
        height:auto;
    }
    .quy_trinh_hoc .buoc_hoc .noi_dung ul {
        padding:20px 0 10px 0;
        margin:0;
        color:#fff;
        height:auto;
    }
    .quy_trinh_hoc .buoc_hoc .vai_tro {
        color:#FFE700;
        margin:0 36px 30px 20px;
        text-align:justify;
    }
    .quy_trinh_hoc .buoc_hoc .noi_dung ul li{
        margin:0 36px 0 20px;
        text-align:justify;
    }
    .section_quy_trinh_hoc .noi_dung_tilte {
        display:none;
    }
    .section_quy_trinh_hoc .vai_tro_title {
        display:none;
    }

    /*xem chi tiet khoa hoc - giang vien*/
    
    .hidden-lg-up {
        display: none !important;
    }
    .img_banner img {height:auto !important;object-fit: unset !important;}
    .slick-list {height:16px !important;}
    .button_header {left: unset;right: 50px;top: 20px;}
     .full_page_dangnhap, .full_page_tuvan {width:98%;}
     .form_dangky2, .form_dangky_page2{
         width:100%;
     }
    a.dang_nhap, a.dang_ky {padding: 4px 3px !important; line-height: 15px !important; font-size:11px;}
    a.dang_ky {margin-left: 2px !important;}
    a.kich_hoat_laptop {display:none !important;}
    a.kich_hoat_mobile {display:block !important;}
    .cart {left:50px;top: 16px;z-index: 99999;}
    .cart .icon_cart {background-size: 24px;}
    .cart .item {left: 27px;top: -1px;}
    .cart .dropdown-menu {display: none !important;max-width: 373px;}
    .cart .wrap {background:#fff !important; top:10px !important; left:0 !important;;}
    .form_seach {top: 61px;left: 0;width:100%;}
    .box-shadow .hinh img{width:100%;}
    .section_khoahoc_home {padding: 11px 0;}
    .section_dm_khoahoc_home {
        padding: 7px 15px 20px;
    }
    
    .section_dm_khoahoc_home .dm_khoahoc_home {width: 50%;}
    .section_dm_khoahoc_home .dm_khoahoc_home .ten {font-size: 12px;}
    .section_khoa_hoc_xem_chitiet .noi_dung .title_noi_dung, .section_tim_khoahoc_home h2, .section_dm_khoahoc_home h2 , .section_khoahoc_home h2{font-size: 17px; padding: 0 0 5px; text-transform: uppercase;}
    .section_tim_khoahoc_home {padding: 20px 0 72px;}
    .form_seach_home , .form_seach_home .input-search, .form_seach_home .btn-seach{height: 36px;}
    .section_slide_khoahoc_home .owl-buttons {display:none !important;}
    .section_slide_khoahoc_home {
        padding: 0px 0 40px;
        margin-top: -3em;
    }
    #k-footer .about, #k-footer .info {
        width: 50%;
        font-size:12px;
    }
    #k-footer ul li {margin-bottom: -3px;}
    #k-footer .fanpage {
        width: 100% !important;
        margin-top: 1em;
    }
    .section_khoa_hoc_xem_chitiet ul.tab_chitiet li a {
        padding: 10px 6px;
    }
    .section_khoa_hoc_xem_chitiet ul.tab_chitiet li {font-size:13px;}
    .giang_vien .hinh img {margin: 0 auto;}
    .section_khoa_hoc_xem_chitiet .giang_vien .title_noi_dung {text-align: center;font-size: 19px;text-transform: uppercase;}
    .giang_vien .khung_giangvien {text-align: center;}
    .giang_vien .ten {padding-top: 2em;}
    .giang_vien .thong_tin {height: 97px;margin: 10px 0 20px;}
    .section_khoa_hoc_xem_chitiet .title_khoa_hoc_khac {
        margin: 20px 0 0;
    }
    .section_khoa_hoc_xem_mota .ten {font-size: 17px;}
    .section_khoa_hoc_xem_mota .button .mua_ngay, .section_khoa_hoc_xem_mota .button .gio_hang {width: 49%;float: left; font-size:15px;}
    .section_khoa_hoc_xem_mota .button .gio_hang {padding: 15px 10px; margin-left:6px;}
    .section_khoa_hoc_xem_mota .hinh_daidien iframe {height: 250px !important;}
    .section_khoa_hoc_xem_chitiet .khung {padding: 10px 12px 15px;float:none;}
    .section_khoa_hoc_xem_chitiet .khung .hinh, .section_khoa_hoc_xem_chitiet .khung .mo_ta span {height:auto; overflow: unset;}
   .nav-tabs-danhgia > li > a , .nav-tabs-danhgia > li.active > a, .nav-tabs-danhgia > li.active > a:hover, .nav-tabs-danhgia > li.active > a:focus {font-size: 17px;}
   .section_khoa_hoc_xem_chitiet .danh_gia {padding: 3px 20px;}
   .title-faq {font-size: 19px;text-transform: uppercase; padding: 25px 0;}
   .breadcrumb > li + li::before {content: ""; padding:0; display:none;}
   .box-faq-category {
        margin-top: 20px;
    }
    .box-faq-category .row > div h3.title-faq-question {
        color: #FF7816;
        font-size: 15px;
    }
    .dropbtn {
        padding:0 1px 0 0 !important; margin: -10px 0 0 3em !important;
        background:url('/images/icon_khoahoc_drop_taikhoan.png')no-repeat right 2px bottom 4px !important;
    }
    .dropbtn span {font-size: 12px;padding-right: 19px;}
    .tt_cn {
        width: 100% !important;
        padding: 3px 15px !important;
    }
    .tt_cn label, .matkhau label {
        width: 40% !important;
        padding: 3px 0 !important;
    }
    #khoang_cach {padding:0 !important;}
    .title_tt {font-size:20px !important;}
    .khung_mk {width: 100% !important;}
    .thongke_taikhoan{
        margin-bottom: 0px !important;
    }
    .thongke_taikhoan .khung_thong_ke {
        padding: 20px 10px 0 !important;
    }
    .khung_thong_ke ul , .thongke_taikhoan {padding: 0 !important;}
    .thongke_taikhoan ul li {margin: 0 0 13px !important; width: 103px !important;}
    .thongke_taikhoan ul li span {font-size: 19px !important;margin-top: 0px !important;}
    .thongke_taikhoan ul li p {font-size: 15px !important;}
    .icon_thongke {
        width: 46px;
        height: 45px;
        background-position-x: 10px !important;
        background-size: 35px;
    }
    .khoa_hoc {background-position-y: -69px !important;}
    .tai_lieu {background-position-y: -139px !important;}
    .left_lophoc {display:none;}
    .right_lophoc {width: 100% !important;padding-left:0 !important;}
    .right_lophoc  .khung_video{height:220px}
    .right_lophoc #compuphd{height: 220px !important}
    #black {padding: 0 !important;}
    .section_slide_khoahoc_home .big_slide {
        border-radius: 15px;
        width: 100%;
        padding: 0 5px;
    }
    .ten_cms {
        height: auto;
        line-height: 24px;
        overflow: unset;
        background:none;
    }
    .chuthich_cms p {
        height: auto;
        overflow: unset;
    }
    .dropdown-content a.dang_nhap {
        line-height: 15px !important;
        font-size: 15px;
        padding: 10px 15px !important;
    }
    .dropdown-content a.kich_hoat {
        line-height: 15px !important;
    }
    .hotline_thanhtoan {
        right: 17px;
        top: 23px;
    }
    .wrap-content-left {padding:0;}
    .checkout .checkout-list-part li .checkout-span .mo{
        display:block;
        font-size:13px;
    }
    .checkout .checkout-list-part li .checkout-span .lap{
        display:none;
    }
    .checkout .checkout-list-part li {padding-left:0;}
    .checkout .checkout-wrap-content , .phuong_thuc_thanh_toan .checkout-list{width:100% important;}
    .checkout .checkout-list .checkout-wrap-list {width:100% important;}
    .checkout .checkout-sub-list {padding: 15px !important; text-align:justify;}
    .checkout .wrap-content-right .wrap {margin-bottom:5em !important;}
    .checkout .checkout-button .lap{display:none;}
    .checkout .checkout-button .mo{display:block;}
    .checkout .checkout-button {padding:10px !important;}
    .checkout .wrap-checkout-button-pc .button .checkout-button {width: 158px !important;}
    .checkout .wrap-checkout-button-pc .item {display:none;}
    .checkout .wrap-checkout-button-pc .clearfix .button {position: absolute; right: 30px;top: 13px; width:auto !important;}
    .checkout .wrap-checkout-button-pc .clearfix .back-to-cart {position: absolute; left: 30px;top: 13px; padding: 15px 10px;font-weight: bold;border: 1px solid #ccc;border-radius: 5px; display:block;}
    .gio_hang_chitiet .thong_tin img {display:none;}
    .gio_hang_chitiet .thong_tin .mo_ta span {font-size: 16px;}
    .gio_hang_chitiet .thong_tin .mo_ta {line-height: 12px;}
    .gio_hang_chitiet {padding: 16px 0 0;}
    .gio_hang_chitiet .thanh_toan {display:none;}
    .gio_hang_chitiet .table_thanh_toan {margin-top: 10px;}
    .gio_hang_chitiet .table_thanh_toan .items {padding:0;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title  {width: 100%;padding: 12px 7px;border-bottom: 1px dotted #959393;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-img {width: 90px;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-img img{width: 90px;height: 56px;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-title .items-text h4 {font-size: 14px;margin: 0 0 0 10px;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price.-mob {display:block;padding-left: 10px;}
    .gio_hang_chitiet .table_thanh_toan .items .k-shopping-list-items-group-price{width:auto;display:none;}
    .gio_hang_chitiet .items-text h4 a{padding-left: 0;}
    .gio_hang_chitiet .items-text a{font-size: 13px; padding-left: 10px;}
    .gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-checkout-total-price-text {width:auto}
    .gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-checkout-total-price-text span{display:none;}
    .gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-checkout-total-price-text label{display:block; font-size: 18px;}
    .gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-list-items-group-price {width:auto}
    .gio_hang_chitiet .table_thanh_toan .k-shopping-checkout-total-price .k-shopping-list-items-group-price > div.k-shopping-checkout-total-price-new {font-size:17px;}
    .gio_hang_chitiet .thanh_toan_mo a, .gio_hang_chitiet .quay_lai_mo a{
        display: block;
        padding: 7px 7px;
        margin:0 15px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 4px;
        margin-bottom: 12px;
        font-size:13px;
    }
    .gio_hang_chitiet .thanh_toan_mo a{
        background: #FB6A00;
        border:2px solid #FB6A00;
        color: #fff;
    }
    .gio_hang_chitiet .thanh_toan_mo a:hover{
        background:#fff;
        color:#e25f00;
    }
    .gio_hang_chitiet .quay_lai_mo a{
        background: #fff;
        border:2px solid #FB6A00;
        color: #FB6A00;
    }
    .gio_hang_chitiet .quay_lai_mo a:hover{
         background: #FB6A00;
         color:#fff;
    }
    .gio_hang_chitiet .phuong_thuc img{width:70px;}
    .gio_hang_chitiet .phuong_thuc { margin-top:1em;}
    .thongtin_xacnhan div.box , .checkout .checkout-wrap-content .thong_tin ul, .thongtin_xacnhan .checkout-confirm-succ-text {text-align:center;}
    .thongtin_xacnhan div.box .text {padding-top: 7px;}
    .checkout .checkout-wrap-content .checkout_xong {
        padding-right: 0px;
        width: 39px;
        margin-right: 9px;
    }
    .checkout .checkout-wrap-content .dang_ky_thanh_cong_title {
        padding-top: 0px;
    }
    .checkout .checkout-wrap-content .dang_ky_thanh_cong_title h4 {margin: 0;font-size: 17px;}
    .checkout .checkout-wrap-content .dang_ky_thanh_cong_title span {
        font-size: 18px;
    }
    .checkout .checkout-wrap-content .thong_tin {margin-top: 7px;}
    .checkout .checkout-wrap-content .thong_tin p {margin: 0;}
     .checkout .checkout-wrap-content .thong_tin a {color: #fff !important;}
    .checkout .checkout-wrap-content ul li {padding: 1em 0;}
    .success .wrap-content-right .wrap {margin-bottom: 0 !important;}
    .checkout-confirm-ul-bottom ul li a .lap {display:none;}
    .checkout-confirm-ul-bottom ul li a .mo {display:block;}
    .dropdown-menu li a {min-width: auto;}
    .tab_mobile{display:block !important;}
    ul.tabs_mobile {
    	margin: 0;
    	padding: 0;
    	float: left;
    	list-style: none;
    	width: 100%;
    }
    
    ul.tabs_mobile li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding:  10px;
        color: #ccc;
        overflow: hidden;
        position: relative;
        font-weight: bold;
    }
    
    ul.tabs_mobile li:hover {
    	background-color: #fff;
        color: #333;
        display: block;
        border-top: 3px solid #ff7818;
    }
    
    ul.tabs_mobile li.active {
    	background-color: #fff;
    	color: #333;
    	display: block !important;
    	border-top: 3px solid #ff7818;
    }
    /*ket thuc*/
}