body {
  color: #5a5a5a;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size:15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
a {
  color: #232323;
  -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: #c0a753;
  text-decoration: none;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	min-height: 98px;
	height: 98px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.navbar-collapse{
}
.logo_nhatrang_lap {
    position:absolute;
    right:-130px;
    top:-37px;  
}
.logo_nhatrang_lap img{
    width:100px;
}
.logo_nhatrang_mobile {display:none;}
.social-navbar.navbar .navbar-nav {
	float: right;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
	display: inline-block;
	float: none;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height: 45px;
	background:url(/images/dotmenu.jpg) no-repeat center;
}
.social-navbar.navbar .navbar-nav > li.no-padding-right > a {
	padding-right: 0;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #232323;
	font-size:15px;
	line-height: 44px;
	height: 44px;
	text-transform:uppercase;
	padding:0 7px;
	position:relative;
	display:block;
	background: none;
}
.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%; }
.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{
	color:#c0a753;
	background: none;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
	padding: 8px 20px;
}
.social-navbar .dropdown-menu > li > a:hover {
	background: #c0a753;
	color: #fff;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.copyright{
	background: #607727;
	color: #232323;
	padding: 10px 0;
}
.goon{
	text-align:right;
}
.goon a,.copyright a{
	color:#232323;
}
.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;
}
.owl-prev{
	width:40px;
	height:40px;
	background:url(/images/prev_3.png) no-repeat center;
	left: 0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-next{
	width:40px;
	height:40px;
	background:url(/images/next_3.png) no-repeat center;
	right:0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
#owl-standard {
	margin-bottom: 30px;
}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:700;
	margin-bottom:15px;
}
.title_bk {
    background: #c0a753;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 16px;
    padding: 7px 0;
    text-indent: 20px;
}
/* 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;
	-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;
}
/* 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;
	-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;
}
/* 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: 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;
}
/*--------------------
 *  More
 */
/*--------------------*/
.mt150{
}
.lined-heading{
	position: relative;
	text-align: center;
	display: block;
	margin: 40px 0;
}
h2.lined-heading span {
}
h2.lined-heading:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 1;
	display: block;
	width: 450px;
	height: 1px;
	content: "";
	background: #bdbdbd;
	margin: 0 auto;
}
h2.lined-heading span{
	position: relative;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
	font-size: 30px;
	color: #c0a753;
	background: #fff;
	padding: 0 20px;
}
.khung_cms{
	margin-bottom:30px;
}
.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;
	box-shadow: 0 0 5px #0003;
}
.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:700;
	color: #333;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	color: #d7b85f;
}
.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;
	color: #333;
}
.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:700;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{	
}
.b a:hover,.b a.active{
	font-weight:700;
	text-decoration:none;
}
#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: 67%;
	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: #607727;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #475d11;
	font-size: 14px;
	padding:5px 20px;
}
.btn-lienhe:hover {
	background:#475d11;
	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;
}
.khung_cms_home{
	width: 100%;
	margin-bottom: 40px;
	padding: 5px 5px 10px;
	border: solid 1px #d3d3d3;
}
#owl-promotions .owl-item {
    padding: 0 15px;
}
.img_cms_home{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.img_cms_home img{
	width: 100%;
}
.ten_cms_home{
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
.ten_cms_home a {
	color: #c0a753;
}
.ten_cms_home a:hover {
	text-decoration: underline;
}
.btn-cms_home {
	position: absolute;
	right: 0;
	top: 165px;
	background: #855e35;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	color: #f4e67e;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 12px;
}
.chu_thich_cms_home{
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 15px;
	overflow: hidden;
}
.xemthem_cms_home{
	color: #fff;
	background: #c0a753;
	border-radius: 0;
	border: 0;
	margin-top: 55px;
}
.xemthem_cms_home:hover {
	color: #222;
}
.mask_img_cms_home {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(91, 87, 88, 0.76);
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.img_cms_home:hover .mask_img_cms_home {
	opacity: 1;
}
.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;
}
/*--------------------
 *  More
 */
.wrapper {
	max-width: 1349px;
	margin: 0 auto;
}
.khung_top {
	height: 40px;
}
.logo{
	position: absolute;
	left: 0;
	top: 10px;
}
.lang{
	position: absolute;
	right: 22px;
	top: 15px;
	text-transform: uppercase;
}
.hotline{
	position: absolute;
	right: 504px;
	top: 12px;
}
.hotline_mobile{
    display:none;
}
.social {
	position: absolute;
	right: 328px;
	top: 12px;
}
.btn-booking {
	position: absolute;
	right: 185px;
	top: 10px;
	background: #c0a753;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-booking:hover {
	background: #9e873a;
	color: #fff;
}
.main {
	margin-top: 98px;
}
.section_facilities {
	background: #fafafa;
	padding: 50px 0;
	display: table;
	width: 100%;
}
.facilities {
	margin: 0 auto;
	width: 204px;
	height: 204px;
	border-radius: 50%;
    text-align: center;
    position: relative;
    border: solid 2px #d0d0d0;
	color: #5b5758;
    background-repeat: no-repeat;
    background-position: bottom 85px center;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.facilities:hover {
	background-color: #c0a753;
	color: #fff;
}
.facilities .ten_facilities {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.facilities a {
	display: block;
	height: 100%;
}
.faci_01 {
	background-image: url(/images/faci_01.png);
}
.faci_01:hover {
	background-image: url(/images/faci_01_hover.png);
}
.faci_02 {
	background-image: url(/images/faci_02.png);
}
.faci_02:hover {
	background-image: url(/images/faci_02_hover.png);
}
.faci_03 {
	background-image: url(/images/faci_03.png);
}
.faci_03:hover {
	background-image: url(/images/faci_03_hover.png);
}
.faci_04 {
	background-image: url(/images/faci_04.png);
}
.faci_04:hover {
	background-image: url(/images/faci_04_hover.png);
}
.btn-view-all {
	background: #c0a753;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
}
.btn-view-all:hover {
	background: #a18a3b;
	color: #fff;
}
.btn-view-all-2 {
    color: #5e5f61;
    background: #e2e2e2;
}
.btn-view-all-2:hover {
	background: #a7a7a7;
	color: #5e5f61;
}
.section_gioi_thieu {
	padding: 40px 0;
	background: url('/images/bg_gt.jpg') fixed no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}
.wrapper_gioi_thieu_home {
	background: rgba(255, 255, 255, 0.75);
	padding: 40px;
}
.title_gioi_thieu_home {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	color: #c0a753;
}
.gioi_thieu_home {
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 16px;
}
.map_home {
	width: 100%;
	height: 350px;
	margin-top: 60px;
}
.section_room {
	padding: 30px 0;
}
.khung_pro_sys_home{
	max-width:538px;
	width:100%;
	margin:0 auto 30px auto;
	position: relative;
}
.btn-book-room {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.khung_pro_sys_home_info .btn-view-all {
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
}
.khung_pro_sys_home_img{
	width:100%;
	position: relative;
	overflow: hidden;
}
.khung_pro_sys_home_img >a >img{
	width:100%;
	max-width:540px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.khung_pro_sys_home_img:hover >a >img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.khung_pro_sys_home_info{
	background: rgba(255, 255, 255, 0.85);
	border: solid 1px #fff;
	padding: 15px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	color: #000;
	opacity:0;
	z-index: -1;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.khung_pro_sys_home_img:hover .khung_pro_sys_home_info {
    opacity: 1;
	z-index: 10;
}
.khung_pro_sys_home_ten{
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size:17px;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 20px;
	background: url('/images/shadow_room.png') repeat-x bottom;
	min-height: 109px;
	padding: 75px 10px 0;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.khung_pro_sys_home_ten a {
	color:#f0b953;
}
.khung_pro_sys_home_info form{
	float:left;
	margin-right:20px;
}
.khung_pro_sys_home_chu_thich {
    margin-top: 6em;
}
.book_khung_pro_sys_home{
	position: absolute;
	bottom: 18px;
	right: 22px;
	padding: 8px 20px;
	color:#fff;
	font-size:18px;
	text-align:center;
	border:0;
	background: #607727;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.book_khung_pro_sys_home img {
	margin-top: -5px;
}
.view {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
}
.view img {
    display: block;
    position: relative;
	width:100%;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
#owl-rooms .owl-prev, #owl-meeting .owl-prev, #owl-entertainment .owl-prev{
	width:28px;
	height:51px;
	background:url(/images/prev_2.png) no-repeat center;
	left: -50px;
}
#owl-rooms .owl-next, #owl-meeting .owl-next, #owl-entertainment .owl-next{
	width:28px;
	height:51px;
	background:url(/images/next_2.png) no-repeat center;
	right: -50px;
}
#owl-meeting .owl-prev, #owl-entertainment .owl-prev{
	left: 0;
}
#owl-meeting .owl-next, #owl-entertainment .owl-next{
	right: 0;
}
.container-fluid > .row > [class*='col-']{
	padding: 0;
}
.half_page_bg {
	width: 100%;
	height: 410px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.half_page_bg a.full_screen {
	background: rgba(91, 87, 88, 0.6);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.owl-page-left .owl-controls {
	top: inherit;
	bottom: 10px;
	left: 10px;
	right: inherit;
	text-align: left;
}
.owl-page-left .owl-controls .owl-page span {
	background: #fff;
	margin: 5px;
}
.owl-page-left .owl-controls .owl-page.active span, .owl-page-left .owl-controls.clickable .owl-page:hover span {
	background: #e3c253;
}
.half_page_bg a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	color: #fff;
	opacity: 0;
}
.half_page_bg:hover a {
	opacity: 1;
}
.half_page_bg a .ten_half_page_bg {
    margin: 160px 0 20px;
	font-size: 30px;
}
.half_page_bg a .chuthich_half_page_bg {
	font-size: 20px;
}
.owl-page-right .owl-prev{
	width:40px;
	height:40px;
	background:url(/images/prev_3.png) no-repeat center;
}
.owl-page-right .owl-next{
	width:40px;
	height:40px;
	background:url(/images/next_3.png) no-repeat center;
}
.section_meeting {
	padding: 30px 0;
}
.hoi_nghi {
	width: 269px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
}
.hoi_nghi_bg {
	width: 269px;
	height: 269px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-bottom: 15px;
}
.section_san_pham {
	padding: 30px 0 60px;
}
.nav-tabs-custom {
	text-align: center;
  	border-bottom: 0;
  	margin: 0 0 30px;
  	position: relative;
}
.nav-tabs-custom:before {
	position: absolute;
	height: 1px;
	display: block;
	border-bottom: solid 1px #c5c5c5;
	left: 80px;
	right: 80px;
	top: 13px;
}
.nav-tabs-custom li {
    margin: 0; 
    float: none;
    display: inline-block;
    padding: 0 15px;
}
.nav-tabs-custom li a {
	color: #999999;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #c5c5c5; 
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 23px;
	font-size: 16px;
	padding: 0;
}
.nav-tabs-custom li a:hover, .nav-tabs-custom li a:focus, .nav-tabs-custom li.active a, .nav-tabs-custom li.active a:hover, .nav-tabs-custom li.active a:focus {
	color: #fff;
	background: #5b5758;
	border: solid 1px #5b5758; 
}
.nav-tabs-custom-2 {
  	border: 0;
  	margin: 0 0 30px;
  	position: relative;
  	padding: 0;
}
.nav-tabs-custom-2 li {
    margin: 0; 
    float: none;
    display: block;
    padding: 0;
    width: 100%;
}
.nav-tabs-custom-2 li a {
	padding: 12px;
	color: #444444;
	background: #fff;
	border-radius: 0;
	line-height: 48px;
	font-size: 16px;
	text-transform: uppercase;
	border: solid 1px #dbdbdb;
	border-bottom: 0;
	margin: 0;
	width: 95%;
	float: right;
}
.nav-tabs-custom-2 li a img {
	width: 85px;
	float: left;
	margin-right: 30px;
}
.nav-tabs-custom-2 li a:hover, .nav-tabs-custom-2 li a:focus, .nav-tabs-custom-2 li.active a, .nav-tabs-custom-2 li.active a:hover, .nav-tabs-custom-2 li.active a:focus {
	color: #fff;
	background: #454545;
	border: solid 1px #454545;
	width: 100%;
}
.nav-tabs-custom-2 li:last-child a{
	border-bottom: solid 1px #dbdbdb;
}
.sp_home {
	position: relative;
	max-width: 675px;
	width: 100%;
}
.sp_home img {
	width: 100%;
}
.title_sp_home {
	position: absolute;
	left: 30px;
	bottom: 130px;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.info_sp_home {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 30px;
}
.chu_thich_sp_home {
	color: #fff;
	line-height: 25px;
}
.section_lien_he_home {
    padding: 30px 0;
}
.nav-bottom {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #f8f7f7;
	width: 100%;
}
.nav-bottom li {
	display: inline-block;
	list-style: none;
}
.nav-bottom li a {
	text-transform: uppercase;
	padding: 0 4px;
	font-size: 15px;
}
.title_lien_he_home {
	color: #a2b916;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 24px;
}
.lien_he_home {
	line-height: 30px;
}
.social_footer {
	text-align: right;
}
.logo_footer img {
	margin-top: 15px;
}
.title_tin_noi_bat {
	text-transform: uppercase;
	font-size: 30px;
	color: #c0a753;
	margin: 40px 0;
}
.title_lien_he_modal {
	text-transform: uppercase;
	font-size: 23px;
	color: #c0a753;
	text-align: center;
	margin: 20px 0 30px;
}
.meeting_des {
	margin-bottom: 30px;
	font-size: 16px;
}
#bookingform_container{position:absolute;top:10%;right:110px;z-index:300;padding:10px;background:url(images/grid.png) top left rgba(51,51,51,.3)}#slideshow_map_container #bookingform_container{right:20px}#bookingform_container #booking_form{width:280px;margin:0 auto;position:relative;z-index:100}#bookingform_container #booking_form #bf_title{color:#fff;text-align:center;margin-bottom:10px;font-size:16px;line-height:130%}#bookingform_container #booking_form #bf_title .best_rate{color:#fff;text-decoration:none;display:block;font-size:13px;line-height:130%}#bookingform_container #booking_form #bf_title .best_rate:focus,#bookingform_container #booking_form #bf_title .best_rate:hover{color:#D6634A}#bookingform_container #booking_form .section-check_in,#bookingform_container #booking_form .section-check_out{width:1px;height:1px;overflow:hidden;position:absolute;top:-9999px;left:-9999px;opacity:0;filter:Alpha(opacity=0)}#bookingform_container #booking_form label{color:#fff;text-transform:uppercase;line-height:25px;font-size:12px;text-align:center;width:100%;display:inline-block}#bookingform_container #booking_form .booking-tab{width:90px;position:relative;background:0 0;float:left;margin-right:5px;margin-bottom:5px}#bookingform_container #booking_form .booking-tab .quickbook-form-tab{background:#fff;text-align:center;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);-moz-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}#bookingform_container #booking_form .booking-tab .quickbook-form-tab .month,#bookingform_container #booking_form .booking-tab .quickbook-form-tab .year{color:#666;font-size:14px;line-height:32px;text-transform:lowercase}#bookingform_container #booking_form .booking-tab .quickbook-form-tab .date{color:#666;line-height:50px;font-size:24px;position:relative;width:70%;margin:0 auto;border-width:1px 0;border-style:dotted;border-color:#ccc}#bookingform_container #booking_form .section-nb_adults{width:90px;position:relative;background:0 0;float:left}#bookingform_container #booking_form .section-nb_adults select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;width:90px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAB0CAYAAAAB+/V5AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xNC8xNm1P124AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACO0lEQVR4nO3dMWoiYRiA4S/rHkFQUoonUGy9gPWQA6Sx9wqeQNDeWhsttLBJFxBSWNkKgoVYOqCVW22xbELMwutM3PdpZmCm+HiLmeEv5n+4XC6XEOZH1gPcOwPDDAwzMMzAMAPDDAwzMMzAMAPDDAwzMMzAsJ9ZD3Ct4/EYw+EwTqdTdDqdrMe52sN3WK7cbDYxnU6jVCrF+XyO9Xodz8/PUa1Wsx7tU7kPvFwuYzweR5Ik0Wg0IiJitVrFYrGIZrMZ9Xo9CoVCxlN+LNeB5/N5vL6+RrvdjsfHxz+ubbfbGAwGUavVIkmSjCb8XG4Dj0aj2O/38fT0FMVi8d170jSNl5eXaLVaN57uerkNfC/8TIMZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFh/xT47e3tvzv+Pv8qV9NgPiJgBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFh/lLmyqO/lMkpHxEwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwLLeBR6NR9Pv9OBwOH96TpmnMZrMbTvV1uQ2cJElUKpXo9Xqx2+3+ur7dbqPb7UaaphlMd73cL1e65eQNbDabmEwmUS6X3TSV4ra/elduX3L3wsAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMw7BefHjzkc8KcHwAAAABJRU5ErkJggg==) center center no-repeat #fff;height:116px;font-size:24px;color:#666;padding-left:38px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);-moz-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}#bookingform_container #booking_form .section-nb_adults select::-ms-expand{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}#bookingform_container #booking_form .section-iata{clear:both;background:#fff;padding:5px 0;margin-bottom:5px;width:100%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);-moz-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}#bookingform_container #booking_form .section-iata label{display:block;float:left;width:100px;border-right:1px dotted #ccc;line-height:30px;color:#666;text-transform:capitalize}#bookingform_container #booking_form .section-iata input{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;float:left;line-height:25px;width:170px;text-indent:10px;font-size:12px}#bookingform_container #booking_form .section-submit_wrap{clear:both}#bookingform_container #booking_form .section-submit_wrap #bf_submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;background-color:#c0a753;color:#fff;text-align:center;font-size:18px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;display:block;width:100%;line-height:60px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);-moz-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5);padding:0 20px}#bookingform_container #booking_form .section-submit_wrap #bf_submit:focus,#bookingform_container #booking_form .section-submit_wrap #bf_submit:hover{background-color:#a58d3f;color:#fff;text-decoration:none}#bookingform_container #booking_form .section-submit_wrap #bf_submit{font-size:22px}#bookingform_container #booking_form .quick-search-cancel{line-height:30px;color:#fff;display:block;font-size:12px;text-decoration:none;text-transform:uppercase;text-align:center;-webkit-transition:color .3s ease 0s;-moz-transition:color .3s ease 0s;-ms-transition:color .3s ease 0s;-o-transition:color .3s ease 0s;transition:color .3s ease 0s}#bookingform_container #booking_form .quick-search-cancel:focus,#bookingform_container #booking_form .quick-search-cancel:hover{color:#c0a753}#bookingform_container{background: rgba(29, 29, 27, 0.3); }#bookingform_container #booking_form .calendar {display: none;position: absolute;top: 0;right: 100px;background: #fff;z-index: 99999999;}  
.open_page {
    background: #c0a753;
	color: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 9;
	display: none;
}
.open_page:hover, .close_page:hover {
    color: #000;
}
.close_page {
	color: #fff;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 9;
}

#cfacebook{position:fixed;bottom:0px;right:0;z-index:999999999999999;width:245px;height:auto;box-shadow:6px 6px 6px 10px rgba(0,0,0,0.2);border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;}#cfacebook .fchat{float:left;width:100%;height:270px;overflow:hidden;display:none;background-color:#fff;}#cfacebook .fchat .fb-page{margin-top:-130px;float:left;}#cfacebook a.chat_fb{float:left;padding:0 15px;width:245px;color:#fff;text-decoration:none;height:30px;line-height:30px;text-shadow:0 1px 0 rgba(0,0,0,0.1);background-repeat:repeat-x;background-size:auto;background-position:0 0;background-color:#c0a753;border:0;border-bottom:1px solid #988237;z-index:9999999;margin-right:12px;font-size:14px;}#cfacebook a.chat_fb:hover{color:yellow;text-decoration:none;}
.pop_up_home {
    padding: 0;
    position: relative;
}
.pop_up_home img {
    width: 100% !important;
    height: 100% !important;
}
.item-separate {
    position: relative;
    height: 14px;
    width: 1px;
    top: 3px;
    background-color: #999999;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}
.mr10 {
    margin-right: 10px !important;
}
.btn-pop-up {
    position: absolute;
    left: 0;
    right: 0;
    top: 16em;
    z-index: 9;
}
#owl-promotions .owl-controls {
	top: 60px;
	left: 30px;
	right: 30px;
}
.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;}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
	    float: none;
	}
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a {
		padding: 0 6px;
		font-size: 13px;
	}
	.khung_pro_sys_home {
		max-width: 450px;
	}
	.nav-bottom li a {
	    padding: 0 5px;
	    font-size: 12px;
	}
	.lien_he_home, .social_footer {
		line-height: 25px;
		font-size: 13px;
	    word-break: break-all;
	}
	.khung_pro_sys_home_chu_thich {
        margin-top: 6em;
    }
}
@media (max-width: 992px){
    .hotline {
        right: 90px;
        top: 62px;
        font-size: 13px;
    }
    #bookingform_container {
        top: 5%;
    }
    .khung_pro_sys_home_chu_thich {
        margin-top: 2em;
    }
    .khung_pro_sys_home_ten {
        font-size: 13px;
    }
	.facilities {
		width: 175px;
    	height: 175px;
    	background-position: bottom 68px center;
	}
	.facilities .ten_facilities {
		bottom: 38px;
	}
	.khung_pro_sys_home {
		max-width: 538px;
	}
	#owl-rooms .owl-prev{
		left: 0px;
	}
	#owl-rooms .owl-next{
		right: 0px;
	}
	.half_page_bg {
		height: 300px;
	}
	.half_page_bg a .ten_half_page_bg {
        margin-top: 120px;
    }
	.nav-tabs-custom-2 li a img {
		display: none;
	}
	.social_footer {
		text-align: left;
	}
	.hoi_nghi {
	    width: 100%;
	}
	.hoi_nghi_bg {
	    width: 220px;
	    height: 220px;
	}
	.social-navbar {
		top: 0;
	}
	.social-navbar .navbar-toggle{
		margin: 5px 15px 6px 0;
	    border: 0;
    	background: #c0a753;
	    position: relative;
	    z-index: 9;
	    border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		height:2px;
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #a08b42;
	}
	.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;
		position: absolute;
	    left: 0;
	    right: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0 !important;
		background: none;
		border:0;
		padding:0 15px;
		text-align: left;
		width: 100%;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		background:#c0a753;
		border-bottom:solid 1px #e2c76a;
		border-top:0;
		display: block;
	}
	.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.logo_menu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.logo_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:#fff;
		border:0;
		padding:0 20px;
		margin-top: 0;
	}
	.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:#fff;
		color:#c0a753;
		border-radius:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border:0;
		background:#fff;
		color:#c0a753;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border:0;
		background:#fff;
		color:#c0a753;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li:hover ul.dropdown-menu {
		display: block !important;
	}
	.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;
	}
	.copyright {
		text-align: center
	}
	.goon {
		text-align: center
	}
    .noidung_tin img {
        max-width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 767px){
    .logo_nhatrang_lap {
        display:none;
}
.logo_nhatrang_mobile {display:block;}
	body{
		font-size: 14px;
		line-height: 18px;
	}
	.social-navbar .navbar-toggle {
		margin-right: 0;
		float: left;
	}
	.lined-heading {
		margin: 15px 0;
	}
	h2.lined-heading span {
		font-size: 18px;
	}
	.social, .khung_pro_sys_home_info{
		display: none;
	}
	.lang {
		right: 15px;
	}
	.hotline {
	    display:none;
	}
	.hotline_mobile {
	    display:block;
		left: 15px;
        top: 15px;
        position: absolute;
	}
	.btn-book-room {
	    top:10px;
	    bottom:0px;
	    height: 39px;
    }
    .khung_pro_sys_home_ten{
        text-align:center !important;
        font-size:12px;
    }
	.btn-booking {
		right: 15px;
        top: 60px;
        padding: 6px 10px;
        font-size: 12px;
	}
	.logo {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 99px;
	}
	.facilities {
		margin-bottom: 20px;
	}
	.hoi_nghi {
		margin-bottom: 30px;
	}
	.hoi_nghi_bg {
	    margin: 0 auto 15px;
	}
	.title_gioi_thieu_home {
		font-size: 20px;
	}
	.khung_pro_sys_home_info {
		position: relative;
		background: none;
		color: #5e5f61;
		padding: 15px 0;
	}
	.half_page_bg a.ten_half_page_bg {
		opacity: 1;
	}
	.owl-page-left {
		margin-bottom: 20px;
	}
	h2.lined-heading:before {
		width: 100%;
		bottom: 10px;
	}
	.nav-tabs-custom-2 li a {
		line-height: 30px;
	}
	.logo_footer img {
	    margin-top: 0;
	}
	#owl-rooms .owl-prev{
		left: -40px;
	}
	#owl-rooms .owl-next{
		right: -40px;
	}
	.half_page_bg {
        height: 200px;
    }
    .half_page_bg a .ten_half_page_bg {
        margin: 60px 0 10px;
        font-size: 17px;
    }
    .half_page_bg a .chuthich_half_page_bg {
        font-size: 15px;
        padding: 0 50px;
    }
    #owl-promotions .owl-item {
        padding: 0;
    }
    #owl-promotions .owl-controls {
        left: 15px;
        right: 15px;
    }
    .wrapper_gioi_thieu_home {
        padding: 40px 20px;
    }
    .btn-pop-up {
        bottom: 20px;
        top: inherit;
    }
    .ctrlq.fb-button {
        width: 30px !important;
        height: 30px !important;
    }
    .bubble {
        width: 15px !important;
        height: 15px !important;
        font-size: 10px;
        line-height: 15px;
    }
    
    .nav-top > li > a.active {
        display: none !important;
    }
}