@font-face {
  font-family: 'font1';
  src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf')  format('truetype'), url('fonts/SegoeUI.svg#fonts/SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font2';
  src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/SegoeUI-Semibold.woff') format('woff'), url('fonts/SegoeUI-Semibold.ttf')  format('truetype'), url('fonts/SegoeUI-Semibold.svg#fonts/SegoeUI-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font3';
  src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/SegoeUI-Bold.woff') format('woff'), url('fonts/SegoeUI-Bold.ttf')  format('truetype'), url('fonts/SegoeUI-Bold.svg#fonts/SegoeUI-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font4';
  src: url('fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),  url('fonts/SegoeUIBlack.woff') format('woff'), url('fonts/SegoeUIBlack.ttf')  format('truetype'), url('fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
	height:100%;
}
body {
	color: #2a2a2a;
	background:#f1f1f1;
	font-size:14px;
	font-family: font1;
	overflow-x: hidden;
}
a {
  color: #2a2a2a;
  -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: #f89520;
}
.copyright{
	padding: 20px 25px 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.goon{
	position: fixed;
	right: 20px;
	bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
}
.goon a{
	color: #2a2a2a;
}
.goon img{
	margin-bottom:3px;
}
.required{
	color:#f00;
}
.ten_tin{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
.bg_btn_themes{
	background: #ff6f00;
  background-image: -webkit-linear-gradient(top, #ff6f00, #a6500a);
  background-image: -moz-linear-gradient(top, #ff6f00, #a6500a);
  background-image: -ms-linear-gradient(top, #ff6f00, #a6500a);
  background-image: -o-linear-gradient(top, #ff6f00, #a6500a);
  background-image: linear-gradient(to bottom, #ff6f00, #a6500a);
	color:#fff;
}
.bg_btn_themes:hover{
	background: #a6500a;
  background-image: -webkit-linear-gradient(top, #a6500a, #ff6f00);
  background-image: -moz-linear-gradient(top, #a6500a, #ff6f00);
  background-image: -ms-linear-gradient(top, #a6500a, #ff6f00);
  background-image: -o-linear-gradient(top, #a6500a, #ff6f00);
  background-image: linear-gradient(to bottom, #a6500a, #ff6f00);
	color:#fff;
}
/*--------------------
 *  More
 */
/*--------------------*/
.lined-heading{
	position: relative;
	text-align: left;
	display: block;
	text-transform:uppercase;
	margin:30px 0 20px 0;
}
h2.lined-heading span {
	font-size: 30px;
	color: #f89520;
}
h2.lined-heading:before{
	position: absolute;
	bottom:10px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	content: "";
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
}
.khung_cms{
	margin-bottom:20px;
}
.img_cms img {
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
	background:#fff;
	box-shadow: 0 0 5px #000;
}
.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;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: font2;
}
.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;
	color: #333;
}
.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{
	font-size:13px;
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
#map {
	width: 100%;
	height: 500px;
	overflow: visible !important;
	border: 1px solid;
}
.mt50{
	margin-top:50px;
	margin-bottom:20px;
}
.btn-lienhe{
	background:#f89520;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #db831a;
	font-size:14px;
}
.btn-lienhe:hover{
	background:#db831a;
	color:#fff;
}
/*--------------------
 *  More
 */
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    background: 0 0;
}
.menu-logo{
	width: 100%;
	height: 113px;
	background: #fff;
	padding-top: 5px;
}
.logo{
	width: 77px;
	height: 101px;
	margin: 0 auto;
}
.logom{
	width: 39px;
	height: 45px;
	margin: 30px auto 0;
}
.site-menu {
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1056;
    background: url(/images/bg_menu.png);
    overflow: hidden;
    outline: none;
}
.site-menu .menu-nav {
    padding: 0;
    margin: 30px;
}
.site-menu .menu-nav>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-menu .menu-nav>ul>li>a {
    position: relative;
    text-align: left;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0;
}
.site-menu .menu-nav>ul>li a:hover,
.site-menu .menu-nav>ul>li a.active {
    color: #f89520;
}
.menu-nav>ul>li>a>span {
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background-image: url(/images/icon_menu.png);
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	-o-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
}
.menu-nav>ul>li>a>span.menu_1 {
    background-position: left top;
}
.menu-nav>ul>li>a:hover>span.menu_1, .menu-nav>ul>li>a.active>span.menu_1 {
    background-position: 19px top;
}
.menu-nav>ul>li>a>span.menu_2 {
	height: 17px;
    background-position: left -36px;
}
.menu-nav>ul>li>a:hover>span.menu_2, .menu-nav>ul>li>a.active>span.menu_2 {
    background-position: 19px -36px;
}
.menu-nav>ul>li>a>span.menu_3 {
    background-position: left -73px;
}
.menu-nav>ul>li>a:hover>span.menu_3, .menu-nav>ul>li>a.active>span.menu_3 {
    background-position: 19px -73px;
}
.menu-nav>ul>li>a>span.menu_4 {
    background-position: left -109px;
}
.menu-nav>ul>li>a:hover>span.menu_4, .menu-nav>ul>li>a.active>span.menu_4 {
    background-position: 19px -109px;
}
.menu-nav>ul>li>a>span.menu_5 {
	height: 12px;
    background-position: left -146px;
}
.menu-nav>ul>li>a:hover>span.menu_5, .menu-nav>ul>li>a.active>span.menu_5 {
    background-position: 19px -146px;
}
.menu-nav>ul>li>a>span.menu_6 {
	height: 12px;
    background-position: left -146px;
}
.menu-nav>ul>li>a:hover>span.menu_6, .menu-nav>ul>li>a.active>span.menu_6 {
    background-position: 19px -146px;
}
.menu-nav>ul>li>a>span.menu_7 {
	height: 12px;
    background-position: left -183px;
}
.menu-nav>ul>li>a:hover>span.menu_7, .menu-nav>ul>li>a.active>span.menu_7 {
    background-position: 19px -183px;
}
.menu-nav>ul>li>a>span.menu_8 {
	height: 14px;
    background-position: left -218px;
}
.menu-nav>ul>li>a:hover>span.menu_8, .menu-nav>ul>li>a.active>span.menu_8 {
    background-position: 19px -218px;
}
.site-menu-small {
    width: 46px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1056;
    background: url(/images/bg_menu.png);
    overflow: hidden;
    outline: none;
    left: -46px;
}
.site-menu-small .menu-nav {
    padding: 0;
    margin: 30px 15px;
}
.site-menu-small .menu-nav>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-menu-small .menu-nav>ul>li>a {
    position: relative;
    text-align: left;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    padding: 3px 0;
}
.site-menu.mobile {
    height: 120%;
    padding-bottom: 100px;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
}
.site-menu.mobile .menu-footer {
    position: static;
}
.site-toggle {
    width: 27px;
    height: 27px;
    line-height: 42px;
    position: fixed;
    top: 0px;
    left: 200px;
    z-index: 1080;
    background: rgba(19, 31, 59, 0.7);
    padding: 4px 5px;
}
.icon-toggle{
	border-bottom:solid 2px #fff;
	width: 17px;
	margin:0 0 4px 0;
}
.khung_top{
	left:0;
	right:0;
	position:fixed;
	top:0;
	height:27px;
	background: rgba(255, 255, 255, 0.8);
	z-index:99;
	color: #2a2a2a;
	padding-top: 3px;
	font-size: 13px;
	padding-left: 245px;
}
.dia_chi, .email {
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: solid 1px #afafaf;
}
.hotline{
	float: left;
}
.lang{
	position:absolute;
	right: 225px;
	top:0;
}
.btn-show_content{
	height:27px;
	line-height:23px;
	background:url(/images/icon_lang.png) no-repeat right 10px top 12px;
	color:#2a2a2a;
	width: 80px;
	text-align:left;
	text-indent:10px;
}
.btn-show_content img{
	margin-top: -3px;
}
.well{
	border-radius: 0;
	width:80px;
	line-height:28px;
	background:#fff;
	padding:0;
	text-indent:10px;
}
.well a{
	color:#414142;
}
.btn-booking {
	background: #0c1426;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-family: font3;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 4px 25px 3px;
}
.btn-booking img {
	margin-top: -3px;
}
.skrollr-desktop body {
	height:100% !important;
}
.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}
.parallax-image-wrapper-100 {
	height:100%;
	top:-100%;
}
.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-image-100 {
	height:100%;
	top:0;
}
.parallax-image.skrollable-between {
	display:block;
}
.no-skrollr .parallax-image-wrapper {
	display:none !important;
}
#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}
.gap {
	background:transparent center no-repeat;
	background-size:cover;
	position:relative;
}
.skrollr .gap {
	background:transparent !important;
}
.gap-100 {
	height:100%;
}
.header, .content {
	background:#fff;
	padding:1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content-full {
	height:100%;
}
.section-nav {
    position: absolute;
    z-index: 99;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: auto;
}
.nav-down {
    position: relative;
    cursor: pointer;
    display: block;
    margin: auto;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    background-image: url(/images/arrow_down_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    opacity: 0.7;
}
.nav-top {
    background-image: url(/images/arrow_top_white.png);
}
.main{
	margin-top:0;
}
.slider {
	position: relative;
}
.gioi_thieu_home {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 100px;
	width: 720px;
	height: 440px;
	padding: 30px 35px;
	background: rgba(12, 20, 38, 0.8); 
	color: #fff;
}
.open_page, .close_page {
	background: #f89520;
	color: #fff;
	padding: 6px 10px;
}
.close_page {
	position: absolute;
	top: 0;
	left: -28px;
}
.open_page {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 9;
	display: none;
}
.title_gt_home_1 {
	font-family: font2;
	font-size: 30px;
	padding: 0;
	margin: 0;
}
.title_gt_home_1 span {
	font-size: 30px;
	font-family: font4;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #000;
}
.title_gt_home_1 span:nth-child(1) {
	color: #bf202f
}
.title_gt_home_1 span:nth-child(2) {
	color: #f7941e
}
.title_gt_home_2 {
	font-size: 24px;
	margin: 5px 0 25px;
	padding-bottom: 25px;
	background: url('/images/line.png') no-repeat left bottom;
}
.gt_home {
	text-align: justify;
	line-height: 22px;
	margin-bottom: 30px;
	height: 260px;
}
.faci {
	text-align: center;
	margin: 0;
	padding: 0;
}
.faci li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 30px;
}
.social1 {
	border-top: dotted 1px #fff;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 20px;
}
.copyright2 {
    padding: 0 6px;
    color: #fff;
}
.social2 {
	border-top: dotted 1px #fff;
	text-align: center;
	padding-top: 10px;
	line-height: 30px;
}
.khuyen_mai {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 250px;
}
.title_khuyen_mai {
	background: url('/images/bg_km.png') no-repeat;
	width: 158px;
	height: 45px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-family: font3;
	text-align: center;
	line-height: 34px;
	z-index: 9;
	position: relative;
}
.khuyen_mai_home {
	width: 260px;
	padding: 20px 25px;
	background: rgba(255, 255, 255, 0.9);
	margin-top: -11px;
	display: none;
}
.ten_khuyen_mai_home {
	font-family: font3;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.chu_thich_khuyen_mai_home {
	margin-bottom: 5px;
}
.xemthem_khuyen_mai_home {
	color: #f89520;
}
.xemthem_khuyen_mai_home img {
	margin-top: -3px;
}
.page {
	padding: 40px 45px 70px 250px;
	width: 100%;
	display: table;
	clear: both;
}
.section_rooms {
}
.title_page {
	font-size: 30px;
	color: #f89520;
	margin-bottom: 20px;
}
.des_page {
	text-align: justify;
	line-height: 22px;
	margin-bottom: 30px;
}
.left_1 {
	width: 70%;
	float: left;
}
.right_1 {
	float: left;
	width: 30%;
}
.room {
	position: relative;
}
.room img {
	width: 100%;
}
.info_room {
	position: absolute;
	left: 0;
	bottom: 0;
}
.gia_room {
	font-size: 18px;
	color: #fff;
	background: rgba(19, 31, 59, 0.7);
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	float: left;
}
.btn-book-room {
	background: #f0ebe5;
	color: #f89520;
	text-transform: uppercase;
	height: 43px;
	line-height: 43px;
	padding: 0 15px;
	border: 0;
	font-family: font2;
}
.nav-tabs-custom-2 {
  	border: 0;
  	margin: 0;
  	position: relative;
  	padding: 0;
}
.nav-tabs-custom-2 li {
    margin: 0; 
    float: none;
    display: block;
    padding: 0;
    width: 100%;
}
.nav-tabs-custom-2 li a {
	padding: 14px 30px;
	color: #2a2a2a;
	background: #fff;
	border-radius: 0;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #dddddd;
	margin: 0;
}
.nav-tabs-custom-2 li a span.ten {
	text-transform: uppercase;
	font-family: font2;
}
.nav-tabs-custom-2 li a:hover, .nav-tabs-custom-2 li a:focus, .nav-tabs-custom-2 li.active a, .nav-tabs-custom-2 li.active a:hover, .nav-tabs-custom-2 li.active a:focus {
	color: #fff;
	background: #f89520;
	border: 0;
}
.nav-tabs-custom-2 li:last-child a{
	border-bottom: 0;
}
.gap-100 section{
	width:100%;
	height:100%;
}
.bottom_hide{
	display:none;
}
.bx-wrapper img{
	width:100%;
	height:100%;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.khung_info_page_2{
	display:none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:75px;
}
.m_home{
	display:none;
}
.m_home div.section_mo_home{
	position:relative;
	height:250px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.m_home div.section_m_home_2{
	position:relative;
	width:100%;
	float:left;
}
.khung_booking_m{
	background:#484848;
	display:none;
	color:#fff;
	padding:0;
}
.booking_m{
	text-transform:uppercase;
	color:#fff;
	background:#f5821f;
	padding:5px 20px;
	float:left;
}
.booking_m:hover{
	color:#fff;
}
.khung_booking_m .hotline_m{
	float:right;
	text-align:right;
	padding:5px;
}
.form-group label{
	color:#000;
}
.post-item-detail-inner table{
	border:solid 1px #fff;
}
.post-item-detail-inner table tr td{
	padding:5px;
	border:solid 1px #fff;
}
/* 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;
}
/*======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;
}
.section_apartment {

}
.khung_pro_sys{
	float: left;
	width: 32%;
	max-width: 347px;
	margin:0 3px 30px;
	position:relative;
}
.khung_pro_sys_img{
	text-align:center;
}
.khung_pro_sys_img img{
	width:100%;
}
.khung_pro_sys_foot{
	background: #fff;
	padding:14px 30px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.khung_pro_sys_ten{
	font-size:16px;
	text-transform:uppercase;
	font-family:font2;
	margin-bottom: 5px;
}
.khung_pro_sys_info {
	position: absolute;
	right: 0;
	top: 0;
}
.khung_pro_sys_gia {
	font-size: 18px;
	color: #fff;
	background: rgba(19, 31, 59, 0.7);
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	float: left;
}
.btn-book-pro-sys {
	background: #f0ebe5;
	color: #f89520;
	text-transform: uppercase;
	height: 43px;
	line-height: 43px;
	padding: 0 15px;
	border: 0;
	font-family: font2;
}
.khung_pro_sys:hover .khung_pro_sys_foot {
	color: #fff;
	background: #f89520;
}
.khung_pro_sys:hover .khung_pro_sys_foot .khung_pro_sys_ten {
	color: #fff;
}
.service{
	position:relative;
	margin-bottom:30px
}
.service a{
	display:block;
	overflow:hidden;
}
.service img{
	width:100%;
}
.service img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.service:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.service_ten{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:45px;
	background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: font1;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 17px;
	text-align:center;
}
.mb30 {
	margin-bottom: 30px;
}
.site-toggle-m {
	left: 0;
	display: none;
}
.gal_home {
	overflow: hidden;
	padding: 0 5px;
}
.btn-xem-them {
    background: #f89520;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
.btn-xem-them:hover {
    background: #e08214;
    color: #fff;
}
#owl-services, #owl-gal {
    max-width:1054px;
}
#owl-services .owl-item {
    padding: 0 15px;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 50%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
@media (max-width: 1200px){
	.email {
		display: none;
	}
	.khung_pro_sys_ten {
		font-size: 14px;
	}
}
@media (max-width: 992px){
	.dia_chi, .btn-show-hide, .nav-tabs-custom-2 li a span.mota {
		display: none;
	}
	.gioi_thieu_home {
	    position: relative;
	    right: inherit;
	    top: inherit;
	    width: calc(100% - 200px);
	    height: auto;
	    padding: 30px 35px;
	    background: rgba(12, 20, 38, 1);
	    color: #fff;
	    left: 200px;
	}
	.nav-tabs-custom-2 li a {
		padding: 10px 15px;
	}
	.khung_pro_sys {
		width: 48%;
	}
	#frmContact {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.hotline, .site-toggle, .site-menu-small, .goon {
		display: none;
	}
	.btn-booking {
		font-size: 11px;
		padding: 6px 25px 5px;
	}
	.lang {
		right: 185px;
	}
	.site-menu {
		display: none;
		left: -200px;
	}
	.site-toggle-m {
		display: block;
		background: rgba(19, 31, 59, 1);
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	    display: none;
	}
	.gioi_thieu_home {
		width: 100%;
		padding: 20px 25px;
		left: 0;
	}
	.title_gt_home_1 {
		font-size: 19px;
	}
	.title_gt_home_1 span, .title_page {
		font-size: 22px;
	}
	.title_gt_home_2 {
		font-size: 18px;
	}
	.faci li {
		margin-bottom: 30px;
		height: 95px;
		width: 49%;
		padding: 0;
	}
	.page {
		padding: 20px 15px 0;
		display: inherit;
	}
	.left_1, .right_1 {
		width: 100%;
		float: none;
	}
	.right_1 {
		margin-top: 15px;
	}
	.khuyen_mai {
		left: 15px;
	}
	.khung_pro_sys {
		width: 100%;
		margin: 0 0 30px;
	}
}
