﻿/*---------------------Máy tính bàn-----------------------------*/
@media only screen and (min-width : 1200px){

   
}
@media only screen and (min-width : 1200px) and (max-width : 1400px){
/*.kb_wrapper
{
    max-height: 650px;
}
*/

}
/*---------------------Máy tính bảng ngang-----------------------------*/
/*@media only screen and (min-width : 960px) and (max-width : 1199px){*/
@media only screen and (min-width : 992px) and (max-width : 1200px)
{
.header_left {
    width: 100px;
}
.footer_logo {
    display: none;
}
.caption_bg {
    left: 38px;
    top: 78px;
    padding: 22px 25px 22px 25px;
}
.caption_title {
    font-size: 25px;
}
.caption_slogan {
    font-size: 14px;
    margin-top: 10px;
}
.news_title{
	font-size:13px;
    line-height: 19px;
}
}
/*---------------------Máy tính bảng dọc--------------------------------*/
/*@media only screen and (min-width : 768px) and (max-width : 959px){*/
@media only screen and (min-width : 768px) and (max-width : 992px)
{
.header_left {
    width: 80px;
}
.logo_bg 
{
    width: 182px;
}
.logo {
    width: 106px;
    margin: 18px 0 0 0;
}
.menu_left {
    margin-right: 16px;
    width: 520px;
}
nav .menu_item 
{
    margin:3px 0 0 32px;
}
.caption_bg {
    width: 420px;
    left: 38px;
    top: 68px;
    padding: 18px 20px 18px 20px;
}
.caption_title {
    font-size: 22px;
}
.caption_slogan {
    font-size: 13px;
    margin-top: 10px;
}
.caption_bg .readmore_btn {
    display: none;
}
.home_project_bg .info {
    padding: 0 68px;
}
.news_item .title {
    font-size: 12px;
    line-height: 20px;
}
.news_item.small_item .title {
    font-size:10px;
    line-height: 14px;
}
.footer_info_bg 
{
    height: 268px;
}
.footer_info {
    margin: 25px 0 0 -6px;    
}
.footer_info .item{
    float: left;
    width: 276px;
    margin:0 32px 0 0;
}
.footer_info .connect{
    width: 126px;
    margin:0 0 0 0;
}
.partner_title_bg{
    width: 188px;
	font-size:14px;
}
.partner_bg img{
	max-width:146px;
	max-height:42px;
}
.left_menu_item{
    font-size:11px;
}
.left_menu_item i{
	margin-top:6px;
	margin-right: 5px;
    font-size: 10px;
}
.news_page_bg .container {
    padding: 0 5px;
}
.project_menu{
    padding-right: 10px;
}
.project_menu.news{
    padding-right: 5px;
}
.news_item {
    padding-bottom: 16px;
}
.about_service_title {
    height: auto;
}
.about_service_title span{
    height: auto;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 5px;
}
}
/*----------------------Điện thoại di động-------------------------------*/
/*@media only screen and (max-width : 767px)	{*/
@media only screen and (max-width : 767px)	{
body {
    font-size: 14px;
    line-height: 20px;
}
header{	
	height:48px;
}
.header_left {
    width: 60px;
    height: 45px;
}
.logo_bg 
{
    width: 138px;
    height: 45px;
}
.logo {
    float: left;
    width: 74px;
    height: 32px;
    margin: 5px 0 0 2px;
}
.lang_menu_bg {
    position: absolute;
    width: 65px;
    height: 22px;
    right: 46px;
    top: 14px;
    bottom: auto;
}
/* On mobile, desktop default uses white text over dark bg; here header is white,
   so make both VI/EN visible with dark green, keep selected slightly brighter */
header .lang_menu_bg a { color: #008240; }
header .lang_menu_bg a.selected { color: #00B359; }
.menu_left {
    /*display: none;*/
    position: absolute;
    height: auto;
    width: 100%;
    background: #fff;
    margin-right: 0;
    right: -100%;
    opacity: 0;
    /*right: 0;
    opacity: 1;*/
    top: 45px;
    height: auto;
    border-bottom: 3px solid #C69329;
}
nav{
    margin:0;
    /*padding-bottom: 1px;*/
    border-bottom: 1px solid rgba(0, 130, 64, 0.1);
}
.main_menu .menu_item{
    width: 100%;
    float: right;
    color: #008240;
    margin: 0 !important;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid rgba(0, 130, 64, 0.1);
    border-left: 5px solid #008240;
    padding-left: 18px;
}
.main_menu .menu_item.selected{
    background: #008240;
    color: #fff;
    border-left: 5px solid #C69329;
}
nav .menu_item:focus:after, 
nav .menu_item:hover:after, 
nav .menu_item.selected:after{
    display: none;
    height: 0;
    background: none;	
}
.menu_info {
    float: right;
    background: #008240;
    margin-top: 0;
    padding: 9px 0 8px 12px;
}
.menu_info a {
    float: left;
    /*margin-left: 20px;*/
    font-size: 13px;
    /*color: #008240;*/
    height: 30px;
    padding: 0 12px;
    line-height:30px;   
}
.mobile_search_bg {
    position: relative;
    float: left;
    width: 100%;
    height: 52px;
    background: #fff;    
}
.mobile_search_bg .search_bg {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    height: 36px;
    width: 96%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    /* Match desktop bubble */
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0, 130, 64, 0.15);
}
.mobile_search_bg .search_btn {
    float: right;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* Match desktop: transparent icon on light bubble */
    background: transparent;
    color: #008240;
    margin: 2px 2px 0 0;
}
.mobile_search_bg .search_btn i{
    line-height: 30px;
}
.mobile_search_bg .search_tf {
    float: left;
    width: 80%;
    margin-top: 1px;
}
.footer_info_bg 
{
    height: auto;
}
.footer_info .item{
    width: 100%;
    margin: 0 0 0 0;
}
.footer_info .connect{
    width: 100%;
    margin: 16px 0 0 0;
}
.privacy-menu-bg {
    margin-bottom: 0;
}
.footer_news_letter_bg {
    position: relative;
    float: left;
    width: 100%;
    right: 0;
    margin:18px 0 42px 0;
}
.footer_info_mobile {
    float: left;
    width: 100%;
    background:#FAFAFA;
    padding: 25px;
}
.footer_info_mobile .title{
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #008240;
    margin: 0 0 6px 0;
}
.footer_info_mobile span {
    color: #888; 
}
.footer_info_mobile .connect {
    float: left;
    width: 100%; 
    margin-top: 16px;
}
.footer_info_mobile .connect .title {
    float: left;
    width: auto;
    text-transform: none;
}
.footer_info_mobile .connect .info {
    float: left;
    margin:-3px 0 0 12px;
}
.footer_info_mobile .connect .info a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 8px;
    color: #008240;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;

}
.footer_info_mobile .connect .info a i,
.footer_info_mobile .connect .info a em {
    font-size: 20px;
    line-height:29px;
    color: #00b359;
    text-shadow: none !important;
    -webkit-transition: all 160ms linear;
    -moz-transition: all 160ms linear;
    -o-transition: all 160ms linear;
    -ms-transition: all 160ms linear;
    transition: all 160ms linear;
}
.footer_info_mobile .connect .info a:hover{ 
    border-bottom: none !important;
    text-shadow: none !important;
}
.footer_info_mobile .connect .info a:hover i,
.footer_info_mobile .connect .info a:hover em{
    color:#008240;  
    text-shadow: none;
    border-bottom: none;
}
.nivoSlider {
    width: 150%;
    margin-left: -25%;
}
/*.nivo-caption {
    height: 260px;
}*/
.caption_bg {
    width: auto;
    left: 20%;
    top: 60px;
    padding: 12px 15px 12px 15px;
}
.caption_title {
    font-size: 15px;
}
.caption_slogan {
    display: none;
}
.caption_bg .readmore_btn {
    display: none;
}
.nivo-directionNav {
    display: none;
}
.home_project_bg 
{
    padding: 38px 0 22px 0;
}
.home_project_bg .container{
    padding: 0 5px;
}
.home_title{
    font-size: 26px;
    padding-bottom: 36px;
}
.home_title:after{

    bottom: 12px;
}
.home_project_bg .info {
    padding: 0 30px;
}
.project_bg {

    margin-top:22px;
}
.project_bg .item{
    margin-bottom: 26px;
}
.home_news_bg {
    padding: 38px 0 28px 0;
}
.home_news_bg .container{
    padding: 0 5px;
}
/*.news_title {
    font-size: 26px;
    padding-bottom: 0;
    margin-left: 15px;
}
.news_title:after {
    right: -32px;
    top:18px;
}*/
.home_news_title{
    position: relative !important;
    float: left;
    width: 100%;
    font-size: 26px !important;
    padding-bottom: 36px !important;
    text-transform: uppercase;
    color: #0F5EA8;
    text-align: center;
}
.home_news_title:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #999;
    top: auto;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
}
.news_bg {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.col_01,
.col_02 {
    float: left;
    width: 100% !important;
    padding: 0 15px !important;
}
.news_item.big_item,
.news_item.small_item,
.news_item.small_item:nth-child(even){
    padding: 0 !important;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.news_item.big_item .title_bg,
.news_item.small_item .title_bg {
    position: relative;
    float: left;
    height: auto;
    margin-top: 0;
    background: #fff;
    background-clip: content-box;
}
.news_item.big_item .title,
.news_item.small_item .title {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
.news_item.big_item .title_bg .date,
.news_item.small_item .title_bg .date {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    padding: 0 15px 12px 15px;
    color: #888;
    font-size: 11px;
}
.news_item.big_item .readmore span,
.news_item.small_item .readmore span {
    width: 108px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.news_page_bg {
    padding: 35px 0 38px 0;    
}
.news_page_bg.about_page{
    padding: 35px 0 18px 0;    
}
.news_page_bg .container {
    padding: 0 5px;
}
.page_title_menu_left{
    margin-top: 2px;
}
.left_menu_bg{
    margin-bottom: 32px;
}
.page_banner img
{
    width: 150%;
    margin-left: -25%;
    height: auto;
}
.page_title{
	font-size:24px;
	padding: 0;
}
.about_title{
	font-size:15px;
    line-height: 24px;
	padding: 0 0 15px 0;
	margin-top:5px;
}
.about_service_title {
    height: auto;
}
.about_service_title span{
    height: auto;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 5px;
}
.news_item {
    padding-bottom: 16px;
}
.news_title{
	float:left;
    width: 100%;
	color:#008240;
    text-shadow:0 0 1px rgba(0,102,178,0.3);
	font-size:14px;
	text-transform: uppercase;
	padding: 0 0 6px 0;
	margin:12px 0 0 0;
}
.sub_title {
    font-size: 15px;
    color: #008240;
    font-weight: bold;
}
.split_bar_page_bottom {
    margin-top: -20px;
}
.news_title_details{
    float: left;
    width: 100%;
	color:#00b359;
	font-size:18px;
	/*font-family: 'SFUGillSans';*/
	padding: 6px 0 12px 0;
    text-transform: uppercase;
    line-height: 26px;
}
.contact_page_bg {
    padding: 38px 0 48px 0;
}
.contact_page_bg .container{
    padding: 0 5px;
}
.contact_title div {
    margin: 0 0 2px 15px;
}
.contact_title div:after{
    width: calc(100vw - 40px);
}
.project_page .contact_txt_bg{
    width:100%;
}
.project_page .contact_txt_bg:nth-child(even){
    float: left;
}






/*header {
    position: fixed;
    background: rgba(18,18,18,0.9);
    height: 42px;
}
.logo_bg 
{
    width: 88px;
    height: 26px;
    left: 8px;
    top: 8px;
}
.logo_bg .mini_logo{
    width: 100%;
    height: auto;
}
.header_top {
    height: 42px;
    border-bottom: none;
}
.header_top .item {
    float: left;
    margin: 10px 38px 0 0;   
}
.reservation_btn {
    right: 47px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    background: #fff;
    color: #A89F62;
    width: 100px;
}
.check_availability_bg 
{
    right: 46px;
    top: 42px;
}
header .lang_menu_bg
{
    top: 15px;
    left: auto;
    right: 150px;
}
.menu_btn
{
    position: absolute;
    /*left: 138px;!1!
    right: 0;
    top: 0;
    width:46px;
	height:42px;
	background:#A89F62;
    z-index: 399;
}
.main_menu {
    position: fixed;
    float: left;
    width: 220px;
    right: 0;
    top: 42px;
    margin-left:0;
    background: rgba(18,18,18,0.9);
    /*border-left: 6px solid rgba(154,114,45,0.8);!1!
    border-top: 3px solid #D3CB8E;   
    border-bottom: 3px solid #D3CB8E;
    overflow: hidden;    
    z-index: 189;
    height: 0;
    opacity: 0;
    /*height: 338px;
    padding: 12px 0 12px 28px;!1!
}
nav a {
    
    width: 100%;
    /*margin: 6px 5px 6px 5px;!1!
    margin: 10px 0 10px 0;
    height: 22px;
}
.menu_item:last-child
{
    margin-bottom:24px;
}
.footer_info_bg 
{
    height: auto;
}
.footer_contact_bg {
    width: 100%;
    padding: 0;
    height: auto;
    border-right: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #484848;
}
.footer_contact_bg .item{
    height: 32px;
    margin: 5px 8px 0 -5px;
    font-size: 13px;
}
.footer_contact_bg .item:first-child{
    margin-top: 18px;
}
.footer_contact_bg .item span.address{
    display: inline-block;
    margin: -31px 0 0 42px;
    height: 30px;
    line-height: 15px;
}
.footer_menu_bg {
    margin-top: 8px;
    width: 50%;
    height: auto;
    padding: 3px 10px 18px 5px;
    border-right: none;
}
/*.footer_menu_bg.vi{
    width: 190px;
    padding: 34px 10px 0 5px;
}!1!
.footer_menu_bg a {
    font-size: 10px;
}
.footer_connect_bg {
    float: right;
    height: auto;
    padding: 5px 6px 0 5px;
}
.footer_connect_bg a {
    margin: 10px 0 10px 0;

}
.home_slideshow {
    margin-top: 42px;
}
.item .carousel_title 
{
    bottom: 8px;
    width: 260px;
    height: 75px;
    background-size: contain;
}
.item .carousel_title a
{
    line-height: 28px;
    font:11px "SFU Bembo", "Times New Roman";
    padding-top: 3px;
}
.item .carousel_title a span{
    height: 36px;
    font: 14px "san_francisco_displaymedium",'Arial';
    margin-top: 3px;
    /*margin-top: 6px;!1!
}
.page_banner {
    margin-top: 42px;
}
.page_title 
{
    float: left;
    width: 100%;
    padding: 0 25px;          
    margin-bottom: 22px;    
}
.page_title span:first-child {
    font-size: 72px;
    height: 45px;
    margin-left: -16px;
}
.page_title span:last-child {
    font-size: 25px; 
    line-height: 26px;
}
.home_about_content {
    position: relative;
    width: 100%;
    padding: 0 25px;
    text-align: left;
}
.home_about_bg 
{
    padding: 46px 0 26px 0;
}
.home_about_link {
    margin-top: 18px;
}
.about_title 
{
    width: 100%;          
}
.about_title span:first-child {
    padding: 0 50px;
    font-size: 46px;
    line-height: 35px;
    height: auto;
    margin: -16px 0 0 -16px;
}
.about_title span:last-child {
    width: 100%;
    color: #666;
    font-size: 25px; 
    line-height: 26px;
    margin-top: 12px;
}
.content_about_img{
	position:relative;
	margin-top:22px;
	margin-bottom:18px;
}
.page_img{
	position:relative;
	height:auto;	
}
.page_img img {
	position:relative;
	width:100%;
    margin-bottom: 8px;
}
.about_location_list { 
    margin-bottom: 38px;
}
.rooms_page {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.room_title span,
.room_title span:first-child
 {
    width: 100%;
    font-size: 30px;
    margin-left: 0;
}
.room_item_img{
    width: 100%;	
}
.room_item_info_bg {
    width: 100%;
    padding: 12px 0 22px 0;
    /*padding: 12px 15px 10px 15px;
    margin-bottom: 18px;
    background: #F8F8F8; !1!
}
.room_item_bg:last-child .room_item_info_bg{
    padding-bottom: 0;
}
.room_item_info_bg .content{
	margin-top:3px;
}
.room_item_info_bg .link {
    margin-top: 6px;
}
.offers_bg {
    float: left;
    width: 100%;
    padding: 0 18px;
}
.rooms_info_group_01 div{
    width: 100%;
    margin-top: 10px;
    height: auto;
}
.dining_item{
    height: auto;
    margin-bottom: 18px;  
}
.dining_item_img {
    float: left;
    width: 100%;
}
.dining_item_img:last-child{
    position: relative;
    float: left;
    width: 100%;
}
.dining_item_content {
    height: auto;
    padding-bottom: 36px;
}
.service_item_info_bg {
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
}
.room_item_bg:last-child .service_item_info_bg{
    margin-bottom: 0;
}
.service_item_info_bg .title{
    float: left;
    width: 100%;
    margin-top: 12px;
}
.service_item_info_bg .content{
    float: left;
    width: 100%;
	margin-top:6px;
}*/

}
@media only screen and (max-width : 374px) {
/*.logo_bg {
    width: 60px;
    height: 18px;
    left: 8px;
    top: 12px;
}*/
}

/* Fine-tune Nivo Slider on small screens */
@media (max-width: 576px) {
  .home_slideshow,
  .home_slideshow .slider-wrapper,
  .home_slideshow .nivoSlider,
  .home_slideshow .theme-default .nivoSlider {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .home_slideshow img,
  .home_slideshow .nivo-main-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
}

/* Ensure body content sits below fixed header */
@media only screen and (max-width: 767px) {
  .body_bg { padding-top: 70px; }
}

