/*!
 * Product:        Social - Premium Responsive Admin Template
 * Version:        2.1.2
 * Copyright:      2014 cesarlab.com
 * License:        http://themeforest.net/licenses
 * Live Preview:   http://go.cesarlab.com/SocialAdminTemplate2
 * Purchase:       http://go.cesarlab.com/PurchaseSocial2
 * Based on Bootstrap v3 (Copyright 2013 Twitter, Inc) by @mdo and @fat.
 */
@font-face {
 font-family: font1;
 src: url("MavenPro-Medium.eot") /* EOT file for IE */
}
@font-face {
 font-family: font1;
 src: url("MavenPro-Medium.ttf") /* TTF file for CSS3 browsers */
}
body {
  background:#fff;
  color: #3c3c3c;
  font-family:arial;
}
a {
  color: #3d3d3d;
  -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: #4b1900;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height:118px;
	position: absolute;
	left: 0;
	right:0;
	z-index: 1;
}
.navbar-collapse{
}
.social-navbar.navbar .navbar-nav {
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:2px;
	height:39px;
	background:url(/images/dot_menu.jpg) no-repeat;
}
.social-navbar.navbar .navbar-nav > li > a {
	line-height:88px;
	height:88px;
	text-transform:uppercase;
	padding:0 15px;
	position:relative;
	display:block;
	border-bottom: solid 2px transparent;
	font-size:14px;
}
.social-navbar.navbar .navbar-nav > li > a > span {
	position:relative;
    z-index:2;
    color: #343434;
	
	font-family:font1;
	font-weight: bold;
}
/*.social-navbar.navbar .navbar-nav > li > a:after {
    content: "";
    position:absolute;
    top:0; left:0;
    width:100%; height:0;
    background:#76ae1d;
    z-index:1;
    transition: height 0.3s;
}*/
.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{
	color:#fff;
	background:#deb71c;

	//border-bottom: solid 2px #fff;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	position:relative;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.scale{
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.scale-up {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	color:#c3c3c3;
	padding:14px 0 12px 0;
	background:#565656;
	font-size:13px;
	text-align:left;
	line-height:20px;
	border-top: solid 1px #474747;
}
.goon{
	text-align:right;
}
.goon a{
	color:#c3c3c3;
}
.owl-prev{
	width:22px;
	height:35px;
	background:url(/images/prev.png) no-repeat center;
	left:0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0;
}
.owl-next{
	width:22px;
	height:35px;
	background:url(/images/next.png) no-repeat center;
	right:0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0;
}
#owl-standard .owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;

}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
/* 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;
}
.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;
}
/* 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
 */
/*--------------------*/
.lined-heading{
	position: relative;
	text-align: left;
	display: block;
	text-transform:uppercase;
	margin:40px 0 30px;
	color:#4b1900;
	font-family:font1;
	font-size:25px;
}
h2.lined-heading span {
	padding: 0px 20px;
    background: #FFF;
    font-family: font1;
    font-size: 24px;
    color: #deb71c;
}
}
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;
	padding: 0;
	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{
	
	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;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:underline;
}
.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;
}
.xemthem_cms{
	text-align:right;
	
	text-transform:uppercase
}
.ten_tin{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{
	font-size:13px;
}
.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: 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: #deb71c;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #deb71c;
	font-size: 14px;
	padding:7px 20px;
}
.btn-lienhe:hover {
	background: #8e8c88;
	color: #fff;
	border: solid 1px #8e8c88;
}
.btn {
	padding:3px 22px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.btn:hover, .btn:focus {
    color: #d8bb3a;
    text-decoration: none;
}
.btn > span {
	position: relative;
	z-index: 2;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #303030;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.mt150{
	padding-top:120px !important;
}
.owl-controls{
	top:40%;
	position:absolute;
	left:10px;
	right:10px;
}
.khung_cms_home{
	width:100%;
	height:112px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d6d6d6;
}
.img_cms_home{
	width: 124px;
	height: 92px;
	float: left;
	margin-right: 15px;
	position: relative;
}
.img_cms_home img{
	width: 124px;
	height: 92px;
}
.line_cms_home{
	position: absolute;
	left: 4px;
	right:4px;
	top:4px;
	bottom: 4px;
	border: solid 1px rgba(255,255,255,0.5);
}
.ten_cms_home{
	font-weight:bold;
	text-align:justify;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom:5px;
}
.chu_thich_cms_home{
	height: 72px;
	overflow: hidden;
}
.title_bk {
    background: #deb71c;
    color: #fff;
    font-family: font1;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 7px 0;
    text-indent: 20px;
}
.book_cms_home2{
	background:#deb71c;
	color:#fff;
	padding:5px 15px;
	text-transform:uppercase;
	border:0;
}
.book_cms_home2:hover{
	background:#343434;
	color:#fff;
}
/*--------------------
 *  More
 */
.khung_hotline{
	color: #fff;
	background: 10px solid red;
}
.hotline,.lang,.email{
	top:0;
	color: #fff;
}
.hotline{
	position:absolute;
	right:390px;
	padding-left: 15px;
}
.lang{
	position:absolute;
	right:15px;
}
.email{
	border-left: solid 1px #aeaeae;
	position:absolute;
	right:100px;
	padding-left: 15px;
}
.logo{
	position: absolute;
    left: 0;
    top: 9px;
    z-index: 2;
}
.booking{
	position: absolute;
	right: 0px;
	top:52px;
	padding: 10px 15px;
	color: #343434;
	border: 1px solid #deb71c;
	text-transform: uppercase;
	font-family: font1;
	font-weight: bold;
}
.booking:hover{
	color: #FFF;
	background:  #deb71c;
}
.booking_btn_room{
	float:right;
	padding:6px 20px;
	background:#deb71c;
	color:#fff;
	text-transform:uppercase;
	font-family:font1;
	font-size:15px;
	border:0;
}
.booking_btn_room:hover{
	background:#95928e;
	color:#fff;
}
.main{
}
.khung_booking{
	position: relative;
	margin-top: -40px;
	z-index: 9;
}
.form_booking{
	background:url(/images/bg_bk.png) bottom repeat-x, #FFF;
	height: 80px;
	position: relative;
	padding-top: 22px;
}

.form_booking .form-control{
	background:#fff;
	border:solid 1px #cfcdcd;
	color:#434343;
	margin-bottom: 10px;
}
.form_booking input.lich{
	background: url(/images/lich.png) no-repeat center right 10px;
	background-color:#fff;
}
.form_booking button.btn{
	text-transform:uppercase;
	border:0;
	padding:4px 20px 4px 20px;
	width:100%;
	text-align:center;
	color:#434343;
	font-family:font1;
	border-radius:0;
	background: url(/images/bg_datphong.png) repeat-x top;
	height: 32px;
}
.form_booking button.btn:hover{
	color: #FFF;
}

.section_gt_home{
	padding-bottom: 30px;
}
.title_gt_home{
	margin:40px 0 20px 0;
	text-align: center;
	position: relative;
}
.title_gt_home span{
	padding: 0px 20px;
	background: #FFF;
	font-family:font1;
	font-size:24px;
	color: #deb71c;
}
.title_gt_home::after{
	content: "";
    border-bottom: 1px solid #cecece;
    display: block;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 24px
}
.gt_home{
	line-height:22px;
	text-align: justify;
	font-size: 15px;
	color: #434343;
}
.gt_home ul{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.gt_home ul li{
	list-style: none;
	display: inline-block;
	padding: 0 70px 0 35px;
	background: url(/images/tick.png) no-repeat left;
	line-height: 25px;
	font-size: 18px;
}
.section_room{
	background-size: cover;
	padding: 20px 0;
}
.room1,.room2,.room3,.room4{
	width: 49%;
	float: left;
	margin-right: 1%;
}
article.c-two2{ 
	width:100%;
	position:relative;
	margin:0 auto 13px auto;
	transition: all 0.2s ease-in;
	height: 280px;
	margin-bottom: 10px;
}
article.c-two2 img.img-c-two2{ 
	width:100%;
	height: 280px;
}
article.c-two2:hover .ten2-c-two2{
	opacity: 1;
}
.section_room .ten2-c-two2{
	position: absolute;
	z-index: 1;
	left:0px;
	bottom: 0px;
	width: 96%;
	height: 61px;
}
.section_room .ten2-c-two2 h5{ 
	text-transform: uppercase;
	color: #deb71c;
	font-family: font1;
	font-size: 18px;
	padding: 7px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 20px;
	border-bottom: 1px solid #615d57;
	top: 0px;
	margin-top: 0px;
}
.section_room .ten2-c-two2 p{
	color: #FFF;
	font-size: 14px;
	padding: 8px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 10px;
	margin-top: -10px;
}
article.c-two2 .line-c-two2{
	position: absolute;
	left: 9px;
	right:9px;
	top:9px;
	bottom: 9px;
	border: solid 1px rgba(255,255,255,0.5);
}
.fdw-background2{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	opacity:0;
	width:100%;
	text-align:center; 
	display:block;
	padding:30px 30px 0;
	line-height:25px;
	color:#fff;
}
.fdw-background2 .ten-c-two2{
	text-transform:uppercase;
	font-size:19px;
	font-family:font1;
	margin-bottom:5px;
	line-height:35px;
	color: #deb71c;
	text-align: center;
}
.fdw-background2 .gia-c-two2{
	font-family:font1;
	font-size: 18px;
	line-height:30px;
	text-align: center;
	position: absolute;
	top: 0;
	display: block;
	opacity: 1;
	z-index: 9999;
	height: 60px;
	padding: 0 15px;
	background: #deb71c;
}
.room1 .gia-c-two2,.room2 .gia-c-two2,.room3 .gia-c-two2,.room4 .gia-c-two2
{
	font-family:font1;
	font-size: 18px;
	line-height:30px;
	position: absolute;
	text-align: center;
	z-index: 2;
	height: 61px;
	padding: 0 15px;
	background:#deb71c;
	right: 0;
	bottom: 0;
	color: #FFF;
	text-transform: uppercase;
}
.room1 .gia-c-two2::before,.room2 .gia-c-two2::before,
.room3 .gia-c-two2::before,.room4 .gia-c-two2::before
{
	content:url("/images/bg_giaphong.png") ;
	position: absolute;
	left: -18px;
}

.fdw-background2 span{
	color: #989898;
	font-size: 14px;
}
.khung_promotion{
	width:100%;
	max-width: 514px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ededed;
	padding-bottom: 20px;
}
.img_promotion{
	width: 100%;
	max-width: 514px;
}
.img_promotion img{
	width: 100%;
	max-width: 514px;
}
.ten_promotion{
	font-weight:bold;
	text-align:justify;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin:20px 0 10px;
	padding: 0 35px;
	text-transform: uppercase;
	font-size: 15px;
}
.chu_thich_promotion{
	height: 53px;
	padding: 0 35px;
	overflow: hidden;
}
.section_lien_he_home{
	background: #ececec;
	color:#aeaeae;
	margin-top: 30px;
	padding:30px 0;
	overflow: auto;
}
.section_lien_he_home .container{
	background: #fff;
}

.title_lien_he_home{
	color:#deb71c;
	font-size:20px;
	font-family:font1;
	margin:20px 0px -20px;
	text-transform:uppercase;
}
.lien_he_home{
	margin-top:20px;
	line-height:26px;
	font-size: 14px;
	padding: 0;
	color: #3c3c3c;
	padding: 15px;
	text-align: justify;
}
.lien_he_home form{
	margin-top: 37px;
}
#div_id{
	height: 280px;
}
.img_gal{
	float: left;
	margin: 0 10px 0 0;
}
.img_gal img{
	width: 100%;
	height: 88px;
}
#owl-gallery .owl-prev{
	width:17px;
	height:17px;
	background:url(/images/prev2.png) no-repeat center;
	top:0;
	right:22px;
	left: inherit;
}
#owl-gallery .owl-next{
	width:17px;
	height:17px;
	background:url(/images/next2.png) no-repeat center;
	top:0;
	right:0;
}
#owl-gallery .owl-controls{
	top:-50px;
	position:absolute;
	right:0;
}
#owl-room_system .owl-item {
    padding:0 3px;
}
#owl-room_system .owl-item a {
    display: block;
    width: 100%;
    position: relative;
}
.img-c-two2 {
    width: 100%;
}
.form_booking > [class*='col-'] {
    padding: 0 5px;
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding:0 6px;
	}
	.gt_home ul li{
		padding: 0 35px 0 35px;
		font-size: 16px;
	}
	.copyright{
		font-size: 12px;
	}
}
@media (max-width: 992px){
	.hotline{
		right: 325px;
	}
	.email{
		right: 80px;
		top:0px;
		border: 0;
	}
	.lang{
		top:0px;
		border: 0;
	}
	.img-home {
	    margin-bottom: 15px;
	}
	.social-navbar{
		height:80px;
	}
	.form_booking .form-control{
		margin-bottom: 5px;
	}
	h2.lined-heading,.title_gt_home{
		font-size: 22px;
	}
	.gt_home{
		font-size: 13px;
		line-height: 20px;
	}
	.gt_home ul li {
	    padding: 0 15px 0 30px;
	    font-size: 14px;
	}
	article.c-two2 .ten2-c-two2{
		padding: 5px 15px;
		font-size: 14px;
	}
	.fdw-background2{
		padding: 15px 10px 0;
    	line-height: 25px;
	}
	.fdw-background2 .ten-c-two2 {
	    font-size: 15px;
	    line-height: 30px;
	}
	.fdw-background2 .gia-c-two2 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.fdw-background2 span {
	    font-size: 12px;
	}
	.form_booking button.btn{
		font-size: 13px;
	}
	.form_booking .form-control{
		font-size: 14px;
	}
	.booking{
		top:38px;
	}
	.social-navbar .navbar-toggle{
		margin: 40px 116px 6px 0;
	    border: solid 1px #deb71c;
	    background: #deb71c;
	    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: #95928e;
		border: 1px solid #95928e;
	}
	.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:0;
	}
	.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.right_menu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.right_menu{
		margin:0;
	}
	.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;
	}
	.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:#deb71c;
		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:#deb71c;
		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:#deb71c;
		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{
		text-align:center;
		color:#c3c3c3;
	}
	.goon{
		text-align:center
	}
}
@media (max-width: 767px){
	.dia_chi,.khung_booking,.email,.hotline{
		display:none;
	}
	.section_room .ten2-c-two2 {
	    position: relative;
	}
	.img-home img{
	    width: 100% !important;
	    height: auto !important;
	}
	.mt150{
		padding-top: 0 !important;
	}
	.lang{
		top:5px;
		right:16px;
	}
	.logo{
		top:5px;
	}
	.logo img{
		width: 80%;
	}
	.room1,.room2,.room3,.room4{
		width: 100%;
	}
	.section_room{
		padding: 20px 0;
	}
	.social-navbar {
	    position: inherit;
	}
	.booking {
	    right: 0px;
	    top: 39px;
	    z-index: 9;
	    border: 1px solid #deb71c;
	}
	.title_gt_home {
	    font-size: 18px;
		margin: 20px 0 20px 0;
	}
	h2.lined-heading,.title_lien_he_home{
		font-size: 18px;
	}
	.lien_he_home{
		font-size: 13px;
		padding: 0;
	}
	.gt_home ul{
		text-align: left;
	}
	.gt_home ul li{
		text-align: left;
		margin-bottom: 10px;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
	}
}
@media (max-width: 400px){
	.logo{
		width: 40%;
	}
}
.btn_feedback{
	background: #deb71c;
	color: #FFF;
	margin:0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size:15px;
	border: 1px solid #deb71c;
}
.btn_feedback::before{
	content: url(/images/icon_send.png);
	text-align: center;
}
textarea .form_control{
	height: 40px;
}

.follow{
	margin-top:20px;
	padding-left: 15px;
}
.introduction{
	color: #3c3c3c;
	font-size: 14px;
	text-align: justify;
}
.introduction h3{
	color: #deb71c;
	font-size: 22px;
	text-transform: uppercase;
	text-align: left;
}
.introduction p{
	color:#3c3c3c;
	text-align: justify;
}
.gia-c-two2{
	color: #FFF;
	font-family:font1;
	font-size: 18px;
	line-height:30px;
	text-align: center;
	z-index: 2;
	height: 61px;
	padding: 0 15px;
	background: #deb71c;
	position: absolute;
	bottom: 0;
	right: 0;
}
.gia-c-two2::before
{
	content:url("/images/bg_giaphong.png") ;
	position: absolute;
	left: -18px;
}
.section_room .owl-wrapper-outer a:hover .fdw-background2{
	opacity: 1;
}