body {
  color: #3c3c3c;
  background:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  line-height: 22px;
}
a {
  color: #3c3c3c;
  -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: #00923f;
}
/*--------------------
 *  Navbar
 */
.booking_menu{
	position: absolute;
    left: 108px;
    top: 16px;
    z-index: 10;
    padding: 4px 6px;
    background-color: #00a85a;
    z-index: 9999;
}
.booking_menu a{
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #FFF;
    background:url(/images/booking_menu.png) center left 10px no-repeat, #00a85a;
    padding: 3px 16px 3px 45px;
    border: 1px solid #5ec897;
}
.booking_menu a:hover{
	color: #cb3e99;
}
.social-navbar {
	height:86px;
	background:url(/images/bg_menu.png) top center repeat-x;
}
.navbar-collapse{
}
.social-navbar.navbar .navbar-nav {
    text-align: center;
    float: right;
    margin-top: -86px;
    margin-right: 74px;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0;
	float: none;
	display: inline-block;
}
.social-navbar .dropdown-menu > li > a:before{
	display: none;
	content: "";
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height:83px;
	background:url(/images/dot_menu.png) no-repeat center;
}
.social-navbar.navbar .navbar-nav > li.middle_menu{
	padding: 0;
	width:200px;
	border: 0;
	height: 44px;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #303030;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	display:block;
	padding: 20px 9px;
	height: 52px;
}
.social-navbar.navbar .navbar-nav > li > a > span {
	position: relative;
    z-index: 2;
    font-size: 14px;
    color: #2a2a2a;
}
.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:#00a85a;;
	background:#e3e3e3;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
}
.social-navbar .dropdown-menu > li > a:hover{
	background: rgba(39,151,205,0.3);
}
/* 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;
}
.khung_booking{
	width: 100%;
 	background:rgba(41,44,44,0.8);
 	padding: 10px 15px 24px;
 	margin-top: -10px;
 	position: relative;
 	z-index: 99;
}
.khung_booking_text{
	color: #d3d3d3;
	line-height: 3px;
}
.form_booking input, .form_booking select{
	height: 30px;
    margin-top: 10px;
    background-color: transparent;
    color: #dbdbdb;
}
.copyright{
	color:#f8f3eb;
	font-size:13px;
	background: #00923f;
	text-align: left;
	padding: 10px 0;
}
.goon{
	text-align:right;
}
.goon a,.copyright a{
	color:#f8f3eb;
}
.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{
    background: url(/images/prev.png) no-repeat center,transparent;
    left: 0px;
    margin: 0 !important;
    padding: 5px !important;
    border: 1px solid #d9d8d8 !important;
    border-radius: 50% !important;
    top: 0px !important;
    width: 30px !important;
    height: 30px !important;
}
.owl-next{
	background: url(/images/next.png) no-repeat center,transparent;
    right: 0px;
    margin: 0 !important;
    padding: 5px !important;
    border: 1px solid #d9d8d8 !important;
    border-radius: 50% !important;
    top: 0px !important;
    width: 30px !important;
    height: 30px !important;
}

.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.title_bk {
    background: #00a85a;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 17px;
    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: left;
	display: block;
	text-transform:uppercase;
	margin:40px 0 30px 0;
	font-size:28px;
	color: #00923f;
	font-weight: bold;
}
h2.lined-heading span {
	padding: 0px;
}
h2.lined-heading {
	text-align: center;
}
h2.lined-heading span{
	position: relative;
	z-index: 2;
	display: inline-block;
	text-align: center;
}
.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;
	box-shadow: 0 0 5px #999;
}
.ten_cms{
	font-size:14px;
	display:block;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-transform:uppercase;
	padding:0 5px;
}
.ten_cms a,.xemthem_cms a{
	display:block;
	font-weight:bold;
}
.ten_cms a:hover,.xemthem_cms a:hover{
}
.chuthich_cms{
	text-align:justify;
	margin-bottom:5px;
	padding:15px 0;
	background:url(/images/dot.png) repeat-x top,url(/images/dot.png) repeat-x bottom;
}
.chuthich_cms p{
	height:72px;
	overflow:hidden;
	margin:0;
	line-height: 18px;
}
.xemthem_cms{
	text-align:right;
	font-size:14px;
	text-transform:uppercase
}
.ten_tin{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{	
}
.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;
}
option{
	background: rgba(0,0,0,0.5);
}
.btn-lienhe{
	background: #0b854c;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-size: 14px;
	padding:7px 20px;
}
.btn-lienhe:hover {
	background:#00a85a;
	color:#fff;
}
.btn {
	padding: 4px 15px 4px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    top: 12px;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
    background-color: #00ab4e;
    width: 100%;
    float: left;
}
.btn:hover, .btn:focus {
    color: #00ab4e;
    text-decoration: none;
    background: #fff;
}
.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;
}
.lich{
	background: url(/images/lich.png) no-repeat center right 10px,transparent;
	color: #dbdbdb;
}
.owl-controls{
	top:40%;
	position:absolute;
	left:15px;
	right:15px;
}
.book_cms_home2{
	background:#1b4484;
	color:#fff;
	padding:5px 15px;
	text-transform:uppercase;
	border:0;
}
.book_cms_home2:hover{
	background:#1f1f1f;
	color:#fbd627;
}
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;margin-bottom:25px;}
.san_pham .image img{ width: 100%; height: auto;}
.san_pham .image .line{
	position: absolute;border: 1px solid rgba(255, 255, 255, 0.5);top: 10px;bottom: 10px;left: 10px; right: 10px; z-index:2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transform: scale(1) ;
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1) ;
	-o-transform: scale(1) ;
}
.san_pham .image:hover .line{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2) ;
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-o-transform: scale(1.2) ; 
}
.san_pham .image .overlay{
	position: absolute; top: 0px;bottom: 0px;left: 0px; right: 0px; 
	background:rgba(0, 0, 0, 0.3); 
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0;
}
.san_pham .image:hover .overlay{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.san_pham .ten_san_pham{
	text-transform:uppercase;
	font-size:20px;
	line-height:35px;
	display:block;
	color:#fff;
	position:absolute;
	top:30px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
}
.san_pham .chuthich_san_pham{
	color:#fff;
	position:absolute;
	top:70px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
	padding-right:50px;
}
/*--------------------
 *  More
 */
.khung_hotline{
	height: 86px;
	position: relative;
	color: #c6c6c6;
	line-height: 25px;
}
.logo{
	position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    height: 110px;
    border: 3px solid #fff;
}
.logo img{
	height: 100%;
}
.ten_logo{
	position: absolute;
    left: 111px;
    top: 10px;
}
.lang{
	position: absolute;
    right: 0px;
    top: 12px;
    padding: 0;
}
.hotline{
	position: absolute;
    right: 234px;
    top: 56px;
    background: url(/images/phone.png) no-repeat center left;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
}
.email{
	position: absolute;
    right: 412px;
    top: 56px;
    background: url(/images/mail.png) no-repeat center left;
    padding-left: 25px;
    color: #fff;
}
.address{
	position: absolute;
    right: 611px;
    top: 56px;
    background: url(/images/address.png) no-repeat center left;
    padding-left: 25px;
    color: #fff;
}
.booking{
	background: #ddce80 !important;
	padding: 0 15px !important;
	height: 30px !important;
	line-height: 30px !important;
	color: #3e3e3e !important;
	margin: 0 20px;
}
.booking_online{
	position: absolute;
	right: 0;
	width: 220px;	
	top: 52px;
}
.ten_booking_online{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	height: 34px;
	width: 100%;
	line-height: 34px;
	padding-left: 22px;
	background: url(/images/down.png) center left 36px no-repeat,#00813b;
}
.menu_left{
	float: left;
	width:10px;
	height:44px;
	background:url(/images/menu_left.png) no-repeat center;
	margin-left: 30px;
}
.menu_right{
	float: left;
	width:10px;
	height:44px;
	background:url(/images/menu_right.png) no-repeat center;
}
.main{
}
.section_gioi_thieu{
	padding: 60px 0 0px;
    background: #fff;
}
.section_gioi_thieu > .container > .row{
	border: 1px solid #dbdbdb;
	margin: 0px 0px;
	padding-bottom: 40px;
    border-bottom: 0;
}
.gioi_thieu_home{
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px #999;
	text-align: center;
	padding: 30px;
	margin-top: -60px;
	position: relative;
	z-index: 999;
}
.icon_gioi_thieu{
	background: url(/images/icon_line.png) no-repeat center;
	height: 8px;
	margin: 20px 0 30px;
}
.khung_title_gioi_thieu{
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
}
.title_gioi_thieu{
	font-size: 30px;
	color: #00923f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 30px;
	background: #fff;
}
.title_gioi_thieu_sub{
    font-size: 24px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -16px;
}
.noi_dung_gioi_thieu{
	color: #3c3c3c;
	text-align: center;
	padding: 0 33px;
}
.xem_tiep_gioi_thieu{
	text-align: center;
	margin: 28px 0 28px;
}
.xem_tiep_gioi_thieu a{
	height: 26px;
	line-height: 26px;
	padding:  8px 22px;
	background: #b6b6b6;
	color: #fff;
}
.xem_tiep_gioi_thieu a:hover{
	color: #00923f;
}
.section_faci{
    padding: 33px 0;
    background: url(/images/bg_face.png) repeat center,#fff;
}
.dvu{
    text-align: center;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 9px;
    margin-top: 0;
}
.dvu > a > img{
	width: 100%;
}
.phong_home{
	text-align: center;
	margin-bottom: 30px;
	color: #606060;
}
.khung_pro_sys{
	display:block;
	height:280px;
	/*max-width: 537px*/;
	width:100%;
	margin:0 auto 35px auto;
	position:relative;
}
.khung_pro_sys_img{
	text-align: center;
    height: 100%;
    box-shadow: 3px 3px 6px #d5d5d6,-3px -3px 6px #d5d5d6;
}
.khung_pro_sys_img 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;
	float:left;
}
.khung_pro_sys_img img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.khung_pro_sys_foot{
	background: rgba(44, 78, 123, 0.85);
    position: absolute;
    bottom: 0px;
    padding: 0 15px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    min-width: 235px;
    text-align: left;
    text-transform: uppercase;
}
.khung_pro_sys_foot > a > span{
	float: right;
	line-height: 50px;
}
.khung_pro_sys_foot > a > span img{
	margin: 0 10px;
}
.khung_pro_sys_ten{
	color:#fffefe;
	font-size:16px;
	padding-right: 15px;
	margin-right: 15px;
	font-weight: bold;
}
.booking_now,.booking_now_1 > form > button{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #ffffff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	background: rgba(178,133,54,0.8);
	padding: 0px 15px 0;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.booking_now_1 > form > button:hover{
	color: #2f4e95;
}
.khung_pro_sys_ten:hover{
	color:#cb3e99;
}
.khung_pro_sys_chuthich{
	color:#b8b8b8;
	font-size:19px;
}
.khung_pro_sys_faci{
	background:rgba(30, 30, 30, 0.8);
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width: 55px;
}
.faci{
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	margin: 15px 0;
}
.mask_dich_vu{
	position: absolute;
	right:0;
	top:0;
	bottom: 0;
	background: url(/images/mask.png) repeat-y left;
	width: 60%;
}
.title_dich_vu_home{
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 20px;
	text-transform: uppercase;
	color: #c58f2f;
}
.noidung_dich_vu_home{
	text-align: justify;
}
.noidung_dich_vu_home>ul{
	margin: 10px 0 0 20px;
	padding: 0;
}
.noidung_dich_vu_home>ul>li{
	width: 50%;
	float: left;
	list-style: none;
	background: url(/images/list.png) no-repeat left 8px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.section_gallery{
	background:#fff;
	padding-bottom: 30px;
}
.section_gallery h2.lined-heading span{
	background:#fff;
}
#owl-gallery div{
	margin-right: 2px;
}
#owl-gallery a{
	overflow: hidden;
	display: block;
}
#owl-gallery img{
	min-height: 184px;
	width: 100%;
}
.section_lien_he_home{
    background: #e0dfdf;
    float: left;
    width: 100%;
}
.khung_lien_he_home{
	border-top: 1px solid #c4c4c4;
	background: #e0dfdf;
	text-align: center;
}
.menu_lien_he_home{
	line-height: 45px;
}
.menu_lien_he_home a{
	color: #00a85a;
	text-transform: uppercase;
	padding: 0 10px;
}
.menu_lien_he_home a:hover{
	color: #cb3e99;
}
.menu_lien_he_home > span{
	margin-left: 20px;
}
.menu_lien_he_home > span > a{
	padding:0;	
}
.lien_he_home{
	line-height: 45px;
	color: #555555;
}
.lien_he_home span{
	font-size: 14px !important;
}
.line_lien_he_home{
	height: 1px;
	border-bottom: dotted 1px #a1a1a1;
	margin-top: 20px;
}
.form-control{
	padding: 3px 5px 6px;
}
.feedback .form-control{
	background:none;
	border:solid 1px #b8b8b8;
	margin-bottom:10px;
	box-shadow:none;
	color:#b8b8b8;
}
.feedback .btn_feedback{
	background: url(/images/feedback.png) center left 10px no-repeat, #a1a1a1;
    border: 0;
    color: #444444;
    padding: 4px 20px 3px 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    float: right;
}
.follow{
	text-align: center;
}
#owl-standard{
	margin-bottom: 30px;
}
.img-c-two2{
	width: 100%;
	height: 264px;
}
#owl-room_system .owl-item{
	padding: 0 5px;
}
.khung_ngoai_room{
	position: relative;
}
.owl-carousel-room{
	width: 100%; 
    padding: 0 70px;
}
.ten2-c-two2{
	position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    padding:0 25px;
    border-top:1px solid #00923f;
}
.ten2-c-two2 h5{
	font-size: 18px;
	text-transform: uppercase;
	margin: 12px 0 0px;
	font-weight: bold;
}
.ten2-c-two2 h5:hover{
	color: #00923f;
}
.ten2-c-two2 p{
	margin-bottom: 5px;
    margin-top: 5px;
}
.booking_room{
	position: absolute;
    right: 30px;
    bottom: 40px;
    text-transform: uppercase;
    padding: 7px 15px 7px 35px;
    color: #fff;
    background: url(/images/booking_room.png) center left 15px no-repeat,#00a85a;
    outline: 5px solid rgba(255,255,255,0.4);
}
.booking_room:hover{
	color: #cb3e99;
	outline: 5px solid rgba(255,255,255,0.4);
}
.section_contact{
	padding: 45px 0 35px;
	background: #ebebeb;
}
.ten_lien_he{
	font-style: italic;
    margin-top: 22px;
    margin-bottom: 20px;
}
.noi_dung_lien_he{
	line-height: 26px;
}
.follow_ten{
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 8px;
    padding-bottom: 19px;
}
.follow_ten_a{
	margin-left: -12px;
}
.follow_all{
	float: right;
	font-size: 14px;
	color: #3c3c3c;
	margin-top: 7px;
	text-transform: none;
}
.linh_nhanh{
	border-top: 1px dotted #a7a7a7;
    border-bottom: 1px dotted #a7a7a7;
    padding: 17px 00px;
    line-height: 14px;
    margin: 20px 0px auto;
}
.linh_nhanh > div{
	padding: 0;
}
.img_home{
	padding: 1px;
	height: 184px;
	width: 20%;
}
.img_home > a > img{
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.img_home > a > img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ket_noi_chung_toi{
	padding: 0 82px;
    margin-right: -7px;
    margin-left: -8px;
}
.feedback > div > ::-webkit-input-placeholder { /* Chrome */
  	color: #b8b8b8;
}
.feedback > div > input:-ms-input-placeholder { /* IE 10+ */
  	color: #b8b8b8;
}
.feedback > div > input::-moz-placeholder { /* Firefox 19+ */
	color: #b8b8b8;
	opacity: 1;
}
.feedback > div > input:-moz-placeholder { /* Firefox 4 - 18 */
	color: #b8b8b8;
	opacity: 1;
}
.copyright_right{
	text-align: right;
}

.khuyen_mai{
	
}
.navbar-nav > li > .dropdown-menu > li > a:hover{
	background: #8DD4B3;
}
.lined-heading-in-room{
	margin: 20px 0 20px 0;
}
.loi_cam_ket{
	margin-bottom: 20px;
}
.navbar-nav > li > .dropdown-menu > li > a {
    background-color: #00A85A; 
    color: #fff;
}
.khung-owl-item{
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.khung-owl-item:hover .img-c-two2-1{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.khung-owl-item:hover .ten_dvu{
	color: #00923f;
}
.img-c-two2-1{
	width: 100%;
	height: 154px;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.ten_dvu{
	font-size: 18px;
	text-transform: uppercase;
	color: #3c3c3c;
	height: 37px;
	line-height: 37px;
	text-align: center;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.ten_dvu a{
	color: #fefeff;
}
.chu_thich{
	text-align: justify;
	color: #2a2a2a;
	overflow: hidden;
	height: 70px;
}
.chu_thich:hover{
	color: #2a2a2a;
}
.section_faci_1{
	background: #e4e4e4;
	padding: 30px 0 15px 0;
}
.ten_phong_tong{
	font-size: 22px;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: bold;	
}
.sti-menu{
	width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 0;
    text-align: center;
    margin-top: 30px;
}
.sti-menu > p{
	color: #2f4e95;
	font-size: 19px;
}
.sti-menu li{
	display:inline-block;
	height:250px;
	list-style:none;
	background:none;
	padding:0 14px;
}
.sti-menu li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
}

.sti-menu li a h2{
	position:absolute;
	left:0;
	right:0;
	top:93px;
	color:#fff;
	font-size:15px;
	/*text-transform:uppercase;*/
	margin:0 auto;
	line-height:20px;
	font-weight:bold;
	text-transform: uppercase;
}
.sti-menu li a p{
	position:absolute;
	left:0;
	right:0;
	top:130px;
	color:#fff;
	font-size:14px;
	margin:0 auto;
	line-height:20px;
	text-align: justify;
}
.sti-icon{
	background-position: 50% 0;
	background-repeat:no-repeat;
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:81px;
	height:81px;
	z-index:99;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.sti-menu > li:hover .sti-icon{
	-ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg);
}
.section_dichvu{
	background: url(/images/bg_dv.png) center no-repeat ;
	background-size: 100% 100%;
	min-height: 426px;
}
.title_dichvu{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 51px 0 42px;
}
.hotel_gallery{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
    color: #00923f;
    text-align: center;
    margin-top: 30px;
}
.xemthem_duan{
	text-align: center;
    border: 0;
    margin: -4px 0 3px;
}
.xemthem_duan li{
	list-style: none;
    margin: 0 auto;
    display: inline-block;
    float: none;
    font-size: 15px;
    color: #634930;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #00923f;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
    cursor: default;
}
.khung_cms_home {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 18px;
}
.img_cms_home {
    width: 120px;
    height: 90px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.img_cms_home img {
    width: 120px;
    height: 80px;
    position: relative;
}
.khung_ten_cms_home_a{
	max-height: 40px;
	overflow: hidden;
	text-align: justify;
}
.ten_cms_home_a{
	color:#505050;
	font-weight: bold;
	text-align: justify;
}
.ten_cms_home_a:hover{
	color: #00a85a;
}
.chu_thich_cms_home_a {
    max-height: 36px;
    overflow: hidden;
    text-align: justify;
    margin-top: 10px;
}
.khung_ngoai_cms_home{
	padding:0 5px;
}
.nav > li > a{
		border: 0;
	}
.caption_banner{
	position: absolute;
    top: 224px;
    left: 0;
    right: 0;
    text-align: center;
    color: #3c3c3c;
 	-moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}
.caption_banner_1{
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	text-shadow: 2px 2px 2px #000;
	-moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}
.caption_banner_1:before{
	content: "";
    width: 220px;
    height: 2px;
    border-top: 1px solid #fff;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.caption_banner_2{
	color: #13DB70;;
	font-size: 39px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding: 0 60px;
	text-shadow: 2px 2px 2px #000;
	-moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}
.caption_banner_2:after{
	content: "";
    height: 2px;
    border-top: 1px solid #fff;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.caption_banner_3{
	color: #fff;
}

@media (min-width: 1200px){
	.container{
		width: 1140px;
	}
}
@media (max-width: 1200px){
	.sti-menu li {
	    height: 224px;
	}

	.ten_lien_he{
		margin: 0;
	}
	.khung_hotel_gallery {
		padding: 0 30px;
	}
	.booking_menu{
	    right: 70px;
    	top: 16px;
	}
	.noidung_dvu_item,.address{
    	display: none;
	}
	.khung_pro_sys_foot > a > span{
		display: none;
	}
	.btn{
		padding: 4px 5px;
	}
	.social-navbar.navbar .navbar-nav > li > a{
		padding:20px 2px;
	}
	.add{
		right: 70px;
	}
	#owl-room_system .owl-item{
		padding: 0 5px;

	}
	.faci{
		margin: 8px 0;
	}
	.ket_noi_chung_toi{
		margin: 0 !important;
		padding: 0 15px !important;
	}
}
@media (max-width: 992px){
	.logo{
		height: 86px;
	}
	.booking_online{
		right: 56px;
	}
	.title_gioi_thieu_sub span{
		background: none;
		padding: 0;
	}
	.khuyen_mai{
	margin-left:0;
	}
	.copyright_right{
		text-align: center;
	}
	.ten_dvu{
		font-size: 16px;
    	padding: 6px 0;
	}
	.lang {
	    right: 0px;
    	top: 13px;
	}
	.hotline{
	   	right: 300px;
	}
	.email {
	    top: 13px;
	    padding-left: 42px;
	    left: 390px;
	    display: none;
	}
	.modal-content{
		width: 100% !important;
		height: auto !important;
	}
	.modal-content img{
		width: 100% !important;
		height: auto !important;
	}
	.add{
		right:0;
		top:5px;
	}
	.khung_hotline{
		height: 52px;
	}
	.feedback{
		margin-top: 20px;
	}
	.menu_left,.menu_right,.li_booking{
		display: none !important;
	}
	.mask_dich_vu{
		width: 100%;
		background: rgba(0,0,0,0.5);
	}
	.khung_pro_sys{
		height: auto;
	    overflow: hidden;
	}
	.social-navbar .navbar-toggle{
		margin: 0px 15px 2px 0;
    	border: 0;
    	height: 34px;
	    position: relative;
	    z-index: 9;
	}
	.navbar-default .navbar-toggle .icon-bar{
		height:2px;
		background-color: #fff;
	}
	.navbar-default .navbar-toggle{
		background: #00813b;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #00813b;
	}
	.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;
		height: 305px;
    	overflow: scroll;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0 !important;
		background:#eeeeee;
		border:0;
		padding:0;
		text-align: left;
	}
	.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;
		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.middle_menu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.middle_menu{
		display:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		height:auto;
		display:block;
		line-height:35px;
		color:#000;
		border:0;
		padding:0 20px;
		font-size: 14px;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border:0;
		background:#0b854c;
		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:#0b854c;
		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:#0b854c;
		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;
	}
	.navbar-nav > li > .dropdown-menu > li > a:hover{
		background: #8DD4B3 !important;
	}
	.dropdown-backdrop {
	    position: static;
	}
	.copyright,.goon{
		text-align: center;
	}
	.noi_dung_gioi_thieu{
		padding: 0 15px;
	}
	.owl-controls{
		left: -15px; 
		right: -15px;
	}
	.owl-carousel-room{
		padding: 0 15px;
	}
	.img_home{
		width: 33.33%;
	}
	.caption_banner{
		top:150px;
	}
}
@media (max-width: 767px){
	.caption_banner{
		display: none;
	}
	.sti-menu li{
		height: 210px;
	}
	 #ui-datepicker-div{
    	z-index: 9999!important;
  	}
	.booking_online {
    	left: 111px;
	}
	.section_contact{
		padding: 20px 0;
	}
	.noidung_tin img{
		width:100% !important;
  		height:auto !important;
  		margin: 0 0 15px 0 !important;
	}
	.booking_menu{
	    right: 20px;
	    top: 8px;
	}
	.khung_booking{
		display: none;
	}
	.booking_menu{
		display: block;
	}
	.menu_lien_he_home > span{
		margin-left: 20px;
	}
	.noidung_dvu_item{
		display: block;
	}
	.dvu{
		margin-bottom: 20px;
	}
	.section_faci{
		padding: 15px 0;
	}
	body{
		line-height: 18px;
	}
	.social-navbar .navbar-toggle{
		margin: 22px 15px 2px 0;
	}
	.logo{
		margin: 0;
		height: 86px;
	}
	.logo img{
		height: 100%;
	}
	.add,.hotline,.email,.khung_pro_sys_faci{
		display: none;
	}
	.khung_hotline {
	    height: 30px;
	}
	.social-navbar {
	    position: relative !important;
	    left: inherit !important;
	    right:inherit !important;
	    top:inherit !important;
	    z-index:9999;
	}
	.gioi_thieu_home{
		margin-top: 20px;
		padding: 30px 15px;
	}
	.title_gioi_thieu,h2.lined-heading,.title_dich_vu_home{
	}
	.title_gioi_thieu{
		margin: 5px 0 15px;
	}
	.lined-heading{
		margin: 25px 0;
	}
	.booking_now, .booking_now_1 > form > button{
		width: 70px;
		height: 70px;
	}
	.khung_pro_sys_ten{
		font-size: 14px;
	}
	.khung_pro_sys{
		position: inherit;
		height: auto;
	}
	.khung_pro_sys_foot{
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	#owl-room_system .owl-controls{
		top:30%;
	}
	.noidung_dich_vu_home>ul>li{
		width: 100%;
	}
	.sti-menu li a p{
		text-align: center;
	}
}
@media (max-width: 480px){
	.nav > li > a{
		padding: 3px;
		border: 0;
	}
	.img_home{
		width: 100%;
	}
	.chu_thich_cms_home_a{
		max-height: 34px;
	}
	.hotel_gallery{
		margin-bottom: 20px;
	}
	.follow_ten{
		padding-bottom: 0px;
	}
	.noi_dung_lien_he{
		line-height: 26px;
	}
	.section_gioi_thieu > .container > .row{
		padding-bottom: 30px;
	}
	.section_gioi_thieu {
    	padding: 30px 0 0px;
    	background: #fff;
	}
	.ten2-c-two2{
		padding: 0 10px;
	}
	.title_gioi_thieu{
		font-size: 20px;
		padding: 0 5px;
	}
	.title_gioi_thieu_sub{
		font-size: 17px;
	}
	.noi_dung_gioi_thieu{
		padding: 0;
	}
	.owl-carousel-room{
		padding: 0;
	}
	.img-c-two2{
		height: 200px;
	}
	.booking_room {
	    right: 5px;
	    bottom: 65px;
	}
	.booking_online{
		left: 0;
	}
	.ten_logo{
		left: 0;
	}
	.logo {
		left: 0;
		display: none;
	}
	.noidung_dvu{
		padding: 30px 20px 0;
	}
	.owl-next{
		right: 5px;
		top:-380px;
	}
	.owl-prev{
		left: 5px;
		top:-380px;
	}
}
