@font-face {
 font-family: font1;
 src: url("OpenSans-Regular_0.eot"); /* EOT file for IE */
 color: red;
}
@font-face {
 font-family: font1;
 src: url("OpenSans-Regular_0.ttf"); /* TTF file for CSS3 browsers */
 color: red;
}
@font-face {
 font-family: font2;
 src: url("OpenSans-SemiBold.eot"); /* EOT file for IE */
}
@font-face {
 font-family: font2;
 src: url("OpenSans-SemiBold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: font3;
 src: url("OpenSans-ExtraBold.eot"); /* EOT file for IE */
}
@font-face {
 font-family: font2;
 src: url("OpenSans-ExtraBold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: font4;
 src: url("OpenSans-Bold.eot"); /* EOT file for IE */
  color: green;
}
@font-face {
 font-family: font4;
 src: url("OpenSans-Bold.ttf"); /* TTF file for CSS3 browsers */
 color: red;
}

body {
  color: #575757;
  background:#fff;
  font-family: font1, sans-serif;
  font-size:14px;
  line-height: 22px;
}
a {
  color: #575757;
  -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: #00578f;
}
/*--------------------
 *  Navbar
 */
.booking_menu{
	position: absolute;
    left: 108px;
    top: 16px;
    z-index: 10;
    padding: 4px 6px;
    background-color: #00578f;
    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, #00578f;
    padding: 3px 16px 3px 45px;
    border: 1px solid #5ec897;
}
.booking_menu a:hover{
	color: #cb3e99;
}
.social-navbar {
	height:178px;
	    background: url(/images/bg_menu_left.png) bottom 0px left no-repeat, 
	    			url(/images/bg_menu_right.png) bottom 0px right no-repeat, 
	    			url(/images/bg_menu.png) top center repeat-x;
}
.navbar-collapse{
}
.social-navbar.navbar .navbar-nav {
    text-align: center;
    float: right;
    margin-top: -65px;
}
.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: #2f2f2f;
    font-family: font1;
    font-weight: bold;
}
.social-navbar.navbar .navbar-nav > li > a:hover:after,.social-navbar.navbar .navbar-nav > li > a.active:after { height:100%; }
.navbar-collapse{
	padding:0;
}
.navbar-nav > li > .dropdown-menu {
    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:#00578f !important;
	/*background:#e3e3e3;*/
	background:none;
}
.social-navbar.navbar .navbar-nav > li > a:hover > span,
.social-navbar.navbar .navbar-nav > li > a.active > span,
.social-navbar.navbar .navbar-nav .open > a > span,
.social-navbar.navbar .navbar-nav .open > a:hover > span{
	color:#00578f !important;
	/*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%; 	
}
.khung_booking_text{
	color: #d3d3d3;
	line-height: 3px;
}
.form_booking input, .form_booking select{
	height: 40px;
    margin-top: 5px;
    background:url(/images/line_form.png) left top 5px no-repeat ,transparent;
    color: #fff;
    position: relative;
    padding-left: 12px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #728088;
    border-bottom: 1px solid #728088;
}
.form_booking > div{
	padding:0;
}
.copyright{
	color:#fff;
	font-size:12px;
	background: #00578f;
	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: #00578f;
    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: #00578f;
	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: #00578f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-size: 14px;
	padding:7px 20px;
}
.btn-lienhe:hover {
	background:#00578f;
	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: 10px;
    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: 107px;
	position: relative;
	color: #c6c6c6;
	line-height: 25px;
}
.logo{
	position: relative;
    margin: 0 auto;
    text-align: center;
    top: 13px;
}
.logo img{
	height: 100%;
    box-shadow: 1px 1px 3px rgba(16, 16, 16, 0.24),-1px -1px 3px rgba(16, 16, 16, 0.24);
    /*border: 1px solid rgba(77,104,118,0.7);*/
    position: relative;
    z-index: 2;
}

.lang{
	position: absolute;
    right: 0px;
    top: 2px;
    padding: 0;
}
.hotline{
	position: absolute;
    right: 80px;
    top: 3px;
    background: url(/images/phone.png) no-repeat center left;
    padding-left: 25px;
    color: #fff;
    font-size: 13px;
}
.email{
	position: absolute;
    left: 0px;
    top: 3px;
    background: url(/images/mail.png) no-repeat center left;
    padding-left: 25px;
    color: #fff;
    font-size: 13px;
}
.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: relative;
    width: 250px;
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}
.khung_booking_menu{
	background-color: rgba(37,37,37,0.6);
	border-bottom: 1px solid rgba(217,221,222,0.8);
	height: 70px;
    position: absolute;
    width: 100%;
    top:107px;
    /*z-index: 1;*/
}
.ten_booking_online{
	font-family: font4;
	font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    height: 40px;
    width: 228px;
    line-height: 40px;
    padding-left: 34px;
    background: url(/images/down.png) center left 24px no-repeat,#00578f;
    border: none;
    margin-top: 5px;
    margin-left: 2px;
}
.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{
	margin: 0px 0px;
    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: #575757;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 17px;
	background: #fff;
	font-family: font2;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}
.khung_ngoai_gioi_thieu{
	width: 60%;
    margin: 0 auto;
    margin-top: -132px;
    background-color: #fff;
    padding: 18px 0 0;
}
.title_gioi_thieu_sub{
    font-size: 18px;
    color: #575757;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 47px;
}
.noi_dung_gioi_thieu{
	text-align: center;
	padding: 0 33px;
	margin-top: 33px;
}
.noi_dung_gioi_thieu > p:nth-child(1){
	margin-bottom: 5px;
}
.xem_tiep_gioi_thieu{
	text-align: center;
    margin: 28px 0 -16px;
    position: relative;
    z-index: 10;
}
.xem_tiep_gioi_thieu a{
	height: 26px;
	line-height: 26px;
	width: 128px;
	background: #00578f;
	color: #fff;
	display: block;
	margin:0 auto;
}
.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;
}
#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: #00578f;
	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: 328px;
}
#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,#00578f;
    outline: 5px solid rgba(255,255,255,0.4);
}
.booking_room:hover{
	color: #cb3e99;
	outline: 5px solid rgba(255,255,255,0.4);
}

.section_tong_quan{
	position: relative;
	padding: 43px 0 56px 0;
	background: url(/images/bg_tongquan.png) top 0px left repeat-x,url(/images/bg_tongquan1.png) top left repeat;
}
.section_contact{
	padding: 40px 0 30px;
	background: url(/images/left_contact.png)  top left   repeat-y, 
				url(/images/right_contact.png)  top 10px right repeat-y,
				url(/images/bg_contact.png) center repeat;
	background-position: 0% 0%,100% 0%;
	height: 164px;
}
.link_nhanh{
	padding-right: 0;
}
.ten_link_nhanh{
	padding-bottom: 10px;
    padding-right: 0;
    border-bottom: 1px solid #8d8d8d;
    padding-left: 0;
}
.ten_link_nhanh  > a{
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	margin-right: 12px;
}
.ten_link_nhanh  > a:hover{
	color: #00578f;
}
.ten_link_nhanh_right{
	font-size: 16px;
	font-family: font4;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-left: 0;
	text-align: right;
}
.link_nhanh_right{
	padding-left: 0;
	text-align: right;
}
.ten_lien_he{
	font-style: italic;
    margin-top: 22px;
    margin-bottom: 20px;
}
.noi_dung_lien_he{
	line-height: 33px;
}
.lien_he_nhanh{
	color: #fff;
	font-size: 13px;
	line-height: 30px;
}
.lien_he_nhanh_right{
	margin-top: 20px;
}
.input_email{
	background:none;
	border:1px solid #7b7b7b;
	height: 40px;
	line-height: 40px;
	width: 260px;
	padding-left: 15px;
}
.input_email:focus{
	background: none;
}
.input_submit{
	background:url(/images/contact_send.png) center right 15px no-repeat,#00578f;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 50px;
	border:1px solid #7b7b7b;
}
*::-webkit-input-placeholder {color: #a2a2a2; }
*:-moz-placeholder {color: #a2a2a2; } /* Trình duyệt FF 4-18 */  
*::-moz-placeholder { color: #a2a2a2; } /* Trình duyệt FF 19+ */
*:-ms-input-placeholder {color: #a2a2a2; }     /* Trình duyệt IE 10+ */

.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%);
}
.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;
}

.khung_ngoai_khuyen_mai > h5 > a{
	font-size: 24px;
	color: #00578f;
	font-family: font4;
    font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: url(/images/icon_khuyen_mai.png) center right no-repeat;
	padding-right: 40px;
}
.khung_khuyen_mai{
	text-align: justify;
}
.ten_khuyen_mai{
	font-family: font2;
	text-align: justify;
	font-size: 14px;
	color: #575757;
	text-transform: uppercase;

}
.khung_ngoai_khuyen_mai {
	width: 353px;
    padding-right: 0;
    margin-right: 6px;
    height: 404px;
    overflow: hidden;
}
.chu_thich_khuyen_mai{
	margin-top: 10px;
    height: 100px;
    overflow: hidden;
}
.chu_thich_khuyen_mai > a{
	color: #00578f;
}
.khung_ngoai_tong_phong {
	position: relative;
	width: 254px;
	height: 400px;
	margin-top: 5px;
	padding: 0;
	margin-left: 2px;
	z-index: 1;
}
.bg_tong_phong{
	width: 100%;
    height: 140px;
    background: rgba(67,60,54,0.74);
    position: absolute;
    padding: 0 10px 0 24px;
}
.ten_tong_phong{
    text-transform: uppercase;
    font-family: font4;
    font-size: 24px;
    padding-right: 40px;
    margin: 10px 0 0 0;
    line-height: 29px;
    
}
.line_tong_phong{
	width: 80%;
	border-top: 1px solid #a19d9b;
	position: absolute;
	left:0;
	top: 80px;
}
.ten_tong_phong a{
	color: #fff;
	background: url(/images/icon_htp.png) bottom 7px right no-repeat;
    padding-right: 33px;
}
.ten_tong_phong a:hover{
	color: #00578f;
}
.chu_thich_tong_phong{
	color: #fff;
	margin-top: 20px;
	height: 44px;
    overflow: hidden;
}
.img_tong_phong{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.nha_hang_margin{
	margin-right: 300px;
}
.lien_he_right > a{
	padding-right: 0 !important;
}
.form_booking div:nth-child(2){
	width: 204px;
}
.form_booking div:nth-child(2) select{
	border-left: 1px solid #728088;
	background: none !important;
}
.form_booking div:nth-child(3),.form_booking div:nth-child(4){
	width: 133px;
	background: url(/images/lich.png) center right 10px no-repeat;
}
.form_booking div:nth-child(5),.form_booking div:nth-child(6),.form_booking div:nth-child(7){
	width: 138px;
}
.form_booking div:nth-child(7){

}
.form_booking{
	margin-left: 15px;
}
.navbar-nav > li > .dropdown-menu > li > a {
    background-color: #00578F; 
    color: #fff;
}
.navbar-nav > li > .dropdown-menu > li > a:hover{
	background: #00426c;
}
.lined-heading-in-room{
	margin: 20px 0 20px 0;
}
.loi_cam_ket{
	margin-bottom: 20px;
}
.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;	
}

.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;
}
.img_khuyen_mai{
    width: 100%;
    height: 225px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.img_khuyen_mai img {
    width: 100%;
    height: 100%;
    position: relative;
}
.dat_ngay{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	/*width: 100px;*/
	height: 33px;
	line-height: 33px;
	background: rgba(21,90,136,0.8);
	color: #fff;
	font-family: font1;
	text-align: center;
	padding:0 15px;
	text-transform: uppercase;
}
.xem_tiep{
	text-transform: none;
	padding-right: 29px;
    background: url(/images/icon_xemtiep.png) center right 11px no-repeat,rgba(21,90,136,0.8);
}
.khung_ten_cms_home_a{
	max-height: 40px;
	overflow: hidden;
	text-align: justify;
}
.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;
}
.caption_banner_1{
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
}
.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;
}
.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;
}
.ten_booking_online_1{
	display: none;
}
.booking_menu_small{
	font-family: font2;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    height: 34px;
    width: 178px;
    line-height: 34px;
    padding-left: 55px;
    background: url(/images/down.png) center left 15px no-repeat,#00578f;
    border: none;
    display: block;
    top: 53px;
    position: absolute;
    right: 160px;
    display: none;
}
.booking_menu_small > a{
	color: #fff;
}
.booking_menu_small:hover{
	color: rgba(255,255,255,0.7);
}
.ten_logo{
	position: absolute;
	top:7px;
	left: 15px;
	font-family: font2;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	display: none;
}
.ten_logo:hover{
	color: #fff;
}

.container_ho_tro {
    position: fixed;
    top: 200px;
    width: 285px;
    cursor: pointer;
    z-index: 99999;
    text-align: left;
    background: url(/images/support.png) no-repeat left top;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.container_ho_tro:hover{
	right: 0px !important;
}
.ho_tro {
    float: right;
    width: 250px;
    background: #fff;
    padding: 20px;
    height: 164px;
}
.btn-booking-container {
    height: 35px;
    margin: 10px 0;
}
.btn-booking {
    background: #00578f;
    color: #fff;
    padding: 7px 20px;
}
.btn-booking:hover {
    background: #0072bb;
    color: #fff;
}
@media (min-width: 1200px){
	.container{
		width: 1140px;
	}
}
@media (max-width: 1200px){
	.nha_hang_margin {
    	margin-right: 210px;
	}
	.form_booking div:nth-child(2){
		width: 115px;
	}
	.form_booking div:nth-child(5), .form_booking div:nth-child(6), .form_booking div:nth-child(7) {
    	width: 110px;
	}
	.section_contact{
		height: auto;
	}
	.ten_lien_he{
		margin: 0;
	}

	.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;
	}
	.khung_ngoai_khuyen_mai,.khung_ngoai_tong_phong{
		width: 49.4999%;
	}
}
@media (max-width: 992px){
	.img-c-two2{
		width: 100%;
		height: 432px;
	}
	.booking_menu_small{
		right: 160px;
	}
	.link_nhanh{
		padding-right: 20px;
    	padding-left: 5px;
	}
	.link_nhanh_right {
	    padding-left: 5px;
   		margin-top: 10px;
    	padding-right: 20px;
	}
	.ten_link_nhanh_right{
		text-align: left;
	}
	.input_email,.input_submit{
		float: left;
	}
	.khung_ngoai_khuyen_mai,.khung_ngoai_tong_phong {
		width: 50%;
		margin-bottom: 20px;
	}
	.section_tong_quan{
		padding: 43px 15px 20px 0;
	}
	.khung_ngoai_khuyen_mai {
    	padding: 0 15px;
    	margin-right: 0;
	}
	.khung_ngoai_tong_phong{
		padding: 0 15px;
		margin-left: 0;
	}
	.bg_tong_phong{
		left: 15px;
	    right: 15px;
	    width: auto;
	    top: 1px;
	}
	.img_tong_phong{
		padding:0 15px;
	}
	.dat_ngay{
		right: 15px;
	}
	.ten_tong_phong{
		padding-right:0;
	}
	.line_tong_phong{
		left: 15px;
    	top: 51px;
	}
	.booking_menu_small{
		display: block;
	}
	.ten_booking_online_1{
		display: block;
	}
	.khung_ngoai_gioi_thieu{
		width: 100%;
	}
	.social-navbar{
    	height: 108px;
    }
	.khung_booking_menu{
		display: none;
	}
	.logo{
		height: 75px;
   		text-align: left;
	}
	.booking_online{
		right: 56px;
	}
	.title_gioi_thieu_sub span{
		background: none;
		padding: 0;
	}
	.copyright_right{
		text-align: center;
	}
	.ten_dvu{
		font-size: 16px;
    	padding: 6px 0;
	}
	.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: #00578f;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #777777;
	}
	.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;
		background: #E9EDF1;
	}
	.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: rgba(119, 119, 119, 0.33);
		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: rgba(119, 119, 119, 0.33);
		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: rgba(119, 119, 119, 0.33);
		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: #fff !important;
		color: #00578f !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;
	}
	.nha_hang_margin{
		margin-right:0;
	}
}
@media (max-width: 767px){
	.khung_ngoai_khuyen_mai{
		height: 399px;
	}
	.link_nhanh_right{
		margin-bottom: 20px;
	}
	.booking_menu_small{
		right: 100px;
	}
	.khung_ngoai_khuyen_mai, .khung_ngoai_tong_phong {
    	width: 100%;
	}
	.section_tong_quan{
		padding: 43px 0px 20px 0px;
	}
	.title_gioi_thieu_sub{
		width: 100%;
	}
	.khung_ngoai_gioi_thieu{
		margin-top: -50px;
	}
	.caption_banner{
		display: none;
	}
	 #ui-datepicker-div{
    	z-index: 9999!important;
  	}
	.booking_online {
    	left: 111px;
	}
	.section_contact{
		padding: 20px 0 0 15px;
	}
	.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 15px 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%;
	}
}
@media (max-width: 480px){
	.section_contact {
	    background: url(/images/right_contact.png) top 10px right repeat-y, url(/images/bg_contact.png) center repeat;
	    background-position:100% 0%;

	}
	.social-navbar {
	    background:url(/images/bg_menu_right.png) bottom 0px right no-repeat, url(/images/bg_menu.png) top center repeat-x;
	}
	.ten_logo{
		display: block;
	}
	.ten_tong_phong {
	    padding-right: 0px;
	    font-size: 19px;
	}
	.input_email{
		width: 190px;
	}
	.booking_menu_small{
		left: 15px;
	}
	.khung_title_gioi_thieu {
    	margin-bottom: -20px;
	}
	.nav > li > a{
		padding: 3px;
		border: 0;
	}
	.img_home{
		width: 100%;
	}
	.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: 17px;
		padding: 0 5px;
	}
	.title_gioi_thieu_sub{
		font-size: 13px;
    	padding-bottom: 20px;
	}
	.noi_dung_gioi_thieu{
		padding: 0;
	}
	.owl-carousel-room{
		padding: 0;
	}
	.img-c-two2{
		height: 152px;
	}
	.booking_room {
	    right: 5px;
	    bottom: 65px;
	}
	.booking_online{
		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;
	}
}
