/*!
 * 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("UTM_Nokia_Standard.eot") /* EOT file for IE */
}
@font-face {
 font-family: font1;
 src: url("UTM_Nokia_Standard.ttf") /* TTF file for CSS3 browsers */
}
body {
  color: #555555;
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}
a {
  color: #555555;
  -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: #f2ce3f;
}
.pagination > li > a,
.pagination > li > span {
  color: #647aab;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #647aab;
  border-color: #516695;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #647aab;
  border-color: #516695;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	background:#fff;
	height:99px;
	border-top:solid 2px #f2ce3f;
}
.navbar-collapse{
	float:right;
}
.social-navbar.navbar .navbar-nav {
	width:100%;
}
.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 {
	color: #313131;
	font-size:15px;
	line-height:97px;
	height:97px;
	text-transform:uppercase;
	font-family:font1;
	padding:0 15px;
	position:relative;
	display:block;
}
.social-navbar.navbar .navbar-nav > li > a > span {
	position:relative;
    z-index:2;
}
.social-navbar.navbar .navbar-nav > li > a:after {
    content: "";
    position:absolute;
    top:0; left:0;
    width:100%; height:0;
    background:#f2ce3f;
    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:none;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
}
/*--------------------
 *  Footer
 */
.footer .website-info h4 {
  color: #647aab;
}
.footer .social-timeline a,
.footer .copyright a {
  color: #647aab;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	position:relative;
	border-bottom:solid 1px #f2ce3f;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span {
	letter-spacing: -3px;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span i {
	font-size: 0.5em;
	vertical-align: middle;
}
.revolution-slider .tp-caption.revolution-starhotel.smalltext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.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:#8e8e8e;
	padding:12px 0;
	background:#353535;
	font-size:12px;
	text-align:left;
}
.goon{
	text-align:right;
}
.goon a{
	color:#8e8e8e;
}
.goon img{
	margin-bottom:8px;
}
.khung_pro_sys{
	display:block;
	max-width:360px;
	width:100%;
	margin:0 auto 35px auto;
	position:relative;
}
.khung_pro_sys_img{
	text-align:center;
}
.khung_pro_sys_img img{
	width: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;
	border:solid 1px #d5d5d5;
}
.khung_pro_sys_img img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.khung_pro_sys_foot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:46px;
	line-height:46px;
	background:rgba(255, 255, 255, 0.6);
	padding:0;
	z-index:2;
	text-align:center;
}
.book_khung_pro_sys{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	line-height:34px;
	text-align:center;
	border:0;
	text-transform:uppercase;
	padding:0 20px;
	border:0;
	background:rgba(19, 65, 93, 0.8);
	border-radius:5px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.book_khung_pro_sys:hover{
	color:#fff;
	background:rgba(19, 65, 93, 1);
}
.khung_pro_sys_ten{
	color:#b91818;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:font1;
}
.khung_pro_sys_ten:hover{
	color:#333;
}
.khung_pro_sys span.line{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:8px solid rgba(236, 233, 182, 0.46);
	z-index:1;
}
.khung_pro_sys span.line:hover{
	border:8px solid rgba(236, 233, 182, 0.8);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.owl-prev{
	width:43px;
	height:43px;
	background:url(/images/left.png) no-repeat center;
	float:left;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
.owl-next{
	width:43px;
	height:43px;
	background:url(/images/right.png) no-repeat center;
	float:right;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
}
#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;
}
/* 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: #F4D46F;
  background-image: -webkit-linear-gradient(top, #F4D46F, #E3BB38);
  background-image: -moz-linear-gradient(top, #F4D46F, #E3BB38);
  background-image: -ms-linear-gradient(top, #F4D46F, #E3BB38);
  background-image: -o-linear-gradient(top, #F4D46F, #E3BB38);
  background-image: linear-gradient(to bottom, #F4D46F, #E3BB38);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #E3BB38;
  background-image: -webkit-linear-gradient(top, #E3BB38, #F4D46F);
  background-image: -moz-linear-gradient(top, #E3BB38, #F4D46F);
  background-image: -ms-linear-gradient(top, #E3BB38, #F4D46F);
  background-image: -o-linear-gradient(top, #E3BB38, #F4D46F);
  background-image: linear-gradient(to bottom, #E3BB38, #F4D46F);
	color:#fff;
}
/*--------------------
 *  More
 */
/*--------------------*/
.lined-heading{
	position: relative;
	text-align: center;
	display: block;
	text-transform:uppercase;
	margin:30px 0;
	color:#555555;
}
h2.lined-heading span {
	font-family:font1;
	font-size:29px;
	background:#fff;
}
h2.lined-heading:before{
	position: absolute;
	top:60%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	content: "";
	border-bottom:solid 1px #cbcbcb;
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0 30px;
	display: inline-block;
}
.khung_cms{
	margin-bottom:20px;
	color:#fff;
}
.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;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#0D0D0D;
}
.khung_bot_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.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;
	color:#fff;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:underline;
}
.chuthich_cms{
	text-align:justify;
	margin-bottom:5px;
	padding:5px;
}
.chuthich_cms p{
}
.xemthem_cms{
	font-family:font1;
	text-align:right;
	font-size:16px;
	text-transform:uppercase
}
.ten_tin{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px
}
.b{
	margin-bottom:6px;
}
.b a{
	font-size:13px;
	color:#000;
}
.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;
}
#frmContact .btn-lienhe{
	background:#066CAF;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #004D80;
	font-size:14px;
}
#frmContact .btn-lienhe:hover{
	background:#004D80;
}
.required{
	color:#f00;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 56.25%;
	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: #8AAC00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #739001;
	font-size: 14px;
}
.btn-lienhe:hover {
	background: #739001;
	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 > 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: #CEAD2D;
	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;
}
/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:100%;
	position:relative;
	margin:0;
	padding:0;
}
.sti-menu li{
	float:left;
	width:33.33%;
	height:140px;
	margin:20px 0 30px;
	list-style:none;
	padding:0 10px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#ededed;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
}
.sti-menu li a h2{
	position:absolute;
	left:130px;
	top:20px;
	color:#656565;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:bold;
}
.sti-menu li a h3{
	position:absolute;
	left:130px;
	top:45px;
	color:#656565;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:justify;
	line-height:20px;
	padding-right:20px;
	height:80px;
	overflow:hidden;
}
.sti-icon{
	background-position: 50% 0;
	background-repeat:no-repeat;
	background-color:transparent;
	position:absolute;
	left:27px;
	top:27px;
	width:80px;
	height:80px;
	z-index:99;
}
/*--------------------
 *  More
 */
.booking{
	right:150px;
	bottom:-20px;
	position:absolute;
	color:#fff;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
.lang{
	position:absolute;
	top:10px;
	right:0;
	z-index:999
}
.hotline{
	position:absolute;
	top:12px;
	right:80px;
	z-index:999
}
.logo{
	position:absolute;
	top:15px;
	left:0;
}
.main{
	margin-top:97px;
}
.form_booking{
	position:absolute;
	bottom:0;
	z-index:99;
	width:100%;
	background:rgba(255, 255, 255, 0.6);
	padding:20px 0;
}
.form_booking  form .form-control{
	background:#fff;
	border:0;
}
form input.lich{
	background:#fff url(/images/lich.png) no-repeat center right 10px;
}
form button.btn{
	text-transform:uppercase;
	font-weight:bold;
	border:solid 1px rgba(255, 255, 255, 0.5);
	padding:6px 20px;
}
.section_booking{
	display:none;
}
.section_gioi_thieu{
	padding-bottom:50px;
}
.gt_home{
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin-bottom:15px;
}
.lined-heading2{
	position: relative;
	text-align: left;
	display: block;
	text-transform:uppercase;
	margin:30px 0;
	color:#555555;
}
h2.lined-heading2 span {
	text-align:center;
	font-family:font1;
	font-size:28px;
}
.section_room{
	background:url(/images/bg_room.png) no-repeat center bottom;
}
.khung_phong_home{
	padding-right:30px;
}
.phong_home{
	font-size:14px;
	text-align:justify;
	margin-bottom:30px;
}
.facilities{
	float:left;
	width:33.33%;
	text-align:center;
	height:45px;
	margin-bottom:30px;
}
.khung_pro_sys_home{
	position:relative;
	height:240px;
	max-width:380px;
	width:100%;
	margin:0 auto 30px auto;
}
.khung_pro_sys_home_img{
	position:absolute;
	left:0;
	width:100%;
	max-width:380px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
}
.khung_pro_sys_home_img img.img-khung_pro_sys_home{
	width:100%;
	height:240px;
	position:relative;
	z-index:1;
	border:solid 1px #fff;
}
.khung_pro_sys_home_info{
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	z-index:1;
}
.khung_pro_sys_home_ten{
	float:left;
	width:65%;
	background:rgba(242,206,63,0.75);
	color:#fff;
	font-size:15px;
	font-family:font1;
	text-transform:uppercase;
	line-height:42px;
	text-indent:15px;
}
.khung_pro_sys_home_gia{
	float:left;
	width:35%;
	background:rgba(255,255,255,0.75);
	color:#282828;
	font-size:15px;
	font-family:font1;
	text-transform:uppercase;
	line-height:42px;
	height:42px;
	text-align:center;
	overflow:hidden;
}
.khung_pro_sys_home_chu_thich{
	float:left;
	width:100%;
	font-size:14px;
	line-height:25px;
	margin-bottom:30px;
}
.khung_pro_sys_home_info form{
	float:left;
	margin-right:20px;
}
.book_khung_pro_sys_home{
	position: relative;
	width:146px;
	line-height:30px;
	height:30px;
	margin:5px 0 0 0;
	color:#fff;
	text-align:center;
	border:0;
	text-transform:uppercase;
	background:#a90002 url(/images/lich_2.png) no-repeat 18px center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.book_khung_pro_sys_home > span {
	position:absolute;
	text-indent:15px;
	left:0;
	right:0;
	top:0;
	z-index: 2;
}
.book_khung_pro_sys_home:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #333  url(/images/lich_2.png) no-repeat 18px center;
	opacity: 0;
}
.book_khung_pro_sys_home:hover:after {
	width: 100%;
	opacity: 1;
}
.book_khung_pro_sys_home:hover{
	color:#fff;
}
.khung_pro_sys_home_chi_tiet{
	float:left;
	position: relative;
	width:130px;
	line-height:30px;
	height:30px;
	margin:5px 0 0 0;
	color:#fff;
	text-align:center;
	border:0;
	text-transform:uppercase;
	background:#a90002;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.khung_pro_sys_home_chi_tiet > span {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index: 2;
}
.khung_pro_sys_home_chi_tiet:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #282828;
	opacity: 0;
}
.khung_pro_sys_home_chi_tiet:hover:after {
	width: 100%;
	opacity: 1;
}
.khung_pro_sys_home_chi_tiet:hover{
	color:#fff;
}
#owl-room_system .owl-wrapper-outer{
	z-index:9;
}
#owl-room_system .owl-prev,#owl-room_system .owl-next{
	z-index:10;
	position:relative;
}
.gal_home{
	width:100%;
	max-width:283px;
	height:220px;
	padding:4px;
	background:#fff;
	border:solid 1px #c0c0c0;	
}
.gal_home img{
	width:100%;
	height:210px;
}
.section_lien_he_home{
	background: #444444;
	color:#d1d1d1;
	padding:0 0 20px 0;
}
.title_lien_he_home{
	color:#f2ce3f;
	font-size:19px;
	font-family:font1;
	margin:40px 0 20px;
}
.lien_he_home{
	line-height:25px;
}
.khuyen_mai{
	background:url(/images/list.png) no-repeat 0 7px;
	font-size:14px;
	padding-left:15px;
	margin-bottom:10px;
}
.khuyen_mai a{
	display:block;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color:#cbcbcb;
}
.khuyen_mai a:hover{
	color:#f2ce3f
}
.khung_cms_home{
	width:100%;
	padding:0 0 20px 0;
	margin-bottom:15px;
}
.img_cms_home{
	float:left;
	margin-right:15px;
}
.img_cms_home img {
	display: block;
	margin:0 auto;
	width:106px;
	height:94px;
	border:solid 2px #fff;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 4px #CCC;
	-moz-box-shadow:1px 1px 4px #CCC;
	-webkit-box-shadow:1px 1px 4px #CCC;
}
.img_cms_home img:hover{
	background:#dac99c;
}
.ten_cms_home{
	font-weight:bold;
	text-align:justify;
	display:block;
	height:25px;
	margin:10px 0 0;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chu_thich_cms_home{
	text-align:justify;
	height:52px;
	font-size:12px;
	overflow:hidden;
} 
.owl-controls{
	top:40%;
	position:absolute;
	left:20px;
	right:20px;
}
.feedback{
}
.feedback .form-control{
	background:#353535;
	border:solid 1px #4b4b4b;
	margin-top:10px;
	box-shadow:none;
	color:#b1b1b1;
}
.feedback .btn_feedback{
	background:#2b2b2b;
	border:solid 1px #262626;
	color:#d1d1d1;
	font-size:15px;
	padding:5px 20px;
	text-transform:uppercase;
	margin-top:10px;
}
.feedback .btn_feedback:hover{
	background:#262626;
}
.mask2{
	content: '';
	position: absolute;
	z-index: 2;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(20, 20, 20, 0.9);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(47deg);
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
	text-align:center;
}
.mask2-img{
	position:absolute;
	top: 65px;
	left: 0;
	right:0;
	width:100px;
	margin:0 auto;
	text-align:center;
	z-index:3;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.khung_pro_sys_home_img:hover .mask2 {
	height: 200%;
	opacity: 1;
}
.khung_pro_sys_home_img:hover .mask2-img {
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section_service{
	padding:0 0 30px 0;
}
.form_booking2{
	background:#F2CE3F;
	padding:25px;
	color:#fff;
	max-width:300px;
	margin:0 auto;
}
.title_booking{
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	text-shadow:0 0 0.5px #fff;
}
.form_booking2 label{
	margin:10px 0 5px;
}
.form_booking2 .btn{
	margin-top:15px;
	border:0;
	background:#42413F;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 20px;
}
.form_booking2 input.lich{
	background:#fff url(/images/lich.png) no-repeat center right 10px;
}
/*======block-project====*/
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;}
.san_pham .image img{ width: 100%; height: auto;}
.san_pham .image .line{
	position: absolute;border: 1px solid rgba(255, 255, 255, 0.5);top: 10px;bottom: 10px;left: 10px; right: 10px; z-index:2;
     transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1) ;
     -webkit-transform: scale(1) ;
      -moz-transform: scale(1) ;
      -o-transform: scale(1) ;
}
.san_pham .image:hover .line{
     transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2) ;
     -webkit-transform: scale(1.2) ;
      -moz-transform: scale(1.2) ;
      -o-transform: scale(1.2) ; 
}
.san_pham .image .overlay{
	position: absolute; top: 0px;bottom: 0px;left: 0px; right: 0px; 
	background:rgba(0, 0, 0, 0.3); 
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0;
}
.san_pham .image:hover .overlay{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.san_pham .ten_san_pham{
	font-family:font1;
	text-transform:uppercase;
	font-size:20px;
	line-height:35px;
	display:block;
	color:#fff;
	position:absolute;
	top:30px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
}
.san_pham .chuthich_san_pham{
	color:#fff;
	position:absolute;
	top:70px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
	padding-right:50px;
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a {
		padding:0 10px;
	}
	.sti-menu li a h2{
		font-size:15px;
	}
	.sti-menu li a h3{
		font-size:12px;
	}
	.khung_pro_sys_home{
		height:200px;
	}
	.khung_pro_sys_home_img img.img-khung_pro_sys_home{
		height:200px;
	}
	.phong_home {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.facilities {
		margin-bottom: 20px;
	}
	.gal_home{
		height:180px;
	}
	.gal_home img{
		height:170px;
	}
}
@media (max-width: 992px){
	.section_room{
		background:url(/images/bg_room.png) no-repeat center bottom fixed;
	}
	.phong_home {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sti-menu li{
		float:left;
		width:33.33%;
		height:245px;
		margin:20px 0;
		padding:0 10px;
	}
	.sti-menu li a h2{
		position:absolute;
		left:0;
		right:0;
		text-align:center;
		top:125px;
		font-size:16px;
	}
	.sti-menu li a h3{
		position:absolute;
		left:15px;
		right:15px;
		text-align:justify;
		top:150px;
		font-size:13px;
		padding:0;
		height:80px;
		overflow:hidden;
	}
	.sti-icon{
		background-position: 50% 0;
		background-repeat:no-repeat;
		background-color:transparent;
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:27px;
		width:80px;
		height:80px;
		z-index:99;
	}

	.social-navbar .navbar-header{
	}
	.social-navbar .navbar-toggle{
		margin:43px 0 20px 0;
		border:solid 1px #F2CE3F;
		background:#F2CE3F;
	}
	.navbar-toggle .icon-bar{
		height:2px;
		background-color: #fff;
	}
	.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:0 !important;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0 !important;
		background:#fff;
		border:0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border-bottom:solid 1px #D2D2C7;
		border-top: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:#333;
		border: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:none;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border:0;
		background:none;
		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:none;
		color:#fff;
	}
	.copyright{
		text-align:center;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 767px){
	.logo{
		width:230px;
		left:5px;
		top:25px;
	}
	.form_booking,.hotline{
		display:none;
	}
	.section_booking{
		display:block;
		margin-top:15px;
	}
	.section_booking .form-control{
		margin-bottom:5px;
		border:solid 1px #CCC
	}
	.lang{
		right:15px;
		top:10px;
	}
	.social-navbar .navbar-toggle{
		margin:43px 15px 20px 0;
	}
	.sti-menu li{
		width:100%;
	}
	.khung_pro_sys_home{
		height:200px;
	}
	.copyright{
		text-align:center;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
	}
}
