body {
  color: #1d1d1d;
  background:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  line-height: 22px;
  background: url(/images/bg_body.png) center repeat;
  background-position: 0% 100%;
}
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 ;
}
.gallery_home a img{
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    background: transparent;
}
.gallery_home a img:hover{
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}
.select_website{
	padding-right: 15px !important;
}
.xem_chi_tiet{
	color: #00488f;
}
.khung_ngoai_menu{
	height: 51px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: #414548;
}
.line_menu{
	position: absolute;
	top: 59px;
	right: 0;
	left: 0;
	z-index: 2;
	border-bottom: 1px solid #d1d1d1;
}
.social-navbar {
	height:175px;
	color: #fff;
	background: #fff !important;
}
.social-navbar > .container{
	background: #fff;
	padding: 0;
	height: 175px;
}
.navbar-default{
	background: none;
}
#support {
    bottom: 0;
    font-size: 11px;
    position: fixed;
    left: 0;
    text-align: left;
    width: 185px;
    z-index: 9999;
}
.social-navbar.navbar .navbar-nav {
	float: right;
	margin-top: 126px;
	width: 100%;
	position: relative;
	z-index: 5;
}
.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: 14px;
    line-height: 40px;
    height: 43px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 6px 9px;
    font-weight: normal;
}
.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: #1585f3;
}
.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;
}
.banner_gioi_thieu{
	height:170px;
	width:540px;
	position:absolute;
	z-index:99;
	right: 0;
	top: 250px;
	padding: 22px 25px 25px 25px;
	color: #fff;
	text-align: justify;
	background: rgba(25,27,28,0.6);
	overflow: hidden;
}
.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: #86a9cc;
    line-height: 40px;
    background: #003060;
}
.goon{
	text-align:right;
}
.goon a{
	color:#86a9cc;
}
.owl-prev{
	background:url(/images/prev.png) no-repeat center,#00488f;
	left: -31px;
	margin:0 !important;
	padding:10px !important;
	top:0 !important;
	width: 28px;
    height: 28px;
}
.owl-next{
	background: url(/images/next.png) no-repeat center,#00488f;
	right:-31px;
	margin:0 !important;
	padding:10px !important;
	top:0 !important;
	border-radius: 50%;
	width: 28px;
    height: 28px;
}
.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: #00488f;
    color: #fff;
    font-family: font1;
    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:28px;
	color: #4065ab;
}
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: #4065ab;
	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;
}
.label-contact{
	text-transform: uppercase;
	line-height: 30px;
	font-weight: normal;
}
.form-control-contact{
	height: 30px;
	line-height: 30px;
	background: #013567;
	border: 1px solid #13528f;
}
.btn-lienhe-contact{
	height: 30px;
    padding: 0 15px;
    width: 12%;
    text-align: center;
    background: url(/images/send.png) center center no-repeat ,#efefef;
}
.btn-lienhe-contact:hover{
	background: url(/images/send.png) center center no-repeat ,#efefef;
}
.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{
	
}
.owl-controls{
	top:40%;
	position:absolute;
	left:10px;
	right:10px;
}
.khung_cms_home{
	width:100%;
	height:88px;
	font-size: 14px;
	line-height: 18px;
}
.img_cms_home{
	width: 82px;
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
.img_cms_home img{
	width: 80px;
	height: 70px;
	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;
}
.ten_cms_home:hover{
	color: #063a83;
}
.chu_thich_cms_home{
	height: 64px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	color: #2a2a2a;
}
.video{
	height: 190px;
	width: 100%;
}
.video img{
	width: 100%;
	height: 100%;
}
.video iframe{
	width: 100%;
	height: 100%;
}

.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{
	font-family:font1;
	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: #063A83;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: #3c331c !important;
	border: 0;
	padding: 0 20px;
	font-size: 13px;
	font-family: font1;
	font-weight: bold;
}
.btn_bg:hover{
	background: #3c331c;
	color: #063A83 !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;
    z-index: 2;
    background: url("/images/logo_right") center right 2px no-repeat;
} 
.logo a{
	height: 100%;
    width: 100%;
    background: #00488f;
    padding: 55px 30px 56px;
}
.logo::after{
	content: "";
	position: absolute;
	background: url(/images/logo_right.png) center right no-repeat;
	right: 90px;
}
.lang{
	position:absolute;
	right:0;
	top:20px;
}
.title_logo{
	position: absolute;
	top:10px;
	left: 190px;
}
.dang_ky_thanh_vien{
	position: absolute;
	top: 73px;
	right: 0;
	color: #f5d286;
	padding: 5px 10px;
	border-radius: 5px;
	background: url(/images/member.png) center left 10px no-repeat, #c53b46;
	border: 0;
	padding-left: 33px;
	text-transform: uppercase;
}
.hotline{
	position:absolute;
	right:750px;
	top:70px;
	background: url(/images/hotline.png) no-repeat left center;
	padding-left: 45px;
	color: #383838;
}
.email{
	position:absolute;
	right:550px;
	top:70px;
	background: url(/images/email.png) left center no-repeat;
	padding-left: 45px;
	color: #383838;
}
.address{
	position: absolute;
    top: 70px;
    right: 230px;
    background: url(/images/address.png) left center no-repeat;
	padding-left: 45px;
	color: #383838;
}
.search{
	position: absolute;
	top: 138px;
	right: 0px;
	height: 25px;
	width: 190px;
	border: none;
	z-index: 99;
}
.search input{
	border: none;
	color: #adadad;
}
.search form .btnsearch{
	float: right;
	width: 34px;
	background: url(/images/search.png) center left 10px no-repeat;
	border-right: 1px solid #68696a;
}
.search form .txtsearch{
	padding: 0 0 0 15px;
	line-height: 25px;
	background: #414548;
	border-left: 1px solid #68696a;
}
.main{
}

.title_gt_home{
	font-size: 24px;
	text-transform: uppercase;
	color: #063a83;
	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: 33.32%;
	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: 15px;
    text-transform: uppercase;
    color: #e2c17a;
    max-height: 36px;
    text-align: left;
    padding: 0;
    line-height: 18px;
    overflow: hidden;
}
.ten_dvu:hover{
	color: #FBD626;
}
.ten_dvu a{
	color: #fefeff;
}
.ten_dvu a:hover{
	color: #FBD626;
}
.noidung_dvu{
	text-align: justify;
    margin: 10px 0;
    color: #2a2a2a;
}
.section_tong_quan{
	/*padding: 40px 0;*/
}
.section_tong_quan .container{
	background: #fff;
	padding: 40px 15px;
}
.section_tong_quan_right{
	padding: 0 15px;
    float: left;
}
.section_tong_quan_right h5,.section_tong_quan_left h5{
	text-transform: uppercase;
	color: #1d1d1d;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
.section_tong_quan_left h5::before,.section_tong_quan_right h5::before{
	content: "";
	height: 2px;
	width: 35px;
	background: #00488f;
	top:50px;
	position: absolute;
}
.section_tong_quan_left{
	padding: 0 15px;
    float: left;
    z-index: 9999;
    position: relative;
} 

.section_tong_quan_left > div{
	padding:0;
}
.khung_cms_home_top{
	height: 170px;
    position: relative;
}
.khung_cms_home_footer{
	position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 0px 15px 0px;
    line-height: 16px;
    color: #1d1d1d;
    /*border-bottom: 1px dotted #d1d1d1;*/
}
.ten_cms_home_top{
	text-transform: uppercase;
	color: #1d1d1d;
	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;
	text-align: justify;
	line-height: 20px;
}
.khung_cms_home_bottom{
	padding: 11px 0;
	border-top: 1px dotted #d1d1d1;
	text-align: justify;
}
.ten_cms_home_bottom{
	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_doi_tac{
	padding:0;
	background: #fff;
	text-align: center;
	background: url(/images/bg_body.png) center repeat;
  	background-position: 0% 100%;
}
.section_doi_tac .container{
	padding: 0;
}
.section_doi_tac .container a{
	margin: 0 12px;
}
.section_lien_he_home{
	background:#013d78;
	padding:35px 0 10px;
	color: #fff;
}
.title_lien_he_home{
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #e2c17a;
    padding-bottom: 10px;
    border-bottom: 1px solid #2c6194;
}
.lien_he_home{
	line-height:30px;
}
.follow{
	position: absolute;
	right: 73px;
	top:0px;
	color: #b1cdf6;
}
.link_nhanh > div > p > a{
	color: #fff;
}
.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;
}
.owl-item{
	padding:0 4px;
}
.img-c-two2{
	width: 100%;
	height: 130px;
}
.img-c-two2-1{
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
}
.khung_ngoai_anh{
	height: 140px;
    width: 155px;
    padding: 0;
}
.ten2-c-two2-1{
	/*padding-left:0;*/
}
.owl-carousel .owl-wrapper-outer{
	padding:30px 5px;
	background: #00488f;
}
.owl-carousel-2 .owl-wrapper-outer{
	padding:25px 0px;
	background: #e4e4e4;
}
.khung-owl-item{
	/*border: 5px solid rgba(255,255,255,0.7);*/
}
.chu_thich{
	text-align: justify;
    color: #fff;
    overflow: hidden;
    max-height: 112px;
    line-height: 19px;

}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.logoslide_container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 238px;
	background: rgba(44, 95, 145, 0.6);
	z-index: 99;
	padding: 0 40px;
}
#owl-logoslide .owl-wrapper-outer {
	background: none;
	padding: 0;
}
.logoslide {
	text-align: center;
}
.logoslide img {
	margin-top: 35px;
}
@media (min-width: 1200px){
	.container {
    	width: 1140px;
	}
}
@media (max-width: 1200px){
	.banner_gioi_thieu{
		top:190px;
	}
	.social-navbar.navbar .navbar-nav > li > a{
		padding:0 5px;
		line-height: 43px;
	}
	.lien_he_home{
		font-size: 13px;
	}
	.copyright,.goon{
		font-size: 12px;
	}
	.khung_ngoai_anh{
		width: 100%;
		padding: 0 16px;
		margin-bottom: 10px;
	}
	.navbar.navbar .navbar-nav > li > a{
		padding: 0 2px;
	}
	.title_logo img{
		width: 88%;
	}
	.title_logo{
		left: 254px;
		top:19px;
	}
	.email{
		display: none;
	}
	.hotline{
		right: 523px;
	}
	.social-navbar.navbar .navbar-nav {
	margin-top: 129px;
	}
}
@media (max-width: 992px){
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	    margin: 0px;
	    background: #61AFE6;
	}
	.logo a{
		padding: 55px 8px 49px 10px;
	}
	.banner_gioi_thieu{
		top:100px;
	}
	.title_logo img{
		width: 82%;
	}
	.lang{
		right: 15px;
	}
	.dang_ky_thanh_vien{
		top: 70px;
		right: 72px;
	}
	.social-navbar{
		height: 113px;
		background: #61AFE6 !important;
	}
	.owl-carousel-1 .owl-wrapper-outer{
	padding:30px 0px 70px;
	background: #00488f;
	}
	.owl-theme .owl-controls{
		margin-top: 186px;
	}
	.owl-next {
    	background: url(/images/next.png) no-repeat center,#e2c17a;
		right: 43%;
		margin-left: 20px;
	}
	.owl-prev{
		background: url(/images/prev.png) no-repeat center,#e2c17a;
		left: 43%
	}
	.dropdown-menu li a:hover{
		background: #063AE5;
	}
	.khuyen_mai_slide,.mask_khuyen_mai_slide,.khung_ngoai_menu,.line_menu{
		display: none;
	}
	.dvu{
		margin-top: -65px;
	}
	.ten_dvu{
		font-size: 16px;
	}
	.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 11px 0;
	    border: 0;
    	background: #063A83;
	    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: #063AE5;
	}
	.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:#063A83;
		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:#063A83;
		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:#063A83;
		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,.search{
		display: none;
	}
	.logo{
		left: 0px;
	    top: 0px;
	    width: 240px;
	    padding: 15px;
	   /* background: none;*/
	}
	.hotline{
		left: 253px;
    	top: 62px;
	    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;
	}
}
@media (max-width: 767px){
	.section_tong_quan .container{
		padding: 0px 15px;
	}
	.section_doi_tac .container{
		padding: 0 15px;
	}
	.banner_gioi_thieu, .logoslide_container{
		display: none;
	}
	.hotline{
		right: 52px;
    	top: 17px;
    	left: auto;
	}
	.label-contact{
		line-height: 10px;
	}
	.owl-theme .owl-controls{
		margin-top: 170px;
	}
	.owl-prev{
		left: 42%
	}
	.owl-next{
		right: 42%;
		margin-left: 20px;
	}
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.title_logo,.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: 18px;
		margin: 20px 0 10px;
		padding-bottom: 0;
	}
	.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: #61AFE6;
	}
	.social-navbar {
   		margin-top: 0px;
	}
	.social-navbar{
		height: auto;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a:hover{
		background: #063AE5;
	}
	.main .container img{
		/*width: 100% !important;
		height: auto !important;*/
	}
}
@media (max-width: 490px){
	.btn-lienhe-contact{
		width: 19%;
	}
	.logo{
		left: 0px;
	    background: none;
	}
	.logo a{
		background: none;
	}
	.logo a img{
		width: 130px;
	}
	.copyright{
		padding: 15px;
	}
	.khung_cms_home{
		height: 63px;
	}
	.main .container img{
		height: 100% !important;
	}
	.ten_cms_home{
		height: 50px;
		overflow: hidden;
	}
	.chu_thich_cms_home{
		height: 50px;
	}
	.owl-prev{
		left: 36%
	}
	.owl-next{
		right: 36%;
		margin-left: 20px;
	}
	
	.hotline,.dang_ky_thanh_vien{
		display: none;
	}
}