@font-face {
    font-family: 'Sacred Bridge Demo';
    src: url('/css/fonts/SacredBridgeDemo.eot');
    src: url('/css/fonts/SacredBridgeDemo.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/SacredBridgeDemo.woff2') format('woff2'),
        url('/css/fonts/SacredBridgeDemo.woff') format('woff'),
        url('/css/fonts/SacredBridgeDemo.ttf') format('truetype'),
        url('/css/fonts/SacredBridgeDemo.svg#SacredBridgeDemo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*, html {
    scroll-behavior: smooth !important;
}
body {
  color: #3e3e3e;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:15px;
  margin: 0;
  padding: 0;
}
a {
  color: #3e3e3e;
  -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: #466B65;
  text-decoration: none;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	min-height: 100px;
	height: 100px;
	background: #4e4e4e;
	border: 0;
	position: relative;
	border-radius: 0;
	z-index: 99;
}
.navbar-fixed-top {
	position: fixed;
	top: 0;
}
.navbar-collapse{
  background: #466B65;
  height: 50px;
  float: right;
  margin-right: 140px !important;
  position: relative;
  padding: 0 10px !important;
}
.social-navbar.navbar .navbar-nav {
	text-align: center;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
	display: inline-block;
}
.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: #fff;
	font-size:14px;
	line-height: 50px;
	height: 50px;
	text-transform:uppercase;
	padding:0 11px;
	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:#4e4e4e;
	background: none;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	display: block;
	background: #466B65;
	padding: 0;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
	padding: 8px 20px;
	color: #fff;
}
.social-navbar .dropdown-menu > li > a:hover {
	background: #fff;
	color: #353535;
}
/* 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{
	color: #fff;
	font-size: 14px;
  background: #3e3e3e;
}
.goon{
	text-align:right;
}
.goon a,.copyright a{
	color:#fff;
}
.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.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.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;
}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.title_bk {
  background: #466B65;
  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{
	margin: 0 0 50px;
}
.lined-heading{
	position: relative;
	text-align: center;
	display: block;
	margin: 50px 0 40px;
}
h2.lined-heading span {
}
h2.lined-heading:before{
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
}
h2.lined-heading span{
	position: relative;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
	font-size: 36px;
	color: #3e3e3e;
  font-weight: 700;
}
.khung_cms{
	margin-bottom:20px;
  max-width: 258px;
  margin: 0 auto;
}
.img_cms {
  background: #000;
}
.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{
  margin-top: 20px;
}
.ten_cms{
	text-transform:uppercase;
  margin-bottom: 5px;
	text-align:justify;
}
.xemthem_cms a{
	display:block;
	font-weight:bold;
	color: #333;
}
.xemthem_cms a:hover{
	color: #d7b85f;
}
.chuthich_cms{
	text-align:justify;
}
.chuthich_cms p{
	height: 66px;
	overflow:hidden;
}
.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{
}
.b a:hover,.b a.active{
	font-weight:bold;
	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: #0c7b00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #109701;
	font-size: 14px;
	padding:5px 20px;
}
.btn-lienhe:hover {
	background:#109701;
	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%;
	display: table;
	position: relative;
	margin-bottom: 30px;
}
.img_cms_home{
	float: left;
}
.img_cms_home img {
}
.info_cms_home {
	float: left;
	width: calc(100% - 285px);
	background: #fff;
	padding: 40px 30px 0;
	height: 285px;
}
.ten_cms_home{
	margin-bottom: 5px;
}
.ten_cms_home a {
	font-family: 'SegoeUI-Bold';
	text-transform: uppercase;
}
.ten_cms_home a:hover {
}
.chu_thich_cms_home {
}
.text-overflow {
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chu_thich_cms_home{
	margin-bottom: 5px;
	font-size: 14px;
}
.xemthem_cms_home{
	margin-top: 15px;
	background: none;
}
.xemthem_cms_home:hover {
	background: #3d8f0b;
	color: #fff
}
.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:Arial, Helvetica, sans-serif;
	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;
}
.bg-logo {
  position: absolute;
  z-index: -2;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
}
.bg-logo-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #4e4e4e;
}
.khung_top {
	position: relative;
	height: 50px;
	color: #fff;
}
.logo{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.title_tos {
    font-family: 'Sacred Bridge Demo';
    font-size: 36px;
    color: #DA9E2B;
}
.title_tos a {
    color: #466B65;
}
.title_nhos {
    color: #282828;
    font-size: 21px;
}
.lang{
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 10;
}
.info {
  position: absolute;
	left: 29%;
	top: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
.email {
	padding: 0 25px;
  background: url('/images/mail.png') no-repeat left center;
}
.hotline {
	padding: 0 25px;
  background: url('/images/phone.png') no-repeat left center;
}
.bg-navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-right: 20px solid transparent;
  border-top: 20px solid #4e4e4e;
}
.btn-booking {
  background: white;
	position: absolute;
	right: 0;
	top: 50px;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.btn-booking > button {
  background: none;
  border: 0;
  width: 140px;
  height: 50px;
	text-transform: uppercase;
  color: #466B65;
}
.btn-booking .dropdown-menu {
  background-color: rgb(255 255 255 / 80%);
  left: inherit;
  right: 0;
  padding: 25px 25px 15px;
  width: 230px;
  margin-top: -1px;
  border-radius: 0;
}
.bg-btn-booking {
  position: absolute;
  right: 120px;
  top: 50px;
  width: 0px;
  height: 0px;
  border-right: 20px solid transparent;
  border-top: 20px solid #466B65;
  z-index: 1;
}
.main{
  margin-top: 100px;
}
.section_gioi_thieu {
	padding: 70px 0;
}
.img_gioi_thieu_home {
  width: 100%;
}
.title_gioi_thieu_home_2 {
	color: white;
	font-size: 20px;
  font-weight: 700;
}
.title_gioi_thieu_home {
	font-size: 36px;
	margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.gioi_thieu_home {
	line-height: 25px;
	margin: 30px 0;
	text-align: justify;
}
.facilities {
  display: flex;
}
.faci {
  width: 135px;
  margin-right: 40px;
  background: #f6f6f6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 130px;
  margin-top: 20px;
}
.faci .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
}
.faci .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #466B65;
  text-align: center;
}
.faci-bg {
  background: #466B65;
}
.faci-bg .title {
  color: #fff;
}
.section_room {
	background: #f6f6f6;
	padding: 60px 0;
}
.nav-tabs{
	border:0;
	margin-top: 30px;
}
.nav-tabs li{
	padding:0;
	float: none;
	margin-bottom: 15px;
}
.nav-tabs li a{
	background: url('/images/list.jpg') no-repeat left center;
	font-size: 16px;
	padding: 0 0 0 35px;
	border: 0;
	text-transform: uppercase;
  color: #a4a4a4;
}
.nav-tabs li a:hover,.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{
	background: url('/images/list_active.jpg') no-repeat left center;
	color:#3e3e3e;
	border: 0;
  font-size: 24px;
}
.khung_pro_sys_home{
	width:100%;
	margin:0 auto;
	position: relative;
}
.khung_pro_sys_home_img{
	width:100%;
	overflow: hidden;
}
.khung_pro_sys_home_img >a >img{
	width:100%;
	-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{
	color: #fff;
  display: flex;
  position: relative;
}
.khung_pro_sys_home_chu_thich{
  height: 60px;
  display: flex;
  align-items: center;
  background: #404040;
  flex-grow: 1;
  padding-left: 20px;
}
.khung_pro_sys_home_chu_thich strong {
  font-size: 24px;
  color: #466B65;
}
.khung_pro_sys_home_book {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: #466B65;
  text-transform: uppercase;
  padding: 0 20px;
}
.khung_pro_sys_home_book a {
  color: #fff;
}
.khung_pro_sys_home_ten {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
}
.container-fluid {
  padding: 0;
}
.page-content {
  display: flex;
}
.page-small {
  width: 45%;
}
.page-bigger {
  flex: 1;
}
.section_room .page-small {
  padding-left: 20%;
  padding-right: 80px;
}
.section_kitchen {
  padding: 45px 0;
}
.section_kitchen .page-small {
  padding-right: 50px;
  padding-left: 40px;
}
.section_kitchen .khung_pro_sys_home_img {
  max-width: 820px;
}
.kitchen-content {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.kitchen-content .kitchen {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.kitchen-content .kitchen .img {
  width: 33px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
}
.kitchen-content .kitchen .title {
  text-transform: uppercase;
  font-size: 16px;
}
.section_dat_ngay {
  min-height: 391px;
  background: url('/images/bg_book.jpg') no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.dat_ngay_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dat_ngay_content .title_gioi_thieu_home {
  color: #fff;
}
.dat_ngay_content .title_gioi_thieu_home_2 {
  font-size: 30px;
  font-weight: normal;
}
.price_g {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 21px;
}
.dat_ngay_content .dat_ngay {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  line-height: 25px;
  margin: 30px 0 40px;
  text-align: center;
  width: 50%;
}
.btn-home {
  width: 238px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url('/images/bg_btn.png') no-repeat center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.btn-home:hover {
  color: #fff;
}
.section-gallery {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.gallery-item {
  width: 25%;
  position: relative;
  float: left;
  box-sizing: border-box;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-item a.as {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fig figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.fig figcaption::before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.fig figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.fig figcaption::before,
.fig figcaption::after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.fig:hover figcaption {
  opacity: 0.5;
}
.fig:hover figcaption::before,
.fig:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fig:hover figcaption::after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.section_lien_he_home {
  background: #3e3e3e;
  color: #fff;
}
.section_lien_he_home .page-bigger {
  padding: 50px 0;
}
.section_lien_he_home .page-small {
  background: #4e4e4e;
  padding: 50px 40px;
  width: 40%
}
.title_lien_he_home {
  font-size: 24px;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lien_he_home {
  display: flex;
}
.lien_he_home .lh-left {
  flex-grow: 1;
}
.lien_he_home .lh-right {
  width: 200px;
  margin-top: 13px;
}
.lh-content .lh {
  display: flex;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 55px;
  margin-bottom: 15px;
  min-height: 44px;
}
.lh-content .lh.lh-1 {
  background-image: url('/images/foot1.png');
}
.lh-content .lh.lh-2 {
  background-image: url('/images/foot2.png');
}
.lh-content .lh.lh-3 {
  background-image: url('/images/foot3.png');
}
.menu_bottom {
	padding: 0;
	margin: 0;
}
.menu_bottom li {
	list-style: none;
	margin-bottom: 7px;
}
.menu_bottom li a {
	color: #fff;
}
.menu_bottom li a:hover {
	color: #466B65;
}
.social {
  margin-top: 15px;
}
.feedback-content .title {
  text-transform: uppercase;
  font-size: 24px;
}
.feedback-content .content {
  font-style: italic;
  margin: 15px 0 30px;
}
.form_dang_ki label {
  color: #b3b3b3;
  font-weight: normal;
}
.form_dang_ki .form-control {
  border: solid 1px #63625f;
  background: transparent;
}
.form-control {
  border-radius: 0;
}
.btn-submit {
  border: 0;
  border-radius: 0;
  background: #466B65;
  text-transform: uppercase;
  color: #fff;
}
.btn-submit:hover {
  background: #be8922;
  color: #fff;
}
.map_home {
  margin-top: 30px;
  padding-right: 50px;
}
.copyright .page-small {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
.page-small .title_gioi_thieu_home_2 {
    color: #466b65;
}
.faci-bg img {
    filter: brightness(0) invert(1);
}
.copyright .page-bigger {
  background: #466B65;
}
.copyright-content {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}
.copyright-content .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-top: 20px solid #3e3e3e;
}
.noidung_tin img {
  max-width: 100% !important;
  height: auto !important;
}
#owl-standard {
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1170px;
  }
  .page-small {
    width: 30%;
  }
  .section_room .page-small {
    padding-left: 0;
    padding-right: 40px;
  }
  .section_kitchen .page-small {
    padding-right: 0;
    width: 35%;
  }
  .kitchen-content {
    margin-top: 20px;
  }
  .copyright-content {
    padding-left: 20px;
  }
}
@media (max-width: 1400px) {
  .page-small {
    width: 38%;
  }
  .section_room .page-small {
    padding-left: 7%;
  }
  .section_lien_he_home .page-small,
  .copyright .page-small {
    padding-right: 8%;
  }
  .section_lien_he_home .page-bigger,
  .copyright .page-bigger {
    padding-left: 8%;
  }
}
@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){
  .navbar .container {
    width: 100%;
  }
  .info {
    left: 32%;
  }
  .faci {
    margin-right: 25px;
  }
  .page-small {
    width: 35%;
  }
  .title_gioi_thieu_home {
    font-size: 30px;
  }
  .title_gioi_thieu_home_2 {
    font-size: 17px;
  }
  .section_room .page-small {
    padding-right: 40px;
  }
  .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    font-size: 20px;
  }
  .dat_ngay_content .dat_ngay {
    width: 70%;
  }
	.social-navbar.navbar .navbar-nav > li > a {
		padding: 0 8px;
	}
	h2.lined-heading span {
		font-size: 27px;
	}
}
@media (max-width: 992px){
  .info {
    left: 40%;
  }
  .btn-booking {
    margin-right: 60px;
  }
  .bg-btn-booking {
    display: none;
  }
  .section_gioi_thieu {
    padding: 40px 0;
  }
  .gioi_thieu_home {
    line-height: 20px;
    margin: 15px 0;
  }
  .facilities {
    justify-content: space-between;
  }
  .faci {
    margin-right: 0;
  }
  .title_gioi_thieu_home {
    font-size: 25px;
  }
  .nav-tabs li a {
    font-size: 14px;
  }
  .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    font-size: 16px;
  }
  .page-content {
    flex-direction: column;
  }
  .page-small,
  .section_lien_he_home .page-small {
    width: 100%;
  }
  .nav-tabs {
    display: flex;
  }
  .nav-tabs li {
    margin-right: 30px;
  }
  .nav-tabs li a {
    padding-left: 15px;
  }
  .section_room {
    padding: 40px 0 0;
  }
  .section_kitchen {
    padding-bottom: 0;
  }
  .section_kitchen .page-content {
    flex-direction: column-reverse;
  }
  .kitchen-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .kitchen-content .kitchen {
    margin-right: 20px;
  }
  .kitchen-content .kitchen .img {
    margin-right: 10px;
  }
  .kitchen-content .kitchen .title {
    font-size: 14px;
  }
  .title_gioi_thieu_home, .title_gioi_thieu_home_2 {
    text-align: center;
  }
  .dat_ngay_content .dat_ngay {
    width: 100%;
  }
  .gallery-item {
    height: 180px;
  }
  .section_room .page-small,
  .section_lien_he_home .page-small .feedback-content,
  .section_lien_he_home .page-bigger {
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
    margin: 0 auto;
  }
  .section_lien_he_home .page-bigger {
    padding: 40px 0;
  }
  .section_kitchen .page-small {
    padding: 0 40px;
  }
  .copyright .page-content {
    flex-direction: row;
  }
	.social-navbar .navbar-toggle{
		margin: 6px 0 7px 0;
    border: 0;
  	background: #466B65;
    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: #ad7c1f;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
		margin:0;
		background:none;
		padding:0 !important;
	}
  	.social-navbar .navbar-collapse.in {
      	overflow-y: inherit;
  	}
	.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:#fff;
		border:0;
		padding:0;
		text-align: left;
		width: 100%;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border-bottom:solid 1px #cfcfcf;
		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:#333;
		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:#466B65;
		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:#466B65;
		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:#466B65;
		color:#fff;
	}
	.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
	}
  body{
		font-size: 14px;
	}
}
@media (max-width: 767px){
    .khung_pro_sys_home_chu_thich {
        display: none !important;
    }
    .right_book button {
            padding: 10px 20px !important;
        }
    .price_g {
            position: relative;
            left: 0;
            bottom: 0;
            font-size: 21px;
            background: #404040b3;
            text-align: center;
            padding: 5px;
        }
	body{
		font-size: 13px;
	}
	.social-navbar .navbar-toggle {
		margin-right: 15px;
	}
	.lined-heading {
		margin: 15px 0;
	}
	h2.lined-heading span {
		font-size: 18px;
	}
  .social-navbar {
    background: #fff;
    box-shadow: 0 1px 5px #bfbfbf;
  }
  .hotline, .email, .btn-booking{
		display: none;
	}
  .section_gioi_thieu {
    padding: 20px 0;
  }
  .title_gioi_thieu_home {
    margin-bottom: 5px;
  }
  .faci {
    margin-right: 10px;
  }
  .section_room .page-small, .section_lien_he_home .page-small .feedback-content, .section_lien_he_home .page-bigger {
    width: 100%;
  }
  .khung_pro_sys_home_info {
    flex-direction: column;
  }
  .khung_pro_sys_home_book {
    height: 50px;
  }
  .khung_pro_sys_home_chu_thich strong {
    font-size: 20px;
  }
  .section_kitchen {
    padding-top: 25px;
  }
  .kitchen-content {
    flex-wrap: wrap;
  }
  .dat_ngay_content .title_gioi_thieu_home_2 {
    font-size: 20px;
  }
  .gallery-item {
    width: 50%;
    height: 150px;
  }
  .section_lien_he_home .page-bigger {
    padding: 30px 15px;
  }
  .title_lien_he_home {
    font-size: 17px;
    text-align: center;
  }
  .lien_he_home {
    flex-direction: column;
  }
  .lien_he_home .lh-right {
    width: 100%;
  }
  .menu_bottom {
    display: flex;
    justify-content: space-around;
  }
  .social {
    text-align: center;
  }
  .map_home {
    padding-right: 0;
  }
  .section_lien_he_home .page-content {
    flex-direction: column-reverse;
  }
  .section_lien_he_home .page-small {
    padding: 30px 0;
  }
  .copyright .page-content {
    flex-direction: column;
  }
  .copyright .page-small {
    width: 100%;
    justify-content: center;
  }
  .copyright .page-bigger {
    padding: 0 15px;
    text-align: center;
  }
  .copyright-content .triangle {
    display: none;
  }
  .section_kitchen .page-small {
    padding: 0 15px;
  }
  .chuthich_cms p {
    height: 72px;
  }
}


.boxtrong {
    position: relative;
    padding: 10px;
}
.khung_pro_sys_home_book button {
    border: 0;
    background: none;
    font-size: 21px;
    text-transform: uppercase;
}
.right_book button {
    border: 0;
    background: #446862;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
}

.right_book {
    width: 40%;
    float: left;
    text-align: right;
}
.left_price {
    float: left;
    width: 60%;
    font-weight: bold;
    color: #466b65;
    font-size: 24px;
}
.priceandbook {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.title_room2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
}
