body {
  color: #2a2a2a;
  background:#fff;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size:14px;
  line-height: 22px;
}
a {
  color: #2a2a2a;
  -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: #4065ab ;
}
.social-navbar {
	height:108px;
	color: #fff;
	margin-top: 8px;
}
.social-navbar > .container{
	padding: 0;
	height: 130px;
}
.navbar-default{
	background: none;
}
.navbar-collapse{
}
#support {
    bottom: 0;
    font-size: 11px;
    position: fixed;
    left: 0;
    text-align: left;
    width: 185px;
    z-index: 9999;
}
#support .ten_support {
    background: #fbd626;
    border-radius: 8px 8px 0 0;
    color: #2c6da7;
    cursor: pointer;
    font-size: 14px;
    height:30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}
#support .content_support {
    background-color: #F2F2F2;
    border: 1px solid #eaeaea;
    padding: 10px;
}
.social-navbar.navbar .navbar-nav {
	float: right;
	margin-top: 101px;
	width: 100%;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height:83px;
	background:url(/images/dot_menu.png) no-repeat center;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #fff;
    font-size: 14.5px;
    line-height: 43px;
    height: 43px;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}
.social-navbar.navbar .navbar-nav > li > a > span {
	position:relative;
    z-index:2;
}
.social-navbar.navbar .navbar-nav > li > a:hover:after,.social-navbar.navbar .navbar-nav > li > a.active:after { height:100%; }
.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{
	background:none;
	color:#ffe66b;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
}
.revolution-slider{
	background: none;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.scale{
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.scale-up {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	color: #888888;
    padding: 16px 0;
    border-top: 1px solid #4d4d4d;
    margin-top: 17px;
}
.goon{
	text-align:right;
}
.goon a{
	color:#939292;
}
.owl-prev{
	background:url(/images/prev.png) no-repeat center;
	left: 45.5%;
	margin:0 !important;
	padding:10px !important;
	border-radius:0 !important;
	top:0 !important;
	border-radius: 2px;
}
.owl-next{
	background: url(/images/next.png) no-repeat center;
	right:45.5%;
	margin:0 !important;
	padding:10px !important;
	border-radius:0 !important;
	top:0 !important;
	border-radius: 2px;
}
.owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.title_bk {
    background: #FBD626;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 17px;
    padding: 7px 0;
    text-indent: 20px;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-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;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-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;
}
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: 0px 0px 0px 0px #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;
}
.bg_btn_themes{
	background: #eecd5a;
  background-image: -webkit-linear-gradient(top, #eecd5a, #aa8a1b);
  background-image: -moz-linear-gradient(top, #eecd5a, #aa8a1b);
  background-image: -ms-linear-gradient(top, #eecd5a, #aa8a1b);
  background-image: -o-linear-gradient(top, #eecd5a, #aa8a1b);
  background-image: linear-gradient(to bottom, #eecd5a, #aa8a1b);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #aa8a1b;
  background-image: -webkit-linear-gradient(top, #aa8a1b, #eecd5a);
  background-image: -moz-linear-gradient(top, #aa8a1b, #eecd5a);
  background-image: -ms-linear-gradient(top, #aa8a1b, #eecd5a);
  background-image: -o-linear-gradient(top, #aa8a1b, #eecd5a);
  background-image: linear-gradient(to bottom, #aa8a1b, #eecd5a);
  color:#fff;
}
.lined-heading{
	position: relative;
	text-align: center;
	display: block;
	text-transform:uppercase;
	margin: 30px 0 30px;
	font-size:27px;
	color: #F00;
	font-weight: 700;
}
h2.lined-heading span {
}
h2.lined-heading:before{
	position: absolute;
	bottom:0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	display: inline-block;
}
.khung_cms{
	margin-bottom:20px;
}
.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;
	background:#fff;
	border:solid 1px #CCC
}
.ten_cms{
	font-size:14px;
	display:block;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-transform:uppercase;
	padding:0 5px;
}
.ten_cms a,.xemthem_cms a{
	display:block;
	font-weight:bold;
	color: #222;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:underline;
	color: #4065ab;
}
.chuthich_cms{
	text-align:justify;
	margin-bottom:5px;
	padding:15px 0;
	background:url(/images/dot.png) repeat-x top,url(/images/dot.png) repeat-x bottom;
}
.chuthich_cms p{
	height:72px;
	overflow:hidden;
	margin:0;
	line-height: 18px;
}
.xemthem_cms{
	text-align:right;
	font-size:14px;
	text-transform:uppercase
}
.ten_tin{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{	
color: #222;
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
	color: #4065ab;
}
#map {
	width: 100%;
	height: 500px;
	overflow: visible !important;
	border: 1px solid;
}
.mt50{
	margin-top:50px;
	margin-bottom:20px;
}
.required{
	color:#f00;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 68%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
.btn-lienhe{
	background: #F00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding:7px 20px;
	border: 0;
	margin-bottom: 20px;
}
.btn-lienhe:hover {
	background:#406590;
	color:#fff;
}
.btn {
	padding:3px 22px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.btn:hover, .btn:focus {
    color: #d8bb3a;
    text-decoration: none;
}
.btn > span {
	position: relative;
	z-index: 2;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #303030;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.mt150{
	padding-top: 75px !important;
}
.mt150 h2{
    font-size:20px;
}
.owl-controls{
	top:40%;
	position:absolute;
	left:10px;
	right:10px;
}
.khung_cms_home{
	width:100%;
	height:100px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
    margin-bottom: 10px;
}
.img_cms_home_top img{margin-bottom:12px;}
.img_cms_home{
	width: 117px;
	height: 108px;
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
.img_cms_home img{
	width: 121px;
	height: 90px;
	border: 2px solid #dcdcdc;
}
.ten_cms_home{
	text-align: justify;
    display: block;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #2a2a2a;
    margin-top: 2px;
    font-weight: bold;
}
.ten_cms_home:hover{
	color: #FB2E10;
}
.chu_thich_cms_home{
	height: 62px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	color: #2a2a2a;
}
.book_cms_home2{
	background:#1b4484;
	color:#fff;
	padding:5px 15px;
	text-transform:uppercase;
	border:0;
}
.book_cms_home2:hover{
	background:#1f1f1f;
	color:#fbd627;
}
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;margin-bottom:25px;}
.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: 0px;bottom: 0px;left: 0px; right: 0px; 
	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;
}
.btn_bg{
	background: #FB2E10;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: #3c331c !important;
	border: 0;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
}
.btn_bg:hover{
	background: #3c331c;
	color: #FB2E10 !important;
}
.btn_bg img{
	margin-top: -3px;
}
.booking{
	position: absolute;
	right:85px;
	top:24px;
}
.btn_khuyen_mai{
	background: #fff;
	color: #e62626 !important;
	position: absolute;
	right:235px;
	top:24px;
}
.btn_khuyen_mai:hover{
	background: #e62626;
	color: #fff !important;
}
.logo{
	position: absolute;
	left: 18px;
	top:0;
} 
.logo img{
    width:132px;
} 
.lang{
	position:absolute;
	right:0;
	top:120px;
	z-index:9;
}
.hotline{
	position:absolute;
	right:0;
	top:20px;
	background: url(/images/icon_hotline.png) no-repeat left center;
	padding-left: 50px;
	color: #505050;
	line-height: 23px;
}
.email{
	position:absolute;
	right:26px;
	top:15px;
	background: url(/images/email.png) left center no-repeat;
	padding-left: 42px;
	color: #505050;
	line-height: 28px;
}
.address{
	position: absolute;
    top: 17px;
    left: 168px;
}
.address .add_en{
    font-size:22px;
    color:#ffbf00;
    font-weight:bold;
}
.address .add_vn{
    font-size:18px;
    color:#F00;
    font-weight: 600;
    margin-top: 13px;
}
.search{
	position: absolute;
	background: #e4e4e4;
	top:95px;
	right: 30px;
	height: 25px;
	width: 193px;
	border: none;
}
.search input{
	background: url(/images/search.png) center right 10px no-repeat,#e4e4e4;
	width: 100%;
	padding: 2px 15px 0px;
	border: none;
	color: #adadad;
}

.main{
    
}
.section_gt_home{
	padding:0;
	background: #ededed;
	background-size: 42% 100%,64% 100%;
}
.section_gt_home_right{
	padding: 60px 0 30px 57px;
}
.section_gt_home_left{
}
.section_gt_home_left img{
}
.title_gt_home{
	font-size: 20px;
	text-transform: uppercase;
	color: #F00;
	font-weight: bold;
	margin-bottom: 20px;
}
.gt_home{
	color: #323232;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
	text-align: justify;
}
.xemtiep_gt_home{
	line-height: 20px;
	margin-top: 25px;
	position: relative;
}
.xemtiep_gt_home:before{
	position: absolute;
	top:31px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	border-top: solid 1px #fff;
}
.xemtiep_gt_home a{
	color: #fff;
	position: relative;
	z-index: 2;
	background: url(/images/bg_xemthem.jpg) no-repeat center;
	display: inherit;
	height: 63px;
	padding: 10px 0 0 0;
}
.section_faci{
	background: #ffffff;
}
.section_faci .container .row > div{
	width: 20%;
	padding: 4px;
}
.dvu{
	text-align: center;
	position: relative;
	padding: 5px;
	background: rgba(255,255,255,0.7);
	margin-top: -50px;
}
.dvu img{
}
.ten_dvu{
	font-size: 13px;
	text-transform: uppercase;
	color: #fefeff;
	background: #F00;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-weight: 700;
	overflow: hidden;
}
.ten_dvu:hover{
	color: #FBD626;
}
.ten_dvu a{
	color: #fff;
}
.ten_dvu a:hover{
	color: #ffbf00;
}
.noidung_dvu{
	text-align: justify;
    margin: 10px 0;
    color: #2a2a2a;
}
.left_right{
	text-align: center;
	padding: 23px 0 40px 0;
}
.left_right > div{
	display: inline-block;
    padding: 0;
    margin-bottom: 50px;
}
.gt_home_faci{
	border-top: 1px solid #fff;
    padding: 75px 0 0px;
    text-align: center;
}
.gt_home_faci_item{
	position: relative;
	padding: 30px 10px 20px;
	background: #fff;
	height: 130px;
	box-shadow: 1px 1px 7px #d2d2d2;
}

.gt_home_faci_item h5{
	position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -52px;
    padding: 17px 6px 10px 3px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ffbf00;
    font-weight: 800;
    line-height: 20px;
    font-size: 14px;
}
.gt_home_faci_item p{
	color: #2a2a2a;
    height: 87px;
    overflow: hidden;
}
.section_tong_quan{
	padding: 20px 0;
}
.section_tong_quan h2{
    margin-bottom:36px;
}
.section_tong_quan_right{
	padding: 0 15px 0 70px;
    float: left;
}

.section_tong_quan_right h5,.section_tong_quan_left h5{
	text-transform: uppercase;
	color: #FB2E10;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	font-weight: bold;
}
.section_tong_quan_left{
	padding-right: 0;
    float: left;
    z-index: 9999;
    position: relative;
} 

.section_tong_quan_left > div{
	padding:0;
}
.khung_cms_home_top{
	height: 270px;
    position: relative;
}
.khung_cms_home_footer{
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 15px 15px 20px;
    line-height: 16px;
    color: #fff;
}
.ten_cms_home_top{
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
	font-weight: bold;
}
.ten_cms_home_top:hover,.ten_cms_home_bottom:hover{
	color: #d9533f;
}
.chu_thich_cms_home_top{
	margin-top: 5px;
}
.khung_cms_home_bottom{
	padding: 11px 0;
	border-bottom: 1px solid #dcdcdc;
}
.ten_cms_home_bottom{
	text-transform: uppercase;
	padding: 0 20px;
	background: url(/images/icon_da.png) center left no-repeat;
}
.chu_thich_cms_home_bottom{
	padding: 0 20px;
}
.du_an_tieu_bieu{
	height: 270px;
	position: relative;
}
.section_duan {background: url('/images/bg_header_duan.jpg')repeat-x top;}
.section_duan h2{
    color:#fff;
    font-size: 30px;
}
.section_duan .owl-theme .owl-controls {background:none;}
.section_duan .owl-controls {top: -118px !important;}
.section_duan .owl-prev {
    background: url(/images/prev_2.png) no-repeat center;
    left: 18.5%;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 0 !important;
    top: 0 !important;
    border-radius: 2px;
}
.section_duan .owl-next {
    background: url(/images/next_2.png) no-repeat center;
    right: 19.5%;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 0 !important;
    top: 0 !important;
    border-radius: 2px;
}
.box-duan {
    margin: 50px 0 30px 0;
}
.slider-modal div {
    margin: 0 !important;
}
.box-box {
    padding: 8px;
}
.back-4 {
    background: #ececec;
    padding: 50px 0;
}
.box-tab-gt-3 {
    display: inline-block;
    width: 55%;
}
.text-gt-3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #304fa4;
    font-weight: bold;
    float: left;
    padding-right: 30px;
}
.border-gt-3 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #4766a9;
    text-align: center;
    float: left;
    width: 70%;
    margin-top: 22px;
}
.border-gt-3::after {
    content: url(/images/ico6.png);
    position: relative;
    top: -10px;
    font-size: 15px;
    background: #ececec;
}
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: 325px;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox img {
    max-width: 100%;
    height: 100%;
}
.hvrbox .hvrbox-layer_slidedown {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.hvrbox .hvrbox-layer_top {
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #313131b0;
    color: #fff;
    padding: 30px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.hvrbox, .hvrbox * {
    box-sizing: border-box;
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.box-duan {
    margin: 50px 0 30px 0;
}
a.detail {
    color: #F00;
}
.text-hv {
    position: absolute;
    bottom: 0;
    background: #313131b0;
    color: white;
    width: 100%;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 70px;
}
.hvrbox:hover > .text-hv {
    display: none;
    transition: 0.3s
}
.hvrbox-layer_top h4 {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.section_doi_tac{
	padding: 20px 0;
    text-align: center;
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
}
.section_doi_tac .container a{
	margin: 0 12px;
}
.section_lien_he_home{
	background:url(/images/bg_footer.png) center repeat;
	padding:35px 0 10px;
	border-bottom: 4px solid #FB2E10;
	color: #dcdcdc;
}
.title_lien_he_home{
	font-size:18px;
	font-weight: bold;
	margin:0 0 15px;
	text-transform:uppercase;
	color: #fb292b;
}
#div_id {width: 100%; height:400px;margin-top: 58px;}
.lien_he_home{
	line-height:25px;
}
.follow{
	position: absolute;
	right: 73px;
	top:-35px;
	color: #b1cdf6;
}
.link_nhanh > div > p > a{
	color: #dcdcdc;
}
.link_nhanh > div > p > a:hover{
	color: #d9533f;
}
.trip{
	text-align: right;
}
.line_lien_he_home{
	margin-top: 25px;
	height: 1px;
	background: #626262;
}
.khuyen_mai_slide{
	position: absolute;
	z-index: 999;
	right: 150px;
	bottom: 40px;
	background: rgba(255,255,255,0.8);
	padding: 25px 90px 25px 20px;
	width: 552px;
	height: 166px;
}
.mask_khuyen_mai_slide{
	position: absolute;
	z-index: 9999;
	right: 90px;
	bottom: 130px;
}
.tam_nhin h5{
	background: #749cd4;
}
.gia_tri_cot_loi h5{
	padding:14px 0;
}
.menu_top{
	height: 174px;
    position: absolute;
    background: url(/images/bg_header.jpg) center top repeat;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.owl-item{
	padding:0 4px;
}
.img-c-two2{
	width: 100%;
	height: 130px;
}
.img-c-two2-1{
	width: 100%;
	height: 133px;
}
.khung-owl-item{
	border: 5px solid rgba(255,255,255,0.7);
}
.chu_thich{
	text-align: justify;
	color: #2a2a2a;
	overflow: hidden;
	height: 70px;
}
.chu_thich:hover{
	color: #2a2a2a;
}
.section_faci_1{
	margin-top: 15px;
}
.owl-theme .owl-controls {
    margin-top: 182px;
    text-align: center;
    background: url('/images/bg_line_control.png') no-repeat center top 20px;
    width: 100%;
    height: 50px;
}
.email_fixed {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9999;
}
.test_fi, .test_fc {
    position: relative;
}
.phone_fixed {
    position: fixed;
    bottom: 275px;
    right: 15px;
    z-index: 9999;
}
.email_now {
    color: #fb292b;
    background: #ffffffeb;
    padding: 5px 15px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    right: 60px;
    width: auto;
    text-align: center;
    z-index: 1;
    display: none;
}
.email_now::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffffeb;
    position: absolute;
    right: -9px;
    top: 7px;
}
.phone_now {
    color:#fb292b;
    background: #ffffffeb;
    padding: 0 15px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    right: 60px;
    width: 245px;
    height:40px;
    line-height:40px;
    text-align: center;
    z-index: 1;
    display: none;
}
.email_now a, .phone_now a{
    color:#fb292b;
    font-size:15px;
    font-weight:bold;
}
.email_now a:hover, .phone_now a:hover{
    color:#ffbf00;
}
.phone_now::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffffeb;
    position: absolute;
    right: -9px;
    top: 7px;
}
#wh-widget-send-button.wh-widget-right {
    bottom: 185px !important;
}
@media (min-width: 1200px){
	.container {
    	width: 1140px;
	}
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding:0 5px;
		line-height: 43px;
	}
	.lien_he_home{
		font-size: 13px;
	}
	.copyright,.goon{
		font-size: 12px;
	}
}
@media (max-width: 992px){
	.owl-prev{
		left: 43%
	}
	.owl-next{
		right: 43%;
		margin-left: 20px;
	}
	.section_gt_home_left{
	    padding:0;
	}
	.section_gt_home_left img{
		display: block;
		width: 100% !important;
		height: auto !important;
		margin:30px 0;
	}
	.section_gt_home_right{
		padding: 0;
	}
	.dropdown-menu li a:hover{
		background: #FB2E10;
	}
	.section_gt_home {
	    padding: 0;
	}
	.khuyen_mai_slide,.mask_khuyen_mai_slide{
		display: none;
	}
	.dvu{
		margin-top: -65px;
	}
	.ten_dvu{
		font-size: 12px;
	}
	.noidung_dvu{
		font-size: 14px;
		line-height: 18px;
	}
	.follow,.trip,.section_lien_he_home{
		/*text-align: center;*/
	}
	.trip{
		margin-top: 15px;
	}
	.social-navbar .navbar-toggle{
		margin: 70px 15px 10px 0;
	    border: 0;
    	background: #FB2E10;
	    position: relative;
	    z-index: 9;
	}
	.navbar-default .navbar-toggle .icon-bar{
		height:2px;
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ffe66b;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
		margin:0;
		background:none;
		padding:0 !important;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin-top:0 !important;
		max-height:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0 !important;
		background:#eeeeee;
		border:0;
		padding:0px;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border-bottom:solid 1px #d4d4d4;
		border-top:0;
	}
	.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.middle_menu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.middle_menu{
		display:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		height:auto;
		display:block;
		line-height:35px;
		color:#000;
		border:0;
		padding:0 20px;
		font-size: 14px;
	}
	.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:0;
		background:#FB2E10;
		color:#fff;
		border-radius:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border:0;
		background:#FB2E10;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border:0;
		background:#FB2E10;
		color:#fff;
	}
	.social-navbar.navbar .navbar-nav > li > a:after {
		background:none;
	}
	.navbar-nav > li > .dropdown-menu{
		width:100%;
	}
	.navbar-nav > li > .dropdown-menu > li > a{
		color:#000 !important;
	}
	.dropdown-backdrop {
	    position: static;
	}
	.copyright{
		font-size: 13px;
		text-align: left;
	}
	.goon{
		text-align: right;
	}
	.section_tong_quan_right{
		padding: 0 15px 0 15px;
		margin-top: 20px;
	}
	.section_tong_quan_left{
		padding-right: 15px;
	}
	.address,.email{
		display: none;
	}
	.logo{
		left: 15px;
	    top: 8px;
	    width: 340px;
	}
	.hotline{
		left: 150px;
	    top: 50px;
	    padding-right: 0;
	    border-right: 0;
	    width: 189px;
	}
	.search{
		top: 77px;
    	right: 70px;
	}
	.social-navbar > .container{
		height: 113px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin: 0;
	}
	.lien_he_facebook{
		text-align: center;
	}
}
@media (max-width: 767px){
	.gt_home_faci_item{
		padding:30px 15px 10px;
    	margin-bottom: 80px;
    	height: auto;
	}
	
	.gt_home_faci_item p{
		height: auto;
	}
	.box-duan {
        margin: 102px 0 30px 0;
    }
	.section_duan .owl-controls {
        top: -56px !important;
    }
    .section_duan .owl-controls  .owl-prev{
        left: 34%
    }
    .section_duan .owl-controls  .owl-next{
        right: 38%
    }
    .hvrbox {height:auto;width:100%;}
    .hvrbox img {width: 100% important;}
    .hvrbox .hvrbox-layer_top {padding:0;}
    .owl-theme .owl-controls {margin-top: 178px;}
    .text-hv {padding: 5px;height: auto;font-size: 12px;}
    .box-box {
        padding: 0;
    }
	.owl-prev{
		left: 40%
	}
	.owl-next{
		right: 40%;
		margin-left: 20px;
	}
	.section_faci_1{
		margin-top:10px;
	}
	.left_right {padding:0;}
	body{
		font-size: 13px;
		line-height: 20px;
	}
	.menu_top,.search,#support{
		display: none;
	}
	.btn_khuyen_mai{
		left: 10px;
		top:77px;
		right:inherit;
	}
	.booking{
		left: 150px;
		top:77px;
		right:inherit;
	}
	.social-navbar {
	    position: relative !important;
	    left: inherit !important;
	    right:inherit !important;
	    top:inherit !important;z-index:9999;
	}
	.logo{
		left: 15px;
	}
	.lang{
		right:15px;
		top:18px
	}
	.title_gt_home {
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 20px;
	}
	h2.lined-heading,.title_home{
		font-size: 22px;
		margin: 20px 0 10px;
		padding-bottom: 0;
	}
	.section_duan h2.lined-heading {font-size: 18px;}
	.section_gt_home{
		padding: 0px 15px;
	}
	.dvu{
		margin-top: 20px;
		padding: 0;
	}
	.dvu img{
		width: 100% !important;
	}
	.copyright{
		text-align:center;
		line-height: 18px;
	}
	.goon{
		text-align:center;
	}
	.section_faci .container .row > div{
		width: 100%;
		padding: 0 15px;
	}
	.section_tong_quan {
    	padding: 15px 15px 20px 15px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin: 0px;
		background: #ececec;
		border-bottom:2px solid #F00;
	}
	.social-navbar {
   		margin-top: 0px;
	}
	.social-navbar{
		height: auto;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a:hover{
		background: #FB2E10;
	}
	.main .container img{
		width: 100% !important;
		height: auto !important;
	}
}
@media (max-width: 490px){
	.owl-prev{
		left: 36%
	}
	.owl-next{
		right: 36%;
		margin-left: 20px;
	}
	.logo{
		left: 15px;
	    top: 10px;
	    width: 200px;
	}
	.hotline{
		display: none;
	}
	.img_cms_home{
	    height:94px;
	}
	.khung_cms_home{
      margin-top: 0px;
     }
     .main .container img{
      height: 100% !important;
     }
     .ten_cms_home{
      height: 36px;
      overflow: hidden;
     }
     .chu_thich_cms_home{
      height: 55px;
     }
     .title_lien_he_home {font-size: 13px;}
     .lien_he_home {
        line-height: 18px;
    }
	.main .container .lien_he_home img{
	    width:auto !important;
	    height:auto !important;
	}
    .mt150 {
        padding-top: 0px !important;
    }
    .mt150 h2{
        font-size: 15px;
        line-height: 23px;
    }
    #div_id {margin-top: 0px;}
    .khung_cms_home_top {display:none;}
    .hvrbox-layer_top h4 {font-size:15px;}
}