@import url('font-awesome.min.css');

@charset "utf-8";

/*all room*/
#section_allroom {
    padding: 130px 0 0 0;
    background-image: url(../images/allroom/bg-allroom.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    background-position: top center;
}

#allroom1 {
    padding-bottom: 30px;
    width: 980px;
    margin: auto;
}

#allroom1>ul {
    margin: 0;
    padding: 0;
}

#allroom1>ul li.room-big {
    display: inline-block;
    margin: 3px;
    width: 974px;
    height: 237px;
}

#allroom1>ul li.room {
    display: inline-block;
    margin: 3px 1px;
    height: 237px;
    width: 49.2%;
}



#allroom1>ul li.room-big>div {
    width: 100%;
    height: 237px;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
    transition: transform .35s, filter .35s, opacity .7s;
    will-change: transform;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#allroom1>ul li.room>div {
    width: 100%;
    height: 237px;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
    transition: transform .35s, filter .35s, opacity .7s;
    will-change: transform;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#allroom1>ul li:hover {
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);
    cursor: pointer;
}

#allroom1>ul li:hover>.cover {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#allroom1>ul li.room-big>div>.cover {
    background: url(../images/allroom/bg-cover.png) repeat top center;
    cursor: pointer;
    display: table;
    width: 100%;
    height: 237px;
    position: absolute;
    opacity: 1;
    margin: 0 0 0 0;
}

#allroom1>ul li.room-big>div>.text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 60px 0 0 0;
    font-weight: bold;
}

#allroom1>ul li.room-big>div>.text>.h1 {
    font-family: 'NoteraPersonalUseOnly';
    font-size: 55px;
}

#allroom1>ul li.room-big>div>.text>.h2 {
    font-family: 'Georgia-Bold';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#allroom1>ul li.room-big>div>.text>.btn {
    margin: 30px 0 0 0;
}

#allroom1>ul li.room>div>.cover {
    background: url(../images/allroom/bg-cover.png) repeat top center;
    cursor: pointer;
    display: table;
    width: 100%;
    height: 237px;
    position: absolute;
    opacity: 1;
    margin: 0 0 0 0;
}

#allroom1>ul li.room>div>.text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 60px 0 0 0;
    font-weight: bold;
}

#allroom1>ul li.room>div>.text>.h1 {
    font-family: 'NoteraPersonalUseOnly';
    font-size: 55px;
}

#allroom1>ul li.room>div>.text>.h2 {
    font-family: 'Georgia-Bold';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#allroom1>ul li.room>div>.text>.btn {
    margin: 30px 0 0 0;
}

#section_allroom .menu_room_res {
    display: none;
}

#section_allroom .menu_room {
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    width: 100%;
}

#section_allroom .menu_room ul {
    margin: 0;
    padding: 0;
}

#section_allroom .menu_room ul li {
    display: inline-block;
    width: 18.7%;
    margin: 3px;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: 'Georgia';
    font-size: 16px;
    text-align: center;
}

#section_allroom .menu_room ul li a{
    display: block;
    color: #fff;
    font-family: 'Georgia';
    font-size: 16px;
    padding: 18px 0;
    text-decoration: none;
}

#section_allroom .menu_room ul li.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#section_allroom .menu_room ul li:hover {
    background: #edd089;
    border: 1px solid #edd089;
    color: #000;
    cursor: pointer;
}

#section_allroom .menu_room ul li:hover > a {
    color: #000;
    cursor: pointer;
}

.normalLink { text-decoration: none;}
.normalLinkYellow { text-decoration: none; color: #cda349;}
.textYellow { color: #cda349;}
.textWhite { color: #ffffff;}
.noPadTop { padding-top:0 !important;}
.pageListWrapper { width:40%; margin:0 auto;}
.pageList { margin: 0; padding: 0; list-style: none; text-align:left; font-size: 14px;}
.pageList li { padding:5px 0; display: block;}
.pageList li a{ text-decoration: none; color: #fff;}
.pageList li ul {margin-bottom: 0; padding-bottom: 0;margin-top: 0; padding-top: 0;}
.pageList li ul li:last-child{ padding-bottom: 0;}

ul.sitemap {
  /* list-style: none; */
  text-align: left;
}
ul.sitemap li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
}
ul.sitemap li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
ul.sitemap > li.sub li.sub > a ,
ul.sitemap > li.sub > a { margin-bottom:10px;}

ul.sitemap ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top:0;
  padding-left:25px;
}
ul.sitemap ul ul { padding-left: 40px;}
ul.sitemap ul li {
  position: relative;
}
ul.sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  border-left: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
/* 
ul.sitemap ul li:first-child::before{
    height: 90% !important;
    top:-0.7rem !important;
} */

ul.sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1.5rem;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
ul.sitemap ul li a {
  margin-left: 30px;
}

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

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

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

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

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

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

.img_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.img_hover:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

/*body:before {
    content: url('../images/black_ribbon_top_right.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}*/

body {
    margin: auto !important;
    background: #000;
    position: relative;
    -webkit-box-shadow: 0px 0px 18px 8px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 0px 18px 8px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 0px 18px 8px rgba(50, 50, 50, 0.27);
}

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

html {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

#containerBody {
    clear: both;
    width: 100%;
    background-color: #000;
    height: auto;
    display: block;
    margin: auto;
}

#container {
    width: 980px;
    margin: auto;
}

#container_faq {
    width: 940px !important;
    margin: auto;
    position: relative;
}

#containerMenu {
    background: url(../images/shared/bg-menu.png) repeat-x top center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 1001;
    margin: 16px 0 0 0;
}

#containerFooterImg {
    background: url(../images/shared/bg-footer.png) repeat-x top center;
    width: 100%;
    height: 28px;
    margin: -30px 0 0 0;
}

#containerFooter {
    background: #603913;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

/*menu*/
#menu #container{
    width: 1006px;
    position: relative;
}

#menu #container #menu-top{
    right: 0;
    width: 264px;
}

#menu-res {
    display: none;
}

#menu ul {
    /* width: 980px; */
    margin: auto;
    padding: 0;
    text-align: center;
}

#menu ul li {
    display: inline-block;
    margin: 81px 0 -33px 0;
    font-family: 'Georgia';
    color: #edd089;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
}

#menu ul li.logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

#logo-res {
    display: none;
}

#menu ul li.active {
    color: #fff;
}

#menu ul li:hover {
    cursor: pointer;
}

#menu ul li a {
    text-decoration: none;
    color: #edd089;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #fff;
}

#menu ul li a,
#menu ul li a.active {
    padding: 9px 14px;
    display: block;
}

#menu ul li a.active {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 130px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}

#menu-top {
    top: 0;
    font-family: 'Georgia';
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    margin: 12px 0 0 732px;
    width: 325px;
}

#menu-top .btn1 {
    display: inline-block;
    color: #edd089;
    margin-right: 15px;
}

#menu-top .btn1 a{
    color: #edd089;
    text-decoration:none;
}

#menu-top .btn1 a:hover{
    color: #fff;
}

#menu-top .btn1 .icon {
    display: inline-block;
    margin-top: 5px;
}

#menu-top .btn1 .text {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 5px;
    cursor: pointer;
}

#menu-top .btn2 {
    display: inline-block;
    color: #000;
    background: url(../images/shared/btn-book.jpg) no-repeat;
    width: 143px;
    height: 34px;
    text-indent: -9999px;
    /* padding: 11px 40px; */
    vertical-align: top;
    cursor: pointer;
}

#menu-top .btn2:hover {
    background: url(../images/shared/btn-book-hover.jpg) no-repeat;
}

#menu-res-drop {
    display: none;
}

/*reservation popup*/
#ContainerReservation {
    background: url(../images/home/bg-map.jpg) no-repeat top center;
    width: 100%;
    height: 520px;
}

#ContainerPopup {
    width: 100%;
    margin: auto;
    text-align: center;
}

#ContainerPopup .icon {
    padding: 55px 0 0 0;
}

#ContainerPopup .form_container {
    width: 100%;
    margin: 20px auto;
}

#ContainerPopup .form_container input {
    font-family: 'Georgia';
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #bbb8b4;
    width: 70%;
    padding: 10px;
}

#ContainerPopup .form_container .text {
    font-family: 'Georgia';
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 15px 0 5px 0;
}

#ContainerPopup .form_container .list {
    width: 80%;
    margin: auto;
}

#ContainerPopup .form_container .list>div {
    display: inline-block;
    width: 30%;
}

#ContainerPopup .form_container .list>div select {
    font-family: 'Georgia';
    font-size: 13px;
    color: #000;
    border: 1px solid #bbb8b4;
    width: 100%;
    padding: 8px;
}

#ContainerPopup button {
    background: #cda349;
    border: 1px solid #cda349;
    font-family: 'Georgia';
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    width: 77%;
}

#ContainerPopup button:hover {
    background: #000;
    border: 1px solid #000;
    cursor: pointer;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.section {
    background-size: cover;
}

.slide {
    background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section1 {
    background-image: url(../images/home/bg-home1.jpg);
    padding: 0 0 0 0;
}

#section2 {
    background-image: url(../images/home/bg-home2.jpg);
    /*padding: 6% 0 0 0;*/
    display: table-cell;
    vertical-align: middle;

}

#section3 {
    background-image: url(../images/home/bg-home3.jpg);
    /*padding: 6% 0 0 0;*/
    display: table-cell;
    vertical-align: middle;

}

#section4 {
    background-image: url(../images/home/bg-home4.jpg);
    padding: 6% 0 0 0;
    vertical-align: middle;
    background-position: center center;
}

#section5 {
    padding: 3% 0 0 0;
}

#section5_2 {
    padding: 3% 0 0 0;
    background-image: url(../images/shared/bg-footer.jpg);
    background-size: 3000px 290px;
    background-repeat: repeat;
    text-align: center;
}

#section5_2.fp-auto-height {
    height: 240px !important;
}
#section0{
    display:block;
}
/* #section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */

#section0 .layer .bg_black {
    width: 293px;
    height: 1000px;
    /*background-color: rgba(0, 0, 0, 0.6);
	background-size:100% 100%;*/
    margin: auto;
}

#section0 .layer .bg_black .logo_v {
    padding: 80% 0 0 0;
}

#section0 .layer .bg_black .button_v {
    padding: 30px 0 0 0;
}

#section0 .playButton{
    position: relative;
    display: block;
    
}

#section_around {
    background-color: #fff;
    padding: 5% 0 0 0;
}

#section_contact {
    background-image: url(../images/contact/bg-contact.jpg);
    padding: 4% 0 0 0;
}

#section_faq {
    background-image: url(../images/contact/bg-faq.jpg);
    background-repeat: repeat-y;
    padding: 150px 0 0 0;
}

#section_promotion {
    background-image: url(../images/promotion/bg-promotion.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    padding: 0 0 0 0;
    background-size: 2600px;
    background-position: top center;
}

#section_event {
    background-image: url(../images/promotion/bg-promotion.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    padding: 0 0 0 0;
    background-size: 2600px;
    background-position: top center;
    margin: -4px 0 0 0;
}

#section_gallery {
    background-image: url(../images/gallery/bg-gallery.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    padding: 8% 0 0 0;
    background-size: 2600px;
    background-position: top center;
}

#section_timeline {
    background-image: url(../images/about/bg-about-timeline.jpg);
    padding: 8% 0 0 0;
}

#section_facility {
    padding: 0 0 0 0;
}

.arrow_v {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: auto;
    left: 0;
}

#section0 .layer .bg_black .button_v button {
    /*background-color:#edd089;*/
    background: url(../images/shared/btn-book-v.jpg) no-repeat top center;
    width: 143px;
    height: 34px;
    border: none;
    font-family: 'Georgia-bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    /*padding:15px 40px;*/
    cursor: pointer;
    text-indent: -9999px;
}

#section0 .layer .bg_black .button_v button:hover {
    /*background-color:#000;*/
    background: url(../images/shared/btn-book-v-hover.jpg) no-repeat top center;
    color: #edd089;
}

#section0 {
    overflow: hidden;
}

#section0 a.playButton{
    background: url(../images/shared/vdo-button.png) no-repeat top right;
    display: block;
    text-indent: -99999px;
    position: absolute;
    background-size: contain;

    /* width: 180px; 
    height: 180px;
    top:calc(50% - 90px);
    left:calc(50% - 111px); */

    width: 68px; 
    height: 49px;
    bottom:3%;
    left:3%;
    opacity: 0.8;
    z-index: 10;
}

#section0 a.playButton:hover{
    opacity: 1;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    /* in case the video doesn't fit the whole page*/
    /*background-image:*/
        /* our video */
  
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}

/*around*/
#box {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

/*#around_map{width:2298px; height:auto; cursor:move; left:-750px; top:-120px;}
*/
#around_map {
    width: 100%;
    height: auto;
    cursor: move;
}

img[usemap],
map area {
    outline: none;
}

#section_around #icon_menu {
    padding: 20px 0 0 0;
    position: absolute;
    z-index: 4;
    right: 30px;
}

#section_around #icon_menu ul {
    margin: 0;
    padding: 0;
}

#section_around #icon_menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

#section_around #icon_menu ul li img {
    border: 1px solid #000;
}

#section_around #icon_menu ul li img:hover {
    border: 1px solid #edd089;
    cursor: pointer;
}

#section_around #bg_around {
    background: url(../images/around/bg-list-around.jpg) no-repeat top center;
    width: 424px;
    height: 500px;
    right: -1px;
    position: absolute;
    z-index: 5;
}

#section_around #bg_around #close_bg {
    padding: 35px 0 5px 0;
    cursor: pointer;
}

#section_around #bg_around #content-list-around {
    width: 90%;
    height: 380px;
    margin: auto;
}

#section_around #bg_around #content-list-around ul {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

#section_around #bg_around #content-list-around ul li {
    display: inline-block;
    list-style: none;
    width: 42%;
    margin: auto;
    padding: 5px;
    vertical-align: top;
}

#section_around #bg_around #content-list-around ul li .text {
    font-family: 'helvethaicaregular55';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 5px 0 0 0;
    width: 90%;
    margin: auto;
    text-align: center;
}

a:-webkit-any-link {
    text-decoration: none;
    color: #fff;
}

#section_around #bg_around #content-list-around ul li:hover {
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



/*home*/
#home1 {
    padding: 80px 0 0 0;
}

#home1 .icon {
    margin: 0 0 -30px 0;
}

#home1 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 500;
}

#home1 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 30px;
    margin: -45px 0 0 0;
    font-weight: 500;
}

#home1 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 24px;
    width: 85%;
    margin: auto;
    padding: 30px 0 0 0;
}

#home2 {
    padding: 80px 0 0 0;
}

#home2 .icon {
    margin: 0 0 -30px 0;
}

#home2 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
}

#home2 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 30px;
    margin: -45px 0 0 0;
}

#home2 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 22px;
    width: 70%;
    margin: auto;
    padding: 30px 0 0 0;
}

#home3 {
    padding: 80px 0 0 0;
}

#home3 .icon {
    margin: 0 0 -30px 0;
}

#home3 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
}

#home3 h1.head2 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 54px;
    text-transform: uppercase;
    margin: -50px 0 0 0;
}

#home3 h1.head3 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
    margin: -55px 0 0 0;
}

#home3 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 30px;
    margin: 5px 0 0 0;
}

#home3 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 22px;
    width: 48%;
    margin: auto;
    padding: 30px 0 0 0;
}

#home4 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-image:
        /* our video */
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}

#section4 .bg {
    background: url(../images/home/bg-map.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 400px;
    height: auto;
    margin: 2% 0 0 450px;
}

#section4 .bg .text1 {
    font-family: 'Georgia';
    color: #000;
    text-align: left;
    padding: 50px 0 0 60px;
}

#section4 .bg .text1 p.p1 {
    font-size: 16px;
}

#section4 .bg .text1 p.p2 {
    font-size: 22px;
    margin: -10px 0 0 0;
}

#section4 .bg .text1 p.p3 {
    font-size: 22px;
    margin: 3px 0 0 0;
}

#section4 .bg .text2 {
    font-family: 'Georgia';
    color: #000;
    text-align: left;
    padding: 35px 0 0 0;
    display: inline-block;
}

#section4 .bg .text2 p.p1 {
    font-size: 16px;
}

#section4 .bg .text2 p.p2 {
    font-size: 17px;
    margin: -10px 0 5px 0;
}

#section4 .bg .text2 p.p3 {
    font-size: 17px;
    margin: 3px 0 0 0;
}

#section4 .bg .map {
    font-family: 'Georgia';
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 60px 0 0 20px;
    display: inline-block;
}

#section4 .bg .map .list_map {
    padding: 0;
}

#section4 .bg .map .list_map .img {
    display: inline-block;
    vertical-align: middle;
}

#section4 .bg .map .list_map .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

#section4 .bg .map .list_map .text:hover {
    text-decoration: none;
    cursor: pointer;
    text-decoration: underline;
}

#section4 .bg .map .list_map .text a {
    color: #000;
    text-decoration: none;
}

#section4 .bg .text3 {
    font-family: 'Georgia';
    color: #cda349;
    text-align: left;
    padding: 20px 0 0 65px;
    font-size: 18px;
}

#section4 .bg .text4 {
    font-family: 'Georgia';
    color: #000000;
    text-align: left;
    padding: 20px 30px 0 65px;
    font-size: 17px;
    line-height: 1.5;
}

#section4 .bg .text5 {
    font-family: Arial;
    color: #bbb8b4;
    text-align: left;
    padding: 10px 30px 0 65px;
    font-size: 17px;
    line-height: 1.5;
}

#section4 .bg .map_download {
    font-family: 'Georgia';
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 20px 0 40px 60px;
}

#section4 .bg .map_download .list_map {
    padding: 0;
    display: inline-block;
}

#section4 .bg .map_download .list_map .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

#section4 .bg .map_download .list_map .text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
}

#section4 .bg .map_download .list_map .text:hover {
    text-decoration: none;
    cursor: pointer;
    text-decoration: underline;
}

#section4 .bg .icon {
    padding: 5px 0 0 0;
    text-align: center;
    margin: auto;
}

#section4 .bg .icon ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    cursor: pointer;
    margin-right: 20px;
}

#section4 .bg .icon ul li.fb {
    background: url(../images/home/icon_fb.png) no-repeat top center;
    width: 21px;
    height: 30px;
}

#section4 .bg .icon ul li.fb:hover {
    background: url(../images/home/icon_fb2.png) no-repeat top center;
}

#section4 .bg .icon ul li.in {
    background: url(../images/home/icon_in.png) no-repeat top center;
    width: 29px;
    height: 30px;
}

#section4 .bg .icon ul li.in:hover {
    background: url(../images/home/icon_in2.png) no-repeat top center;
}

#section4 .bg .icon ul li.pt {
    background: url(../images/home/icon_pt.png) no-repeat top center;
    width: 28px;
    height: 30px;
}

#section4 .bg .icon ul li.pt:hover {
    background: url(../images/home/icon_pt2.png) no-repeat top center;
}

#section4 .bg .icon ul li.yt {
    background: url(../images/home/icon_yt.png) no-repeat top center;
    width: 23px;
    height: 30px;
}

#section4 .bg .icon ul li.yt:hover {
    background: url(../images/home/icon_yt2.png) no-repeat top center;
}

#section4 .bg .btn {
    padding: 0 30px 0 60px;
    text-align: left;
}

#section4 .bg .btn button {
    font-family: 'Georgia-Bold';
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #fff;
    border: 1px solid #edd089;
    padding: 10px 50px;
    cursor: pointer;
}

#section4 .bg .btn button:hover {
    background-color: #edd089;
}

/*contact*/
#contact1 {
    margin: 8% 0 0 10px;
}

#contact1 .col1 {
    display: inline-block;
    vertical-align: top;
}

#contact1 .col2 {
    display: inline-block;
    margin: 0 0 0 10px;
}

#contact1 .col3 {
    display: inline-block;
    margin: 0 0 0 10px;
}

#contact1 .col3_res {
    display: none;
}

#contact1 .col1 .bg {
    background: url(../images/contact/bg1.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 300px;
    height: 406px;
}

#contact1 .col2 .bg {
    background: url(../images/contact/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 300px;
    height: 406px;
}

#contact1 .col3 .bg1 {
    background: url(../images/contact/bg3.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 300px;
    height: 266px;
    margin: 0 0 10px 0;
}

#contact1 .col3 .bg2 {
    background: url(../images/contact/bg4.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 300px;
    height: 130px;
    display: block;
}

#contact1 .col1 .bg .text1 {
    font-family: 'Georgia';
    color: #808285;
    text-align: left;
    padding: 30px 0 0 40px;
}

#contact1 .col1 .bg .text1 p.p1 {
    font-size: 12px;
}

#contact1 .col1 .bg .text1 p.p2 {
    font-size: 17px;
    margin: -10px 0 0 0;
}

#contact1 .col1 .bg .text1 p.p3 {
    font-size: 17px;
    margin: 3px 0 0 0;
}

#contact1 .col1 .bg .text2 {
    font-family: 'Georgia';
    color: #808285;
    text-align: left;
    padding: 50px 0 0 40px;
}

#contact1 .col1 .bg .text2 p.p1 {
    font-size: 14px;
}

#contact1 .col1 .bg .text2 p.p2 {
    font-size: 17px;
    margin: -10px 0 0 0;
}

#contact1 .col1 .bg .text2 p.p3 {
    font-size: 17px;
    margin: 3px 0 0 0;
}

#contact1 .col1 .bg .text3 {
    font-family: 'Georgia';
    color: #cda349;
    text-align: left;
    padding: 20px 0 0 40px;
    font-size: 15px;
}

#contact1 .col1 .bg .text4 {
    font-family: 'Georgia';
    color: #808285;
    text-align: left;
    padding: 20px 30px 0 40px;
    font-size: 14px;
    line-height: 1.5;
}

#contact1 .col1 .bg .icon {
    margin: 20px 30px 20px 0;
    text-align: center;
}

#contact1 .col1 .bg .icon ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    cursor: pointer;
    margin-right: 20px;
}

#contact1 .col1 .bg .icon ul li.fb {
    background: url(../images/home/icon_fb.png) no-repeat top center;
    width: 21px;
    height: 30px;
}

#contact1 .col1 .bg .icon ul li.fb:hover {
    background: url(../images/home/icon_fb2.png) no-repeat top center;
}

#contact1 .col1 .bg .icon ul li.in {
    background: url(../images/home/icon_in.png) no-repeat top center;
    width: 29px;
    height: 30px;
}

#contact1 .col1 .bg .icon ul li.in:hover {
    background: url(../images/home/icon_in2.png) no-repeat top center;
}

#contact1 .col1 .bg .icon ul li.pt {
    background: url(../images/home/icon_pt.png) no-repeat top center;
    width: 28px;
    height: 30px;
}

#contact1 .col1 .bg .icon ul li.pt:hover {
    background: url(../images/home/icon_pt2.png) no-repeat top center;
}

#contact1 .col1 .bg .icon ul li.yt {
    background: url(../images/home/icon_yt.png) no-repeat top center;
    width: 23px;
    height: 30px;
}

#contact1 .col1 .bg .icon ul li.yt:hover {
    background: url(../images/home/icon_yt2.png) no-repeat top center;
}

#contact1 .col1 .bg .btn {
    margin: 0px 30px 0 60px;
    text-align: left;
}

#contact1 .col1 .bg .btn button {
    font-family: 'Georgia';
    color: #564e44;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #fff;
    border: 1px solid #827769;
    padding: 10px 20px;
    cursor: pointer;
}

#contact1 .col1 .bg .btn button:hover {
    background-color: #edd089;
}

#contact1 .col1 .bg .btn button a {
    color: #564e44;
    text-decoration: none;
}

#contact1 .col2 .bg .block {
    font-family: 'CopperplateGothic-Bold';
    color: #000;
    text-align: center;
    padding: 30px 0 0 0;
    margin: auto;
}

#contact1 .col2 .bg .block .icon {
    font-size: 12px;
}

#contact1 .col2 .bg .block .header {
    font-size: 24px;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}

#contact1 .col2 .bg .block .line {
    background-color: #bbb8b4;
    height: 1px;
    width: 80%;
    margin: 0 auto;
}

#contact1 .col2 .bg .block .map {
    margin: 10px 0 5px 0;
}

#contact1 .col3 .bg1 .block {
    padding: 60px 0 0 0;
    margin: auto;
}

#contact1 .col3 .bg1 .block .header {
    font-family: 'CopperplateGothic-Bold';
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

#contact1 .col3 .bg1 .block .header2 {
    font-family: 'Georgia';
    color: #cda349;
    font-size: 16px;
    margin: 15px 0 0 0;
}

#contact1 .col3 .bg1 .block .icon {
    margin: 10px 0 10px 0;
}

#contact1 .col3 .bg1 .btn {
    margin: 0px 30px 0 60px;
    text-align: left;
}

#contact1 .col3 .bg1 .btn button {
    font-family: 'Georgia';
    color: #564e44;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #fff;
    border: 1px solid #4b6da3;
    padding: 10px 60px;
    cursor: pointer;
}

#contact1 .col3 .bg1 .btn button:hover {
    background-color: #edd089;
}

#contact1 .col3 .bg1 .btn button a {
    color: #564e44;
    text-decoration: none;
}

#contact1 .col3 .bg2 .block {
    padding: 6px 0 0 0;
    margin: auto;
}

#contact1 .col3 .bg2 .block:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

#contact1 .col3 .bg2 .block .icon {
    font-family: 'CopperplateGothic-Bold';
    color: #bbb8b4;
    font-size: 62px;
}

#contact1 .col3 .bg2 .block .header {
    font-family: 'CopperplateGothic-Bold';
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin: -10px 0 0 0;
}

#contact1 .col3 .bg2 .block .header2 {
    font-family: 'helvethaicaregular55';
    color: #edd089;
    font-size: 22px;
    margin: 0 0 0 0;
}

/*faq*/
#section_faq .header {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

.wf-container .wf-box {
    /*width:454px !important;
	min-height:100px;*/
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    /*margin:auto;*/
    padding-bottom: 10px;
}

.wf-container .wf-box .bg_top {
    background: url(../images/contact/bg-faq-top.jpg) top center no-repeat;
    width: 450px;
    height: 34px;
}

.wf-container .wf-box .bg_middle {
    background: url(../images/contact/bg-faq-middle.jpg) top center repeat-y;
    width: 450px;
    height: auto;
}

.wf-container .wf-box .bg_bottom {
    background: url(../images/contact/bg-faq-bottom.jpg) top center no-repeat;
    width: 450px;
    height: 37px;
}

.wf-container .wf-box .bg_middle .content {
    text-align: center;
    font-family: 'helvethaicaregular55';
    width: 90%;
    margin: auto;
    vertical-align: middle;
    display: table;
}

.wf-container .wf-box .bg_middle .content .h1 {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    padding: 10px 5px 0 5px;
    line-height: 30px;
}

.wf-container .wf-box .bg_middle .content .answer {
    font-family: 'CopperplateGothic-Bold';
    color: #808285;
    font-size: 29px;
    padding: 10px 0;
}

.wf-container .wf-box .bg_middle .content .p {
    font-size: 22px;
    color: #a7a9ac;
}

.faq_expanded {
    background: url(../images/facility/arrow-down.png) no-repeat top 10px center;
    width: 90%;
    height: 25px;
    margin: auto;
}

.faq_active {
    background: url(../images/facility/arrow-up.png) no-repeat top 10px center;
    width: 90%;
    height: 25px;
    margin: auto;
}


/*promotion*/
#slide {
    position: relative;
    padding: 0 0 0 0;
}

#section_promotion .menu_package_res {
    display: none;
}

#section_promotion .menu {
    margin: 0 auto 0 auto;
    padding: 40px 0 0 0;
    width: 100%;
    text-align: center;
}

#section_promotion .menu ul {
    margin: 0;
    padding: 0;
}

#section_promotion .menu ul li {
    display: inline-block;
    width: 30%;
    margin: 5px;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: 'Georgia';
    font-size: 16px;
}

#section_promotion .menu ul li.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#section_promotion .menu ul li:hover {
    background: #edd089;
    border: 1px solid #edd089;
    color: #000;
    cursor: pointer;
}

#section_promotion .menu ul li a{
    text-decoration: none;
    color: #fff;
    padding: 18px 0;
    display: block;
}

#section_promotion .menu ul li:hover a{
    color: #000;
}

#section_promotion .content {
    margin: auto;
    padding: 30px 0 60px 0;
}

#section_promotion .content ul {
    margin: 0;
    padding: 0;
}

#section_promotion .content ul li {
    display: inline-block;
    margin: 5px;
    background: #fff;
    width: 30%;
    vertical-align: top;
    /*height:370px;*/
}

#section_promotion .content ul li .list_pro {
    padding: 5px;
    text-align: center;
    color: #000;
}

#section_promotion .content ul li .list_pro .img {}

#section_promotion .content ul li .list_pro .head {
    font-family: 'Georgia';
    font-size: 23px;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

#section_promotion .content ul li .list_pro .desc {
    font-family: 'helvethaicaregular55';
    font-size: 23px;
    line-height: 25px;
    padding: 0 0 15px 0;
}

/*event*/
#section_gallery .content2 {
    margin: auto;
    padding: 30px 0 60px 0;
}

#section_gallery .content2 ul {
    margin: 0;
    padding: 0;
}

#section_gallery .content2 ul li {
    display: inline-block;
    margin: 5px;
    background: #fff;
    width: 30%;
    vertical-align: top;
    height: 370px;
}

#section_gallery .content2 ul li:hover {
    background: #edd089;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#section_gallery .content2 ul li a{
    text-decoration:none;
}

#section_gallery .content2 ul li .list_pro {
    padding: 5px;
    text-align: center;
    color: #000;
}

#section_gallery .content2 ul li .list_pro .img {}

#section_gallery .content2 ul li .list_pro .head {
    font-family: 'Georgia';
    font-size: 23px;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

#section_gallery .content2 ul li .list_pro .desc {
    font-family: 'helvethaicaregular55';
    font-size: 23px;
    line-height: 25px;
    padding: 0 0 15px 0;
}

#slide_event {
    position: relative;
    padding: 130px 0 0 0;
}

#section_event .menu_package_res {
    display: none;
}

#section_event .menu {
    margin: 0 auto 0 auto;
    padding: 40px 0 0 0;
    width: 100%;
    text-align: center;
}

#section_event .menu ul {
    margin: 0;
    padding: 0;
}

#section_event .menu ul li {
    display: inline-block;
    width: 30%;
    padding: 18px 0;
    margin: 5px;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: 'Georgia';
    font-size: 16px;
}

#section_event .menu ul li.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#section_event .menu ul li:hover {
    background: #edd089;
    border: 1px solid #edd089;
    color: #000;
    cursor: pointer;
}

#section_event .content {
    margin: auto;
    padding: 50px 0 50px 0;
    width: 100%;
}

#section_event .btn_back {
    margin: 30px 0 0 0;
}

#section_event .btn_back a {
    color: #fff;
    font-size: 14px;
    font-family: 'Georgia';
}

#section_event .btn_back a:hover {
    color: #E9CC85;
    text-decoration: none;
}

/*gallery*/
#section_gallery .menu_gallery_res {
    display: none;
}

#section_gallery .menu_gallery {
    margin: 0 auto 0 auto;
    padding: 50px 0 0 0;
    width: 100%;
}

#section_gallery .menu_gallery ul {
    margin: 0;
    padding: 0;
}

#section_gallery .menu_gallery ul li {
    display: inline-block;
    width: 14.8%;
    margin: 3px;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: 'Georgia';
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.4px;
}

#section_gallery .menu_gallery ul li  a
{
    padding: 13px 0;
    display:block;
    text-decoration: none;
    color: #fff;
}

#section_gallery .menu_gallery ul li.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#section_gallery .menu_gallery ul li:hover {
    background: #edd089;
    border: 1px solid #edd089;
    color: #000;
    cursor: pointer;
}

#section_gallery .menu_gallery ul li.active a{
    color: #fff;
}
#section_gallery .menu_gallery ul li.active:hover a{
    color: #000;
    cursor: pointer;
}

#section_gallery .content {
    margin: auto;
    padding: 20px 0 60px 0;
    width: 100%;
}

/*about*/
#section_about1 {
    background-image: url(../images/about/bg-about1.jpg);
    padding: 0 0 0 0;
}

#section_about2 {
    /*background-image:url(../images/about/bg-about2.jpg);*/
    padding: 6% 0 0 0;
}

#section_about3 {
    background-image: url(../images/about/bg-about3.jpg);
    padding: 6% 0 0 0;
}

#section_about4 {
    background-image: url(../images/about/bg-about4.jpg);
    padding: 0 0 0 0;
}

#section_about5 {
    background-image: url(../images/about/bg-about5.jpg);
    padding: 6% 0 0 0;
}

#section_about6 {
    background-image: url(../images/about/bg-about6.jpg);
    padding: 0 0 0 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slide {
    background-size: cover;
}

#slide1 {
    background-image: url(../images/about/bg-about2-original.jpg);
    padding: 0 0 0 0;
    background-position: top center;
}

#slide2 {
    background-image: url(../images/about/bg-about2-modified.jpg);
    padding: 0 0 0 0;
    background-position: top center;
}

#about1 {
    margin: 50px 0 0 0;
}

#about1 .icon {
    margin: 0 0 -40px 0;
}

#about1 h1 {
    font-family: 'DBHelvethaicaX-75Bd';
    font-size: 74px;
    color: #fff;
    font-weight: 500;
}

#about1 h2 {
    font-family: 'CopperplateGothic-Bold';
    font-size: 40px;
    color: #eccf88;
    margin: -60px 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
}

#about1 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 24px;
    width: 85%;
    margin: auto;
    padding: 30px 0 0 0;
}

/*#about2_content{text-align:left; padding:0 0 0 15%; z-index:4; width:80%; position:relative;}
#about2_content .icon{margin:0 0 -20px 0; background:url(../images/shared/icon1.png) no-repeat top center; width:60px !important; height:62px;}
#about2_content h1{font-family: 'CopperplateGothic-Bold'; color:#fff; font-size:50px; text-transform:uppercase; line-height:40px; font-weight:500;}
#about2_content h2{font-family: 'DBHelvethaicaX-75Bd'; color:#fff; font-size:28px; margin:-25px 0 0 0; width:80%; font-weight:500;}
#about2_content p{font-family: 'helvethaicaregular55'; color:#fff; font-size:24px; width:80%; margin:0 auto 0 0; padding:20px 0 0 0;}*/

#about2_content {
    padding: 0 0 10% 0;
    margin: 90px auto 0 auto;
    z-index: 4;
    width: 80%;
    position: relative;
    text-align: center;
}

#about2_content .icon {
    margin: 0 auto -20px auto;
    background: url(../images/shared/icon1.png) no-repeat top center;
    width: 60px !important;
    height: 62px;
}

#about2_content h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}

#about2_content h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #fff;
    font-size: 28px;
    margin: -25px auto 0 auto;
    width: 50%;
    font-weight: 500;
}

#about2_content p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 24px;
    width: 50%;
    margin: -10px auto 0 auto;
}

#about2_content span.gold {
    color: #eccf88;
}

#about3 {
    padding: 120px 0 0 0;
}

#about3 .icon {
    margin: 0 0 -30px 0;
}

#about3 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 56px;
    text-transform: uppercase;
}

#about3 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 30px;
    margin: -45px auto 0 auto;
    width: 70%;
}

#about3 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 22px;
    width: 70%;
    margin: auto;
    padding: 30px 0 0 0;
}

#about4 {
    padding: 130px 0 0 40px;
    text-align: left;
}

#about4 .icon {
    margin: 0 auto -20px auto;
}

#about4 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}

#about4 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 26px;
    margin: -25px auto 0 0;
    width: 77%;
    font-weight: 500;
}

#about4 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 24px;
    width: 85%;
    margin: 0;
    padding: 10px 0 0 0;
}

#about5 {
    padding: 70px 0 0 520px;
    text-align: left;
}

#about5 .icon {
    margin: 0 0 -20px 0;
}

#about5 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
}

#about5 h2 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #edd089;
    font-size: 28px;
    margin: -25px 0 0 0;
    width: 90%;
}

#about5 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
}

#about6 {
    padding: 30px 0 0 0;
}

#about6 h1 {
    font-family: 'NoteraPersonalUseOnly';
    color: #fff;
    font-size: 126px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#about6 p {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 24px;
    width: 70%;
    margin: -80px auto 0 auto;
}

#about6 .line {
    background: #fff;
    height: 1px;
    width: 10%;
    margin: 20px auto 0 auto;
}

#about6 .list_icon {
    margin: 30px 0 0 0;
}

#about6 .list_icon ul {
    margin: 0;
    padding: 0;
}

#about6 .list_icon ul li {
    display: inline-block;
    text-indent: -9999px;
    width: 140px;
    height: 127px;
}

#about6 .list_icon ul li.h1 {
    background: url(../images/about/about-menu-h1.png) no-repeat;
    background-size: 123px 127px;
}

#about6 .list_icon ul li.h1:hover {
    background: url(../images/about/about-menu-h1-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h1.active {
    background: url(../images/about/about-menu-h1-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h2 {
    background: url(../images/about/about-menu-h2.png) no-repeat;
    background-size: 141px 127px;
}

#about6 .list_icon ul li.h2:hover {
    background: url(../images/about/about-menu-h2-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h2.active {
    background: url(../images/about/about-menu-h2-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h3 {
    background: url(../images/about/about-menu-h3.png) no-repeat;
    background-size: 132px 127px;
}

#about6 .list_icon ul li.h3:hover {
    background: url(../images/about/about-menu-h3-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h3.active {
    background: url(../images/about/about-menu-h3-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h4 {
    background: url(../images/about/about-menu-h4.png) no-repeat;
    background-size: 130px 127px;
}

#about6 .list_icon ul li.h4:hover {
    background: url(../images/about/about-menu-h4-hover.png) no-repeat;
    cursor: pointer;
}

#about6 .list_icon ul li.h4.active {
    background: url(../images/about/about-menu-h4-hover.png) no-repeat;
    cursor: pointer;
}

/*about timeline*/
#container_timeline {
    width: 90%;
    margin: auto;
}

#section_timeline h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    padding: 30px 0 0 0;
}

#section_timeline .timeline_year {
    background: url(../../timeline/bg_year.png) no-repeat top center;
    width: 91px;
    height: 43px;
    position: absolute;
    margin-top: 45px;
    margin-left: 12px;
}

#section_timeline .timeline_today {
    background: url(../../timeline/bg_today.png) no-repeat top center;
    width: 113px;
    height: 43px;
    position: absolute;
    margin-top: 45px;
    margin-left: 82%;
}

/*facility*/
#section_baba1 {
    background-image: url(../images/facility/bg-baba1.jpg);
    padding: 0 0 0 0;
}

#section_baba2 {
    background-image: url(../images/facility/bg-baba2.jpg);
    padding: 4% 0 0 0;
}

#section_baba3 {
    background-image: url(../images/facility/bg-baba3.jpg);
    padding: 4.5% 0 0 0;
}

#baba1 {
    margin: 50px 0 0 0;
}

#baba1 .icon {
    margin: 0 0 -40px 0;
}

#baba1 p {
    font-family: Arial;
    color: #fff;
    font-size: 14px;
    width: 70%;
    margin: auto;
    padding: 70px 0 0 0;
    text-transform: uppercase;
    line-height: 25px;
}

#baba1 .btn button {
    font-family: 'Georgia';
    font-size: 11px;
    color: #e1c480;
    margin: 40px 0 0 0;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #e1c480;
    background-color: transparent;
    letter-spacing: 3px;
}

#baba1 .btn button:hover {
    cursor: pointer;
    border: 2px solid #e1c480;
    background-color: #e1c480;
    color: #fff;
}

#baba2 {
    padding: 30px 0 0 500px;
    text-align: left;
}

#baba2 .icon {
    margin: 0 0 -25px 0;
}

#baba2 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #e1c480;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
}

#baba2 h2 {
    font-family: 'helvethaicaregular55';
    color: #fff;
    font-size: 28px;
    margin: -35px 0 0 0;
    width: 90%;
    font-weight: 300;
}

#baba2 h3 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 36px;
    margin: 25px 0 0 0;
    width: 90%;
    text-transform: uppercase;
}

#baba2 p.desc1 {
    font-family: 'DBHelvethaicaX-75Bd';
    color: #e1c480;
    font-size: 24px;
    width: 95%;
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 20px;
    font-weight: 300;
}

#baba2 p.desc2 {
    font-family: Arial;
    color: #fff;
    font-size: 12px;
    width: 95%;
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 20px;
}

#baba2 .line {
    background-color: #fff;
    height: 1px;
    width: 60%;
    margin: 5px 0 0 0;
}

#baba3 {
    margin: 50px 0 0 0;
}

#baba3 h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

#container_baba {
    width: 960px;
    margin: 20px auto 30px auto;
    position: relative;
}

#container_baba .grid {
    width: 300px !important;
    min-height: 100px;
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    margin: auto;
    display: inline-block;
    padding: 0 10px 10px 0;
}

#container_baba .grid img {
    border: 5px solid #fff;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#container_baba .grid:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*airport*/
#section_airport {
    background-image: url(../images/facility/bg-airport1.jpg);
    padding: 100px 0 0 0;
    display: table;
    vertical-align: middle;
}

#airport {
    margin: auto;
    width: 768px;
}

#airport h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

#airport .list-airport {
    padding-bottom: 50px;
}

#airport .list-airport .list-content {
    margin: 10px auto;
}

#airport .list-airport .list-content .bg-top {
    background: url(../images/facility/bg-airport-top.jpg) top center no-repeat;
    width: 789px;
    height: 34px;
}

#airport .list-airport .list-content .bg-middle {
    background: url(../images/facility/bg-airport-middle.jpg) top center repeat-y;
    width: 789px;
    height: auto;
}

#airport .list-airport .list-content .bg-bottom {
    background: url(../images/facility/bg-airport-bottom.jpg) top center no-repeat;
    width: 789px;
    height: 34px;
}

#airport .list-airport .list-content .bg-middle .head {
    font-family: 'helvethaicaregular55';
    font-size: 42px;
    color: #000;
    text-align: left;
    width: 90%;
    /* text-indent: 30px; */
    cursor: pointer;
    margin:0 auto;
}

.expanded-header {
    background: url(../images/facility/arrow-down.png) no-repeat right 25px top 18px;
    padding: 0 0 0 50px;
}

.active-header {
    background: url(../images/facility/arrow-up.png) no-repeat right -2px top 18px;
    padding: 0 0 0 23px;
}

#airport .list-airport .list-content .bg-middle .desc {
    font-family: 'helvethaicaregular55';
    font-size: 28px;
    color: #9b9da0;
    text-align: left;
    width: 90%;
    margin:0 auto;
    padding: 0;
}

#airport .active-header{ background: none !important;}

#airport .list-airport .list-content .bg-middle .desc p {
    margin: 8px 0 0 0;
}

#airport .list-airport .list-content .bg-middle .desc p a {
    color: #000;
}

#airport .list-airport .list-content .bg-middle .desc p a:hover {
    text-decoration: underline;
}

/*room*/
#section_room1 {
    background-image: url(../images/room/bg-room-thebeach.jpg);
    padding: 8% 0 0 0;
}

#section_room1_2 {
    background-image: url(../images/room/bg-room-honeymoon.jpg);
    padding: 8% 0 0 0;
}

#section_room1_3 {
    background-image: url(../images/room/bg-room-noble.jpg);
    padding: 8% 0 0 0;
}

#section_room1_4 {
    padding: 8% 0 0 0;
}

#section_room2 {
    background-image: url(../images/room/bg-room-gallery-thebeach.jpg);
    padding: 4% 0 4% 0;
}

#section_room2_2 {
    background-image: url(../images/room/bg-room-gallery-honeymoon.jpg);
    padding: 7% 0 0 0;
}

#section_room2_3 {
    background-image: url(../images/room/bg-room-gallery-noble.jpg);
    padding: 7% 0 0 0;
}

#section_room2_4 {
    background-image: url(../images/room/bg-room-gallery.jpg);
    padding: 7% 0 0 0;
}

#section_room3 {
    background-color: #000;
    padding: 6% 0 0 0;
}

#section_room4.fp-auto-height.fp-section {
    background-image: url(../images/room/bg-room-other1.jpg);
    background-size: 100% 440px;
    height: 440px !important;
    background-position: top center;
    background-repeat: no-repeat;

}

#section_room4_2.fp-auto-height.fp-section {
    background-image: url(../images/room/bg-room-other2.jpg);
    background-size: 100% 440px;
    height: 440px !important;
    background-position: top center;
    background-repeat: no-repeat;

}

#section_room4_3.fp-auto-height.fp-section {
    background-image: url(../images/room/bg-room-other3.jpg);
    background-size: 100% 440px;
    height: 440px !important;
    background-position: top center;
    background-repeat: no-repeat;

}

#section_room4_4.fp-auto-height.fp-section {
    background-image: url(../images/room/bg-room-other4.jpg);
    background-size: 100% 440px;
    height: 440px !important;
    background-position: top center;
    background-repeat: no-repeat;

}

#maximize {
    margin: 10% 0 0 0;
    position: absolute;
    z-index: 4;
    right: 5%;
    cursor: pointer;
}

.section_room .bg_room {
    margin: -15px 0 0 550px;
    position: absolute;
    z-index: 4;
}

.section_room .bg1 {
    background: url(../images/room/bg-room.png) no-repeat top center;
    background-size: 100% 100%;
    width: 402px;
    height: auto;
}

.section_room .bg2 {
    background: url(../images/room/bg-room-honeymoon.png) no-repeat top center;
    background-size: 100% 100%;
    width: 402px;
    height: auto;
}

.section_room .bg3 {
    background: url(../images/room/bg-room-noble.png) no-repeat top center;
    background-size: 100% 100%;
    width: 402px;
    height: auto;
}

.section_room .bg4 {
    background: url(../images/room/bg-room-craftman.png) no-repeat top center;
    background-size: 100% 100%;
    width: 402px;
    height: auto;
}

.section_room .bg_room .icon {
    margin: 50px 0 0 0;
}

.section_room .bg_room h1 {
    font-family: 'Georgia';
    font-size: 28px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}

.section_room .bg_room .color1 {
    color: #c2b59b;
}

.section_room .bg_room .color2 {
    color: #cb4b57;
}

.section_room .bg_room .color3 {
    color: #4b6da3;
}

.section_room .bg_room .color4 {
    color: #88a073;
}

.section_room .bg_room .dropdown {
    margin: 10px 0 0 0;
}

.section_room .bg_room .dropdown select {
    font-family: 'Georgia', Arial;
    font-size: 13px;
    text-transform: uppercase;
    width: 70%;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 3px;
    letter-spacing: 3px;
    font-weight: bold;
}

.section_room .bg_room p {
    font-family: 'helvethaicaregular55';
    font-size: 18px;
    color: #000;
    width: 70%;
    margin: 20px auto 0 auto;
    text-align: left;
    line-height: 20px;
}

.section_room .bg_room .btn {
    margin: 30px 0 0 0;
}

.section_room .bg_room .btn button {
    font-family: 'Georgia';
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 8px 75px;
    cursor: pointer;
}

.section_room .bg_room .btn button.color1 {
    border: 2px solid #c2b59b;
}

.section_room .bg_room .btn button.color2 {
    border: 2px solid #cb4b57;
}

.section_room .bg_room .btn button.color3 {
    border: 2px solid #4b6da3;
}

.section_room .bg_room .btn button.color4 {
    border: 2px solid #88a073;
}

.section_room .bg_room .btn button:hover {
    border: 2px solid #edd089;
}

.section_room .bg_room .btn-hide {
    margin: 25px auto 40px auto;
}

#container_room {
    width: 960px;
    margin: 20px auto 20px auto;
    position: relative;
    text-align: left;
}

#container_room .grid {
    width: 300px !important;
    min-height: 100px;
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    margin: auto;
    display: inline-block;
    padding: 0 10px 10px 0;
}

#container_room .grid img {
    border: 5px solid #fff;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#container_room .grid:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.room_other {
    padding: 20px 0 0 0;
}

.room_other h1 {
    font-family: 'CopperplateGothic-Bold';
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
}

.room_other ul {
    margin: 0;
    padding: 0;
}

.room_other ul li {
    display: inline-block;
    width: 230px;
    padding: 0 10px 0 0;
    position: relative;
}

.room_other ul li img {
    border: 3px solid #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.room_other ul li:hover img {
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.room_other ul li span.text-content {
    font-family: 'Georgia';
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: table;
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
    opacity: 0;
    padding: 10px;
}

.room_other ul li span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.room_other ul li:hover span.text-content {
    opacity: 1;
}

#bg_room_detail {
    width: 950px;
    height: 490px;
    padding: 0;
}

#bg_room_detail.color1 {
    background: url(../images/room/bg-room-detail.png) no-repeat top center;
}

#bg_room_detail.color2 {
    background: url(../images/room/bg-room-detail.png) no-repeat top center;
}

#bg_room_detail.color3 {
    background: url(../images/room/bg-room-detail.png) no-repeat top center;
}

#bg_room_detail.color4 {
    background: url(../images/room/bg-room-detail.png) no-repeat top center;
}

#bg_room_detail .left {
    display: inline-block;
    width: 60%;
    padding: 145px 0 0 0;
    vertical-align: top;
}

#bg_room_detail .right {
    display: inline-block;
    width: 25%;
    padding: 128px 0 0 0;
    vertical-align: top;
}

#bg_room_detail .left h1 {
    font-family: 'Georgia';
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px 25px;
}

#bg_room_detail .left>div.li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#bg_room_detail .left ul {
    margin: 0;
    padding: 0;
}

#bg_room_detail .left ul li {
    padding-left: 72px;
    display: inline-block;
    width: 80%;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    line-height: 25px;
    vertical-align: top;
}

#bg_room_detail .left ul li.all {
    background: url(../images/room/icon-li-all.png) top 3px left no-repeat;
}

#bg_room_detail .left ul li.all3 {
    background: url(../images/room/icon-li-all3.png) top 3px left no-repeat;
}

#bg_room_detail .left ul li.all2 {
    background: url(../images/room/icon-li-all2.png) top 3px left no-repeat;
}

#bg_room_detail .left ul li.all1 {
    background: url(../images/room/icon-li-all1.png) top 3px left no-repeat;
}

#bg_room_detail .right h1 {
    font-family: 'Georgia';
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

#bg_room_detail .right ul {
    margin: 0;
    padding: 0;
}

#bg_room_detail .right ul li {
    padding-left: 22px;
    display: block;
    width: 90%;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    line-height: 25px;
}

#bg_room_detail .right ul li.gold {
    background: url(../images/room/icon-li-gold.png) top 3px left no-repeat;
}

#bg_room_detail .detail_type {
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin: 10px 0 0 25px;
}

#bg_room_detail .detail_type ul {
    margin: 0;
    padding: 0;
}

#bg_room_detail .detail_type ul li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline;
    width: 80%;
    font-family: 'Georgia';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    vertical-align: top;
}

#bg_room_detail .detail_type ul li.color1 {
    background: url(../images/room/icon-li1.png) top left no-repeat;
}

#bg_room_detail .detail_type ul li.color2 {
    background: url(../images/room/icon-li2.png) top left no-repeat;
}

#bg_room_detail .detail_type ul li.color3 {
    background: url(../images/room/icon-li3.png) top left no-repeat;
}

#bg_room_detail .detail_type ul li.color4 {
    background: url(../images/room/icon-li4.png) top left no-repeat;
}


/*footer*/
#section5_res {
    display: none;
}

#section5 #footer {
    margin: -50px auto 0 auto;
    width: 100%;
}

#section5_2 #footer {
    margin: 0 auto 0 auto;
    width: 100%;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li.list-text {
    display: inline-block;
    list-style: none;
    font-family: Arial;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
}

#footer ul li.list-icon {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 35px 45px 0 45px;
}

#footer ul li.list-text .head-footer {
    font-size: 16px;
    text-align: center;
}

#footer ul li.list-text .text-footer {
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto 0 auto;
}

#footer ul li.list-text .social-footer {
    padding: 17px 0 0 0;
    text-align: center;
}

#footer ul li.list-text .social-footer ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    cursor: pointer;
    margin-right: 15px;
    font-size: 18px;
}

#footer ul li.list-text .social-footer ul li:last{
    margin-right: 0 !important;
}

#footer ul li.list-text .social-footer ul li.icon1:hover {
    color: #36609f;
}

#footer ul li.list-text .social-footer ul li.icon2:hover {
    color: #754c29;
}

#footer ul li.list-text .social-footer ul li.icon3:hover {
    color: #ca2027;
}

#footer ul li.list-text .social-footer ul li.icon4:hover {
    color: #ed3437;
}

#footer ul li.list-text .social-footer ul li.fb {
    background: url(../images/shared/icon_fb.png) no-repeat top center;
    width: 15px;
    height: 22px;
}

#footer ul li.list-text .social-footer ul li.fb:hover {
    background: url(../images/shared/icon_fb2.png) no-repeat top center;
}

#footer ul li.list-text .social-footer ul li.in {
    background: url(../images/shared/icon_in.png) no-repeat top center;
    width: 21px;
    height: 22px;
}

#footer ul li.list-text .social-footer ul li.in:hover {
    background: url(../images/shared/icon_in2.png) no-repeat top center;
}

#footer ul li.list-text .social-footer ul li.pt {
    background: url(../images/shared/icon_pt.png) no-repeat top center;
    width: 21px;
    height: 22px;
}

#footer ul li.list-text .social-footer ul li.pt:hover {
    background: url(../images/shared/icon_pt2.png) no-repeat top center;
}

#footer ul li.list-text .social-footer ul li.yt {
    background: url(../images/shared/icon_yt.png) no-repeat top center;
    width: 20px;
    height: 22px;
}

#footer ul li.list-text .social-footer ul li.yt:hover {
    background: url(../images/shared/icon_yt2.png) no-repeat top center;
}

#footer .footer-logo {
    margin: 15px 0 0 0;
}

#footer .footer-logo ul {
    margin: 0;
    /*padding:0;*/
}

#footer .footer-logo ul li {
    display: inline-block;
    list-style: none;
    padding: 0 30px;
}

/* #footer .footer-logo ul li.logo1 {
    background: url(../images/shared/icon-logo1.png) no-repeat top center;
    width: 132px;
    height: 65px;
    cursor: pointer;
}

#footer .footer-logo ul li.logo1:hover {
    background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
} */

#footer .footer-logo ul li.logo1 a {
    background: url(../images/shared/icon-logo1.png) no-repeat top center;
    width: 132px;
    height: 65px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

#footer .footer-logo ul li.logo1:hover a {
    background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
}

/* #footer .footer-logo ul li.logo2 {
    background: url(../images/shared/icon-logo2.png) no-repeat top center;
    width: 76px;
    height: 65px;
    cursor: pointer;
}

#footer .footer-logo ul li.logo2:hover {
    background: url(../images/shared/icon-logo2-hover.png) no-repeat top center;
}

#footer .footer-logo ul li.logo3 {
    background: url(../images/shared/icon-logo3.png) no-repeat top center;
    width: 83px;
    height: 65px;
    cursor: pointer;
}

#footer .footer-logo ul li.logo3:hover {
    background: url(../images/shared/icon-logo3-hover.png) no-repeat top center;
} */

#footer .footer-copyright {
    margin: 30px 0 0 0;
    font-family: Arial;
    font-size: 11px;
    color: #fff;
}

#airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper{
    text-align: center;
}
#airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a {
    text-decoration: none;
    background: #cda349;
    border: 1px solid #cda349;   
    color: #fff;
    padding: 2px 15px 2px 14px;
    text-decoration: none;
}
#airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a:hover{
    background: #edd08a; 
    border: 1px solid #edd08a;   
    color: #9d7319;
    text-decoration: none;
}
p.extraButtonWrapper a.callingButton::before{
    content: "\f095";
    font-family:'FontAwesome';
    font-size: 22px;
    margin-right: 5px;
}

p.extraButtonWrapper a.getDirectionButton::before{
    content: "\f124";
    font-family:'FontAwesome';
    font-size: 22px;
    margin-right: 7px;  
}

p.extraButtonWrapper a.downloadMapButton::before{
    content: "\f279";
    font-family:'FontAwesome';
    font-size: 22px;
    margin-right: 7px;  
}

a.linkClick{
    color: #cda349 !important;
    text-decoration:none;
}
a.linkClick:hover{
    text-decoration: none !important;
    color: #9d7319 !important;
}
a.linkClick::before{
    content: "\f0c1";
    font-family:'FontAwesome';
    font-size: 22px;
    margin-right: 7px;  
}

#section_facility .flexslider{
    margin: 0;
    border: 0;
    overflow: hidden;
}



@media only screen and (min-width: 250px) and (max-width: 420px) {

    /*all room*/
    #section_allroom {
        padding: 130px 0 0 0;
        background-image: url(../images/allroom/bg-allroom.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        background-size: initial;
    }

    #allroom1 {
        padding-bottom: 30px;
        width: 100%;
        margin: auto;
    }

    #allroom1>ul {
        margin: 0;
        padding: 0;
    }

    #allroom1>ul li.room-big {
        display: inline-block;
        margin: 3px;
        width: 98%;
        height: 237px;
    }

    #allroom1>ul li.room {
        display: inline-block;
        margin: 3px 1px;
        height: 237px;
        width: 98%;
    }

    #allroom1>ul li.room-big>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li.room>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li:hover {
        -webkit-filter: contrast(1.1);
        filter: contrast(1.1);
        cursor: pointer;
    }

    #allroom1>ul li:hover>.cover {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    #allroom1>ul li.room-big>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room-big>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room-big>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 50px;
    }

    #allroom1>ul li.room-big>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room-big>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #allroom1>ul li.room>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 50px;
    }

    #allroom1>ul li.room>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #section_allroom .menu_room {
        display: none;
    }

    #section_allroom .menu_room_res {
        display: block;
        margin: 5% auto 5% auto;
        width: 95%;
        overflow: hidden;

    }

    #section_allroom .menu_room_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }

    #slide {
        position: relative;
        padding: 28% 0 0 0;
    }

    /*reservation popup*/
    #ContainerReservation {
        background: url(../images/shared/bg-popup.jpg) no-repeat top center;
        width: 262px;
        height: 425px;
    }

    #ContainerPopup {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #ContainerPopup .icon {
        padding: 25px 0 0 0;
    }

    #ContainerPopup .form_container {
        width: 100%;
        margin: 20px auto;
    }

    #ContainerPopup .form_container input {
        font-family: 'Georgia';
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #bbb8b4;
        width: 70%;
        padding: 10px;
    }

    #ContainerPopup .form_container .text {
        font-family: 'Georgia';
        font-size: 10px;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 10px 0 5px 0;
    }

    #ContainerPopup .form_container .list {
        width: 80%;
        margin: auto;
    }

    #ContainerPopup .form_container .list>div {
        display: inline-block;
        width: 30%;
    }

    #ContainerPopup .form_container .list>div select {
        font-family: 'Georgia';
        font-size: 13px;
        color: #000;
        border: 1px solid #bbb8b4;
        width: 100%;
        padding: 8px;
    }

    #ContainerPopup button {
        background: #cda349;
        border: 1px solid #cda349;
        font-family: 'Georgia';
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 10px 0;
        width: 77%;
    }

    #ContainerPopup button:hover {
        background: #000;
        border: 1px solid #000;
        cursor: pointer;
    }

    #container,
    #menu #container {
        width: 100%;
        margin: auto;
    }

    /*menu*/
    #menu ul li {
        display: none;
        margin: 65px -4px -30px -4px;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 11px;
        text-transform: uppercase;
        vertical-align: top;
    }

    #menu ul li.logo {
        display: none;
    }

    #logo-res {
        display: block;
        vertical-align: top;
        width: 95px;
        margin: 5px auto 0 auto;
    }

    .c-mask {
        z-index: 100;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
    }

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        position: absolute;
        top: 130px;
    }



    #menu-res {
        top: 42px;
        display: block;
        background: url(../images/shared/menu_res.png) no-repeat top center;
        background-size: 57px 40px;
        width: 57px;
        height: 40px;
        position: absolute;
        right: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #menu-res:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #menu-res-drop {
        background: url(../images/shared/bg-menu-res.jpg) repeat-y top center;
        width: 242px;
        height: 100%;
        right: 0;
        top: 130px;
        /* position: absolute; */
        position: fixed;
        z-index: 9999;
        display: none;
        overflow-x: hidden;
    }

    #menu-res-drop.is-active {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #menu-res-drop.non-active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu-res-drop-content {
        height: auto;
        max-height: 400px;
    }


    #menu-res-drop .btn-close-res {
        right: 15px;
        margin-top: 15px;
        position: absolute;
        cursor: pointer;
    }

    #menu-res-drop ul {
        margin: 0;
        padding: 15px 0 20px 10px;
    }

    #menu-res-drop ul li {
        display: block;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: top;
        padding-left: 30px;
        padding-top: 12px;
        background: url(../images/shared/icon-menu-res.png) no-repeat left;
        width: 100%;
        height: 25px;
    }

    #menu-res-drop ul li:hover {
        background: url(../images/shared/icon-menu-res-hover.png) no-repeat left;
    }

    #menu-res-drop ul li a {
        color: #edd089;
        text-decoration: none;
    }

    #menu-res-drop ul li a:hover {
        color: #fff;
    }

    #menu-res-drop .line {
        background: #edd089;
        width: 100%;
        height: 1px;
    }

    #menu-res-drop .address {
        padding: 10px 0 0 0;
        font-family: Arial;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    #menu-res-drop .address>div {
        margin: 15px 10px 0 10px;
        letter-spacing: 1px;
    }

    #menu-res-drop .address>div h1 {
        font-size: 14px;
    }

    #menu-res-drop .address>div p {
        font-size: 12px;
    }

    #menu-res-drop .address>div .social-footer {
        margin: -15px 0 -10px -40px;
        text-align: center;
    }

    #menu-res-drop .address>div .social-footer ul li {
        display: inline-block;
        list-style: none;
        height: 30px;
        cursor: pointer;
        margin-right: -20px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb {
        background: url(../images/shared/icon_fb.png) no-repeat top center;
        width: 15px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb:hover {
        background: url(../images/shared/icon_fb2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.in {
        background: url(../images/shared/icon_in.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.in:hover {
        background: url(../images/shared/icon_in2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.pt {
        background: url(../images/shared/icon_pt.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.pt:hover {
        background: url(../images/shared/icon_pt2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.yt {
        background: url(../images/shared/icon_yt.png) no-repeat top center;
        width: 20px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.yt:hover {
        background: url(../images/shared/icon_yt2.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    #menu-res-drop .footer-logo ul {
        margin: 0;
        /*padding:0;*/
    }

    #menu-res-drop .footer-logo ul li {
        display: block;
        list-style: none;
    }

    #menu-res-drop .footer-logo ul li.logo1 {
        background: url(../images/shared/icon-logo1.png) no-repeat top center;
        width: 132px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo1:hover {
        background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo2 {
        background: url(../images/shared/icon-logo2.png) no-repeat top center;
        width: 76px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo2:hover {
        background: url(../images/shared/icon-logo2-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo3 {
        background: url(../images/shared/icon-logo3.png) no-repeat top center;
        width: 83px;
        height: 65px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo3:hover {
        background: url(../images/shared/icon-logo3-hover.png) no-repeat top center;
    }

    #menu-top {
        top: 65px;
        font-family: 'Georgia';
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }

    #menu-top .btn1 {
        display: none;
        color: #edd089;
        margin-right: 15px;
    }

    #menu-top .btn1 .icon {
        display: inline-block;
        margin-top: 5px;
    }

    #menu-top .btn1 .text {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0 5px;
    }

    #menu-top .btn2 {
        display: inline-block;
        color: #000;
        background: url(../images/shared/btn-book.jpg) no-repeat;
        background-size: 90px;
        width: 90px;
        height: 34px;
        text-indent: -9999px;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        margin: 35px auto;
        text-align: center;
    }

    #menu-top .btn2:hover {
        background-size: 90px;
    }


    /*content*/
    #section1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_about1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center left;
    }

    #section_about4 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
        width: 100%;
    }
    /* #section0{
        display: none;
    }
    #section0 .layer {
        display: none;
    } */

    /*around*/
    #box {
        width: 100%;
        height: 600px;
        position: relative;
        overflow: hidden;
    }

    #around_map {
        width: 2298px;
        height: 900px;
        cursor: move;
        left: -1050px;
        position: relative;
        top: -100px;
    }


    img[usemap],
    map area {
        outline: none;
    }

    #section_around #icon_menu {
        padding: 30px 0 0 0;
        position: absolute;
        z-index: 4;
        right: 10px;
        top: 100px;
    }

    #section_around #icon_menu ul {
        margin: 0;
        padding: 0;
    }

    #section_around #icon_menu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #section_around #icon_menu ul li img {
        border: 1px solid #000;
    }

    #section_around #icon_menu ul li img:hover {
        border: 1px solid #edd089;
        cursor: pointer;
    }

    #section_around #bg_around {
        background: url(../images/around/bg-list-around.jpg) no-repeat top center;
        background-size: 300px 354px;
        width: 300px;
        height: 354px;
        right: -1px;
        top: 100px;
        position: absolute;
        z-index: 5;
    }

    #section_around #bg_around #close_bg {
        padding: 30px 0 5px 0;
        cursor: pointer;
    }

    #section_around #bg_around #content-list-around {
        width: 90%;
        height: 250px;
        margin: auto;
    }

    #section_around #bg_around #content-list-around ul {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }

    #section_around #bg_around #content-list-around ul li {
        display: inline-block;
        list-style: none;
        width: 90%;
        margin: auto;
        padding: 5px;
    }

    #section_around #bg_around #content-list-around ul li .text {
        font-family: 'helvethaicaregular55';
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 5px 0 0 0;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    /*home*/
    .arrow_v {
        bottom: 5px;
    }

    .arrow_v img {
        width: 40px;
        margin: auto;
    }

    #section0 .layer .bg_black .logo_v {
        padding: 50% 0 0 0;
    }

    #section0 .layer .bg_black .button_v {
        padding: 10px 0 0 0;
    }

    #home1 {
        padding: 37% 0 0 0;
    }

    #home1 .icon {
        width: 50px;
        margin: 0 auto -20px auto;
    }

    #home1 h1 {
        font-size: 32px;
    }

    #home1 h2 {
        font-size: 24px;
        margin: -25px 0 0 0;
    }

    #home1 p {
        font-size: 18px;
        width: 95%;
        margin: auto;
        padding: 10px 0 50px 0;
    }

    #section4 .bg {
        background: url(../images/home/bg-map.jpg) no-repeat top center;
        background-size: 100% 99%;
        width: 300px;
        height: auto;
        margin: 30% auto 0 auto;
        display: table;
    }

    #section4 .bg .map {
        font-size: 13px;
        text-align: left;
        padding: 20px 0 0 10px;
        display: inline-block;
    }

    #section4 .bg .text2 {
        padding: 20px 0 0 0;
        text-align: left;
    }

    #section4 .bg .text2 p.p1 {
        font-size: 13px;
    }

    #section4 .bg .text2 p.p2 {
        font-size: 14px;
        margin: -10px 0 0 0;
    }

    #section4 .bg .text2 p.p3 {
        font-size: 14px;
        margin: 3px 0 0 0;
    }

    #section4 .bg .text3 {
        padding: 10px 0 0 38px;
        font-size: 15px;
    }

    #section4 .bg .text4 {
        padding: 5px 30px 0 38px;
        font-size: 14px;
        line-height: 1.5;
    }

    #section4 .bg .text5 {
        padding: 5px 30px 0 38px;
        font-size: 14px;
    }

    #section4 .bg .icon {
        padding: 0 0 0 0;
        text-align: center;
        margin: -10px auto -5px -20px;
    }

    #section4 .bg .btn {
        padding: 0;
        text-align: center;
        margin: -12px auto -5px auto;
    }

    #section4 .bg .btn button {
        font-size: 12px;
        padding: 10px 40px;
    }

    #section4 .bg .map_download {
        font-size: 13px;
        text-align: left;
        padding: 12px 0 25px 25px;
    }

    /*about*/
    #about1 {
        margin: 26% 0 0 0;
    }

    #about1 .icon {
        width: 50px;
        margin: 0 auto -38px auto;
    }

    #about1 h1 {
        font-size: 45px;
    }

    #about1 h2 {
        font-size: 22px;
        margin: -40px 0 0 0;
    }

    #about1 p {
        font-size: 18px;
        width: 90%;
        margin: -25px auto 0 auto;
    }

    #about2_content {
        padding: 115px 0 0 0;
        margin: auto;
        z-index: 4;
        width: 75%;
        position: relative;
    }

    #about2_content .icon {
        margin: 0 auto -15px auto;
        width: 50px !important;
        height: 52px;
        background-size: 50px 52px;
    }

    #about2_content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #about2_content h2 {
        font-size: 20px;
        margin: -15px auto 0 auto;
        width: 90%;
    }

    #about2_content p {
        font-size: 18px;
        width: 85%;
        margin: -10px auto 20px auto;
    }

    #about3 {
        padding: 20% 0 0 0;
    }

    #about3 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about4 {
        padding: 150px 0 30px 0;
        text-align: center;
    }

    #about4 .icon {
        margin: 0 auto -15px auto;
    }

    #about4 .icon img {
        width: 50px;
        margin: auto;
    }

    #about4 h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #about4 h2 {
        font-size: 22px;
        margin: -15px auto 0 auto;
        width: 85%;
    }

    #about4 p {
        font-size: 18px;
        width: 85%;
        margin: 3px auto 0 auto;
    }

    #section_about5 {
        background-image: url(../images/about/bg-about5.jpg);
        padding: 6% 0 0 0;
        background-position: center center;
    }

    #about5 {
        padding: 15% 0 0 220px;
        text-align: left;
    }

    #about5 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #section_about6 {
        background-position: top center;
    }

    #about6 {
        padding: 0 0 0 0;
        top: 15%;
        bottom: 15%;
        position: absolute;
    }

    #about6 h1 {
        font-size: 60px;
    }

    #about6 p {
        font-size: 18px;
        width: 90%;
        margin: -30px auto 0 auto;
    }

    #about6 .list_icon {
        margin: 10px auto 0 auto;
        width: 280px;
    }

    #about6 .list_icon ul li {
        width: 110px;
        height: 90px;
        margin: -20px 0 0 0;
    }

    #about6 .list_icon ul li.h1 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h2 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h3 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h4 {
        background-size: auto 90px !important;
    }

    /*timeline*/
    #container_timeline {
        width: 100%;
        margin: auto;
    }

    #section_timeline h1 {
        font-size: 26px;
        padding: 35% 0 0 0;
    }

    #section_timeline .timeline_year {
        width: 91px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 15px;
        display: none;
    }

    #section_timeline .timeline_today {
        background: url(../../timeline/bg_today.png) no-repeat top center;
        width: 50px;
        height: 43px;
        position: absolute;
        margin-top: 74px;
        margin-left: 0;
        right: -3px;
        background-size: 50px;
    }

    /*room*/
    #maximize {
        margin: 30% 0 0 0;
    }

    #section_room2 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: right top;
    }

    #section_room2_2 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_4 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room3 {
        padding: 25% 0 0 0;
    }

    .section_room .bg_room {
        margin: 25% 0 0 0;
        position: absolute;
        z-index: 4;
        right: 10px;
        /*top:5%;
	bottom:10px;*/
    }

    .section_room .bg_room .icon {
        margin: 22px 0 0 0;
    }

    .section_room .bg_room .btn {
        margin: 10px 0 0 0;
    }

    .section_room .bg_room .btn button {
        font-size: 14px;
        letter-spacing: 3px;
        padding: 5px 60px;
        cursor: pointer;
    }

    .section_room .bg_room .btn-hide {
        margin: 10px auto 0 auto;
        padding-bottom: 10px;
    }

    .section_room .bg1 {
        background-size: 100% 350px;
        width: 300px;
        height: auto;
    }

    .section_room .bg2 {
        background-size: 100% 350px;
        width: 300px;
        height: auto;
    }

    .section_room .bg3 {
        background-size: 100% 350px;
        width: 300px;
        height: auto;
    }

    .section_room .bg4 {
        background-size: 100% 420px;
        width: 300px;
        height: auto;
    }

    .section_room .bg_room h1 {
        font-size: 22px;
        margin: 5px 0 0 0;
    }

    .section_room .bg_room p {
        font-size: 12px;
        width: 75%;
        margin: 10px auto 0 auto;
        line-height: 20px;
    }

    .section_room .bg_room .dropdown {
        margin: 10px 0 0 0;
    }

    .section_room .bg_room .dropdown select {
        font-size: 12px;
        width: 65%;
        padding: 3px;
        letter-spacing: 3px;
    }

    #container_room {
        width: 90%;
        margin: 32% auto 20px auto;
        position: relative;
    }

    #container_room .grid {
        width: 100% !important;
        min-height: 100px;
        padding: 0 10px 10px 0;
    }

    #container_room .grid img {
        border: 3px solid #fff;
    }

    #bg_room_detail {
        width: 295px;
        height: 900px;
        padding: 0 0 20px 0;
        margin: auto;
    }

    #bg_room_detail.color1 {
        background: url(../images/room/bg-room-detail_res320.png) no-repeat top center;
    }

    #bg_room_detail.color2 {
        background: url(../images/room/bg-room-detail_res320.png) no-repeat top center;
    }

    #bg_room_detail.color3 {
        background: url(../images/room/bg-room-detail_res320.png) no-repeat top center;
    }

    #bg_room_detail.color4 {
        background: url(../images/room/bg-room-detail_res320.png) no-repeat top center;
    }

    #bg_room_detail .left {
        display: inline-block;
        width: 90%;
        padding: 105px 0 0 10px;
        vertical-align: top;
    }

    #bg_room_detail .right {
        display: inline-block;
        width: 90%;
        padding: 10px 0 0 35px;
        vertical-align: top;
    }

    #bg_room_detail .left>div.li {
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

    #bg_room_detail .detail_type {
        width: 90%;
        margin: 10px 0 0 15px;
    }

    #bg_room_detail .left ul li {
        width: 70%;
        font-family: Arial;
        font-size: 12px;
        line-height: 23px;
    }

    #bg_room_detail .right ul li {
        width: 90%;
        font-family: Arial;
        font-size: 12px;
        line-height: 23px;
    }

    .room_other {
        padding: 35% 0 10px 0;
    }

    .room_other h1 {
        font-size: 32px;
    }

    .room_other ul li {
        width: 200px;
    }

    .room_other ul li span.text-content {
        font-size: 22px;
        height: 200px;
        width: 180px;
    }

    #section_room4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_2.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_3.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    /*gallery*/
    #section_gallery .menu_gallery {
        display: none;
    }

    #section_gallery .menu_gallery_res {
        display: block;
        margin: 40% auto 0 auto;
        width: 95%;
        overflow: hidden;

    }

    #section_gallery .menu_gallery_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }

    #section_gallery .content {
        margin: auto;
        padding: 10px 0 10px 0;
        width: 95%;
    }

    /*facility*/
    #section_facility {
        padding: 0 0 0 0;
        height: 100% !important;
    }

    /*baba*/
    #section_baba1 {
        padding: 25% 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_baba3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #baba1 p {
        font-size: 14px;
        width: 90%;
    }

    #baba1 .icon {
        margin: 0 auto -60px auto;
        width: 100px;
    }

    #baba1 .btn button {
        font-size: 11px;
        margin: 20px 0 30px 0;
        padding: 10px 30px;
    }

    #baba2 {
        padding: 30% 0 0 0;
        text-align: center;
        margin: auto;
        position: relative;
    }

    #baba2 .icon {
        margin: 0 auto -25px auto;
        width: 100px;
    }

    #baba2 h1 {
        font-size: 32px;
        line-height: 30px;
    }

    #baba2 h2 {
        margin: -25px auto 0 auto;
        font-size: 24px;
    }

    #baba2 h3 {
        margin: 10px auto 0 auto;
        font-size: 32px
    }

    #baba2 .line {
        width: 60%;
        margin: 5px auto 0 auto;
    }

    #baba2 p.desc1 {
        font-size: 20px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
    }

    #baba2 p.desc2 {
        font-family: Arial;
        color: #fff;
        font-size: 12px;
        width: 95%;
        margin: auto;
        padding: 15px 0 30px 0;
        line-height: 20px;
    }

    #baba3 {
        margin: 35% 0 0 0;
    }

    #baba3 h1 {
        font-size: 32px;
    }

    #container_baba {
        width: 90%;
        margin: 0 auto 10px auto;
        position: relative;
    }

    #container_baba .grid {
        width: 100% !important;
    }

    #container_baba .grid img {
        border: 3px solid #fff;
    }

    /*airport*/
    #airport {
        margin: auto;
        width: 300px;
    }

    #airport h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
    }

    #airport .list-airport {
        padding-bottom: 30px;
    }

    #airport .list-airport .list-content {
        margin: 5px auto;
    }

    #airport .list-airport .list-content .bg-top {
        background: url(../images/facility/bg-airport-top.jpg) top center no-repeat;
        width: 300px;
        height: 13px;
        background-size: 300px 13px;
    }

    #airport .list-airport .list-content .bg-middle {
        background: url(../images/facility/bg-airport-middle.jpg) top center repeat-y;
        width: 300px;
        height: auto;
        background-size: 300px auto;
    }

    #airport .list-airport .list-content .bg-bottom {
        background: url(../images/facility/bg-airport-bottom.jpg) top center no-repeat;
        width: 300px;
        height: 18px;
        background-size: 300px 13px;
    }

    #airport .list-airport .list-content .bg-middle .head {
        font-family: 'helvethaicaregular55';
        font-size: 22px;
        color: #000;
        text-align: left;
        width: 90%;
        /* width: 95%;text-indent: 30px; */
        cursor: pointer;
    }

    #airport .list-airport .list-content .bg-middle .head img{
        max-width: 14px;
        margin-bottom: -1px;
    }
    .expanded-header {
        background: url(../images/facility/arrow-down.png) no-repeat right -2px top 7px;
        padding: 0 0 0 0;
    }

    .active-header {
        background: url(../images/facility/arrow-up.png) no-repeat right -2px top 7px;
        padding: 0 0 0 0;
    }

    #airport .list-airport .list-content .bg-middle .desc {
        font-family: 'helvethaicaregular55';
        font-size: 20px;
        color: #9b9da0;
        text-align: left;
        width: 90%;
        padding: 0;
        /* width: 78%;
        padding: 0 0 0 30px; */
    }

    #airport .list-airport .list-content .bg-middle .desc p {
        margin:0;
        /* margin: 8px 0 0 0; */
    }

    #airport .list-airport .list-content .bg-middle .desc p a {
        color: #000;
    }

    #airport .list-airport .list-content .bg-middle .desc p a:hover {
        text-decoration: underline;
    }
   
    a.linkClick::before,
    p.extraButtonWrapper a.downloadMapButton::before,
    p.extraButtonWrapper a.getDirectionButton::before,
    p.extraButtonWrapper a.callingButton::before{
        font-size: 13px;
    }
    
    #airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a{
        display:block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }

    #airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a:last-child{
        margin-bottom: 0;
    }

    /*package*/
    #section_promotion .menu {
        display: none;
    }

    #section_promotion .menu_package_res {
        display: block;
        margin: 0 auto 0 auto;
        width: 95%;
        overflow: hidden;
        padding: 8% 0 0 0;
    }

    #section_promotion .menu_package_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }


    #section_promotion .content ul li {
        width: 90%;
        margin: 10px;
    }

    #section_promotion .content ul li .list_pro {
        padding: 8px 0;
        width: 95%;
    }

    #section_promotion .content {
        margin: auto;
        padding: 20px 0 5px 0;
    }

    /*event*/
    #section_gallery .content2 ul li {
        width: 90%;
        margin: 10px;
    }

    #section_gallery .content2 ul li .list_pro {
        padding: 8px 0;
        width: 95%;
    }

    #section_gallery .content2 {
        margin: auto;
        padding: 20px 0 5px 0;
    }

    /*contact*/
    #contact1 {
        margin: 35% auto 20px auto;
        width: 95%;
    }

    #contact1 .col1 .bg {
        width: 300px;
    }

    #contact1 .col2 {
        margin: 10px 0 0 0;
    }

    #contact1 .col2 .bg {
        width: 300px;
    }

    #contact1 .col3 {
        margin: 10px 0 0 0;
    }

    #contact1 .col1 .bg .text2 {
        padding: 50px 0 0 30px;
    }

    #contact1 .col1 .bg .text3 {
        padding: 20px 0 0 30px;
    }

    #contact1 .col1 .bg .text4 {
        padding: 20px 30px 0 30px;
    }

    #contact1 .col1 .bg .icon {
        margin: 20px auto 20px auto;
        width: 85%;
    }

    #contact1 .col1 .bg .btn {
        margin: auto;
        width: 80%;
        text-align: center;
    }

    #contact1 .col1 .bg .btn button {
        font-size: 13px;
        padding: 10px 40px;
    }

    #contact1 .col3 .bg1 {
        width: 300px;
        height: 266px;
        margin: 0 0 0 0;
    }

    #contact1 .col3 .bg1 .btn {
        margin: auto;
        width: 80%;
        text-align: center;
    }

    #contact1 .col3 .bg1 .btn button {
        font-size: 13px;
        padding: 10px 70px;
    }

    #contact1 .col3 .bg2 {
        display: none;
    }

    #contact1 .col3_res {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 20px 0;
    }

    #contact1 .col3_res .bg2 {
        background: url(../images/contact/bg4.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 300px;
        height: 130px;
        display: block;
    }

    #contact1 .col3_res .bg2 .block {
        padding: 6px 0 0 0;
        margin: auto;
    }

    #contact1 .col3_res .bg2 .block:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #contact1 .col3_res .bg2 .block .icon {
        font-family: 'CopperplateGothic-Bold';
        color: #bbb8b4;
        font-size: 62px;
    }

    #contact1 .col3_res .bg2 .block .header {
        font-family: 'CopperplateGothic-Bold';
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
        margin: -10px 0 0 0;
    }

    #contact1 .col3_res .bg2 .block .header2 {
        font-family: 'helvethaicaregular55';
        color: #edd089;
        font-size: 22px;
        margin: 0 0 0 0;
    }

    /*faq*/
    #section_faq {
        padding: 150px 0 0 0;
    }

    #section_faq .header {
        font-size: 42px;
    }

    .wf-container .wf-box {
        width: auto !important;
        min-height: 100px;
        margin: auto;
    }

    .wf-container .wf-box .bg_top {
        background: url(../images/contact/bg-faq-top.jpg) top center no-repeat;
        width: 300px;
        height: 23px;
        background-size: 300px 23px;
    }

    .wf-container .wf-box .bg_middle {
        background: url(../images/contact/bg-faq-middle.jpg) top center repeat-y;
        width: 300px;
        height: auto;
        background-size: 300px auto;
    }

    .wf-container .wf-box .bg_bottom {
        background: url(../images/contact/bg-faq-bottom.jpg) top center no-repeat;
        width: 300px;
        height: 25px;
        background-size: 300px 25px;
    }

    .wf-container .wf-box .bg_middle .content .h1 {
        font-size: 23px;
        padding: 10px 5px 0 5px;
        line-height: 30px;
    }

    .wf-container .wf-box .bg_middle .content .answer {
        font-size: 25px;
        padding: 10px 0;
    }

    .wf-container .wf-box .bg_middle .content .p {
        font-size: 20px;
        padding: 0 5px 0 5px;
    }

    /*footer*/
    #section5 {
        display: none;
    }

    /* #section5_2 {
        display: none;
    } */
    #section5_2{
        background-repeat: repeat !important;
        background-size:inherit !important;
    }

    #section5_2 #footer>ul{
        margin:0;
        padding:20px 0 !important;
    }

    #section5_2 #footer>ul>li{
        display: block;
    }

    #section5_2 #footer>ul>li.list-icon{
        margin-top: 10px !important;
        margin-bottom: 7px !important;
    }

    #section5_2.fp-auto-height{
        height: auto !important;
    }

    #section5_2 .social-footer>ul{
        margin: 0 !important;
        padding: 0 !important;
    }

    #section5_2.fp-auto-height #footer ul.pagelisting {
        display: inline-block;
        padding-bottom: 0;
    }

    #section5_2 #footer ul.pagelisting {
        display: inline-block;
        padding-bottom: 0;
    }

    #section5_2 .footer-logo ul {
        padding-bottom: 20px !important;
    }

    #section5_res {
        display: table;
        margin: auto;
        padding: 3px 0
    }

    #section5_res .footer-copyright {
        margin: 10px 0;
        font-family: Arial;
        font-size: 11px;
        color: #fff;
        text-align: center;
    }

    #footer {
        margin: 20px auto 0 auto;
        width: 100%;
    }

    #footer ul li.list-text .head-footer {
        font-size: 16px;
    }

    #footer ul li.list-text .text-footer {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0 0 0;
    }

    #footer ul li.list-icon {
        margin: 35px 20px 0 20px;
    }


}

@media only screen and (min-width: 421px) and (max-width: 639px) {

    /*all room*/
    #section_allroom {
        padding: 130px 0 0 0;
        background-image: url(../images/allroom/bg-allroom.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        background-size: initial;
    }

    #allroom1 {
        padding-bottom: 30px;
        width: 100%;
        margin: auto;
    }

    #allroom1>ul {
        margin: 0;
        padding: 0;
    }

    #allroom1>ul li.room-big {
        display: inline-block;
        margin: 3px;
        width: 99%;
        height: 237px;
    }

    #allroom1>ul li.room {
        display: inline-block;
        margin: 3px 1px;
        height: 237px;
        width: 99%;
    }

    #allroom1>ul li.room-big>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li.room>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li:hover {
        -webkit-filter: contrast(1.1);
        filter: contrast(1.1);
        cursor: pointer;
    }

    #allroom1>ul li:hover>.cover {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    #allroom1>ul li.room-big>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room-big>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room-big>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 50px;
    }

    #allroom1>ul li.room-big>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room-big>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #allroom1>ul li.room>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 50px;
    }

    #allroom1>ul li.room>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #section_allroom .menu_room {
        display: none;
    }

    #section_allroom .menu_room_res {
        display: block;
        margin: 5% auto 5% auto;
        width: 95%;
        overflow: hidden;

    }

    #section_allroom .menu_room_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }

    #slide {
        position: relative;
        padding: 16% 0 0 0;
    }

    #container,
    #menu #container {
        width: 100%;
        margin: auto;
    }

    /*menu*/
    #menu ul li {
        display: none;
        margin: 65px -4px -30px -4px;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 11px;
        text-transform: uppercase;
        vertical-align: top;
    }

    #menu ul li.logo {
        display: none;
    }


    #logo-res {
        display: block;
        vertical-align: top;
        width: 95px;
        margin: 5px auto 0 auto;
    }

    .c-mask {
        z-index: 100;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
    }

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        position: absolute;
        top: 130px;
    }

    #menu-res {
        top: 42px;
        display: block;
        background: url(../images/shared/menu_res.png) no-repeat top center;
        background-size: 57px 40px;
        width: 57px;
        height: 40px;
        position: absolute;
        right: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #menu-res:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #menu-res-drop {
        background: url(../images/shared/bg-menu-res.jpg) repeat-y top center;
        width: 242px;
        height: 100%;
        right: 0;
        top: 130px;
        position: absolute;
        z-index: 9999;
        display: none;
        overflow-x: hidden;
    }

    #menu-res-drop.is-active {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #menu-res-drop.non-active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu-res-drop-content {
        height: auto;
        max-height: 670px;
    }


    #menu-res-drop .btn-close-res {
        right: 15px;
        margin-top: 15px;
        position: absolute;
        cursor: pointer;
    }

    #menu-res-drop ul {
        margin: 0;
        padding: 15px 0 20px 10px;
    }

    #menu-res-drop ul li {
        display: block;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: top;
        padding-left: 30px;
        padding-top: 12px;
        background: url(../images/shared/icon-menu-res.png) no-repeat left;
        width: 100%;
        height: 25px;
    }

    #menu-res-drop ul li:hover {
        background: url(../images/shared/icon-menu-res-hover.png) no-repeat left;
    }

    #menu-res-drop ul li a {
        color: #edd089;
        text-decoration: none;
    }

    #menu-res-drop ul li a:hover {
        color: #fff;
    }

    #menu-res-drop .line {
        background: #edd089;
        width: 100%;
        height: 1px;
    }

    #menu-res-drop .address {
        padding: 10px 0 0 0;
        font-family: Arial;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    #menu-res-drop .address>div {
        margin: 15px 10px 0 10px;
        letter-spacing: 1px;
    }

    #menu-res-drop .address>div h1 {
        font-size: 14px;
    }

    #menu-res-drop .address>div p {
        font-size: 12px;
    }

    #menu-res-drop .address>div .social-footer {
        margin: -15px 0 -10px -40px;
        text-align: center;
    }

    #menu-res-drop .address>div .social-footer ul li {
        display: inline-block;
        list-style: none;
        height: 30px;
        cursor: pointer;
        margin-right: -20px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb {
        background: url(../images/shared/icon_fb.png) no-repeat top center;
        width: 15px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb:hover {
        background: url(../images/shared/icon_fb2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.in {
        background: url(../images/shared/icon_in.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.in:hover {
        background: url(../images/shared/icon_in2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.pt {
        background: url(../images/shared/icon_pt.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.pt:hover {
        background: url(../images/shared/icon_pt2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.yt {
        background: url(../images/shared/icon_yt.png) no-repeat top center;
        width: 20px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.yt:hover {
        background: url(../images/shared/icon_yt2.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    #menu-res-drop .footer-logo ul {
        margin: 0;
        /*padding:0;*/
    }

    #menu-res-drop .footer-logo ul li {
        display: block;
        list-style: none;
    }

    #menu-res-drop .footer-logo ul li.logo1 {
        background: url(../images/shared/icon-logo1.png) no-repeat top center;
        width: 132px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo1:hover {
        background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo2 {
        background: url(../images/shared/icon-logo2.png) no-repeat top center;
        width: 76px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo2:hover {
        background: url(../images/shared/icon-logo2-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo3 {
        background: url(../images/shared/icon-logo3.png) no-repeat top center;
        width: 83px;
        height: 65px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo3:hover {
        background: url(../images/shared/icon-logo3-hover.png) no-repeat top center;
    }

    #menu-top {
        top: 65px;
        font-family: 'Georgia';
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        margin: auto;
        right: 0;
        left: -3px;
        text-align: center;
    }

    #menu-top .btn1 {
        display: none;
        color: #edd089;
        margin-right: 15px;
    }

    #menu-top .btn1 .icon {
        display: inline-block;
        margin-top: 5px;
    }

    #menu-top .btn1 .text {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0 5px;
    }

    #menu-top .btn2 {
        display: inline-block;
        color: #000;
        background: url(../images/shared/btn-book.jpg) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 34px;
        text-indent: -9999px;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        margin: 35px auto;
        text-align: center;
    }

    #menu-top .btn2:hover {
        background: url(../images/shared/btn-book-hover.jpg) no-repeat;
        background-size: 100px;
    }

    /*content*/
    #section1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_about1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center left;
    }

    #section_about4 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
        width: 100%;
    }
    /* #section0{
        display: none;
    }
    #section0 .layer {
        display: none;
    } */

    /*around*/
    #box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    #around_map {
        width: 2298px;
        height: auto;
        cursor: move;
        left: -1000px;
        top: -100px;
    }


    img[usemap],
    map area {
        outline: none;
    }

    #section_around #icon_menu {
        padding: 30px 0 0 0;
        position: absolute;
        z-index: 4;
        right: 10px;
    }

    #section_around #icon_menu ul {
        margin: 0;
        padding: 0;
    }

    #section_around #icon_menu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #section_around #icon_menu ul li img {
        border: 1px solid #000;
    }

    #section_around #icon_menu ul li img:hover {
        border: 1px solid #edd089;
        cursor: pointer;
    }

    #section_around #bg_around {
        background: url(../images/around/bg-list-around.jpg) no-repeat top center;
        width: 424px;
        height: 500px;
        right: -1px;
        top: 130px;
        position: absolute;
        z-index: 5;
    }


    /*home*/
    #home1 {
        /*   padding: 15% 0 0 0;
	position:absolute;
	top:10%;
	bottom:10%;
*/
    }

    #home1 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 85%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #section4 .bg {
        background: url(../images/home/bg-map.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 424px;
        height: auto;
        margin: 20% 0 0 6%;
        position: absolute;
        z-index: 4;
    }

    /*about*/
    #about1 {
        margin: 0 0 0 0;
    }

    #about1 p {
        font-size: 22px;
        width: 90%;
    }

    #about2_content {
        padding: 150px 0 10% 0;
        margin: auto;
        z-index: 4;
        width: 70%;
        position: relative;
    }

    #about2_content .icon {
        margin: 0 auto -15px auto;
        width: 60px !important;
        height: 62px;
    }

    #about2_content h1 {
        font-size: 50px;
        line-height: 40px;
    }

    #about2_content h2 {
        font-size: 24px;
        margin: -15px auto 0 auto;
        width: 98%;
    }

    #about2_content p {
        font-size: 22px;
        width: 90%;
        margin: -10px auto 30px auto;
    }

    #about3 {
        padding: 20% 0 0 0;
    }

    #about3 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about4 {
        padding: 150px 0 40px 0;
        text-align: center;
        margin: auto;
    }

    #about4 h1 {
        font-size: 45px;
    }

    #about4 h2 {
        font-size: 24px;
        margin: -25px auto 0 auto;
        width: 90%;
    }

    #about4 p {
        font-size: 22px;
        width: 90%;
        margin: auto;
    }

    #section_about5 {
        background-image: url(../images/about/bg-about5.jpg);
        padding: 6% 0 0 0;
        background-position: center center;
    }

    #about5 {
        padding: 15% 0 0 220px;
        text-align: left;
    }

    #about5 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #about6 {
        padding: 0 0 0 0;
        top: 18%;
        bottom: 15%;
        position: absolute;
    }

    #about6 h1 {
        font-size: 90px;
    }

    #about6 p {
        font-size: 22px;
        width: 80%;
        margin: -50px auto 0 auto;
    }

    #about6 .list_icon ul li {
        width: 100px;
        height: 127px;
    }

    #about6 .list_icon ul li.h1 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h2 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h3 {
        background-size: auto 90px !important;
    }

    #about6 .list_icon ul li.h4 {
        background-size: auto 90px !important;
    }

    /*timeline*/
    #container_timeline {
        width: 100%;
        margin: auto;
    }

    #section_timeline h1 {
        font-size: 35px;
        padding: 20% 0 0 0;
    }

    #section_timeline .timeline_year {
        width: 91px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 15px;
        display: none;
    }

    #section_timeline .timeline_today {
        background: url(../../timeline/bg_today.png) no-repeat top center;
        width: 70px;
        height: 43px;
        position: absolute;
        margin-top: 70px;
        margin-left: 0;
        right: 0;
        background-size: 70px;
    }

    /*room*/
    #maximize {
        margin: 20% 0 0 0;
    }

    #section_room2 {
        padding: 4% 0 4% 0;
        display: table-cell;
        vertical-align: middle;
        background-position: right top;
    }

    #section_room2_2 {
        padding: 4% 0 4% 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_3 {
        padding: 4% 0 4% 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_4 {
        padding: 4% 0 4% 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room3 {
        padding: 16% 0 0 0;
    }

    .section_room .bg_room {
        margin: 0 0 0 0;
        position: absolute;
        z-index: 4;
        right: 40px;
        top: 20%;
    }

    #container_room {
        width: 90%;
        margin: 22% auto 20px auto;
        position: relative;
    }

    #container_room .grid {
        width: 100% !important;
        min-height: 100px;
        padding: 0 10px 10px 0;
    }

    #container_room .grid img {
        border: 3px solid #fff;
    }

    #bg_room_detail {
        width: 400px;
        height: 900px;
        padding: 0 0 20px 0;
        margin: auto;
    }

    #bg_room_detail.color1 {
        background: url(../images/room/bg-room-detail_res480.png) no-repeat top center;
    }

    #bg_room_detail.color2 {
        background: url(../images/room/bg-room-detail_res480.png) no-repeat top center;
    }

    #bg_room_detail.color3 {
        background: url(../images/room/bg-room-detail_res480.png) no-repeat top center;
    }

    #bg_room_detail.color4 {
        background: url(../images/room/bg-room-detail_res480.png) no-repeat top center;
    }

    #bg_room_detail .left {
        display: inline-block;
        width: 90%;
        padding: 90px 0 0 20px;
        vertical-align: top;
    }

    #bg_room_detail .right {
        display: inline-block;
        width: 90%;
        padding: 0 0 0 50px;
        vertical-align: top;
    }

    #bg_room_detail .left>div.li {
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

    #bg_room_detail .detail_type {
        width: 90%;
    }

    .room_other {
        padding: 5% 0 10px 0;
    }

    .room_other h1 {
        font-size: 32px;
    }

    .room_other ul li {
        width: 200px;
    }

    .room_other ul li span.text-content {
        font-size: 22px;
        height: 200px;
        width: 200px;
    }

    #section_room4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_2.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_3.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    /*gallery*/
    #section_gallery .menu_gallery {
        display: none;
    }

    #section_gallery .menu_gallery_res {
        display: block;
        margin: 25% auto 0 auto;
        width: 95%;
        overflow: hidden;

    }

    #section_gallery .menu_gallery_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }

    #section_gallery .content {
        margin: auto;
        padding: 20px 0 60px 0;
        width: 95%;
    }

    /*facility*/
    #section_facility {
        padding: 0 0 0 0;
        height: 100% !important;
    }

    /*baba*/
    #section_baba1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_baba3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #baba1 p {
        font-size: 14px;
        width: 80%;
    }

    #baba2 {
        padding: 0 0 0 0;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 15%;
    }

    #baba2 .icon {
        margin: 0 auto -25px auto;
    }

    #baba2 h2 {
        margin: -35px auto 0 auto;
    }

    #baba2 h3 {
        margin: 15px auto 0 auto;
    }

    #baba2 .line {
        width: 60%;
        margin: 5px auto 0 auto;
    }

    #baba2 p.desc1 {
        font-family: 'DBHelvethaicaX-75Bd';
        color: #e1c480;
        font-size: 24px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
        font-weight: 300;
    }

    #baba2 p.desc2 {
        font-family: Arial;
        color: #fff;
        font-size: 13px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
    }

    #baba3 {
        margin: 22% 0 0 0;
    }

    #container_baba {
        width: 90%;
        margin: 0 auto 20px auto;
        position: relative;
    }

    #container_baba .grid {
        width: 100% !important;
    }

    #container_baba .grid img {
        border: 3px solid #fff;
    }

    /*airport*/
    #airport {
        margin: auto;
        width: 420px;
    }

    #airport h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
    }

    #airport .list-airport {
        padding-bottom: 30px;
    }

    #airport .list-airport .list-content {
        margin: 10px auto;
    }

    #airport .list-airport .list-content .bg-top {
        background: url(../images/facility/bg-airport-top.jpg) top center no-repeat;
        width: 420px;
        height: 18px;
        background-size: 420px 18px;
    }

    #airport .list-airport .list-content .bg-middle {
        background: url(../images/facility/bg-airport-middle.jpg) top center repeat-y;
        width: 420px;
        height: auto;
        background-size: 420px auto;
    }

    #airport .list-airport .list-content .bg-bottom {
        background: url(../images/facility/bg-airport-bottom.jpg) top center no-repeat;
        width: 420px;
        height: 18px;
        background-size: 420px 18px;
    }

    #airport .list-airport .list-content .bg-middle .head {
        font-family: 'helvethaicaregular55';
        font-size: 30px;
        color: #000;
        text-align: left;
        width: 90%;
        /* text-indent: 30px; */
        cursor: pointer;
    }

    #airport .list-airport .list-content .bg-middle .head img{
        max-width: 18px;
        margin-bottom: -1px;
    }

    .expanded-header {
        background: url(../images/facility/arrow-down.png) no-repeat right 25px top 12px;
        padding: 0 0 0 25px;
    }

    .active-header {
        background: url(../images/facility/arrow-up.png) no-repeat right -2px top 12px;
        padding: 0 0 0 0;
    }

    #airport .list-airport .list-content .bg-middle .desc {
        font-family: 'helvethaicaregular55';
        font-size: 22px;
        color: #9b9da0;
        text-align: left;
        width:90%;
        padding: 0;
        /* width: 78%;
        padding: 0 0 0 55px; */
    }

    #airport .list-airport .list-content .bg-middle .desc p {
        margin: 8px 0 0 0;
    }

    #airport .list-airport .list-content .bg-middle .desc p a {
        color: #000;
    }

    #airport .list-airport .list-content .bg-middle .desc p a:hover {
        text-decoration: underline;
    }
    a.linkClick::before,
    p.extraButtonWrapper a.downloadMapButton::before,
    p.extraButtonWrapper a.getDirectionButton::before,
    p.extraButtonWrapper a.callingButton::before{
        font-size: 13px;
    }
    
    #airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a{
        display:block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }

    #airport .list-airport .list-content .bg-middle .desc p.extraButtonWrapper a:last-child{
        margin-bottom: 0;
    }
    /*package*/
    #section_promotion .menu {
        display: none;
    }

    #section_promotion .menu_package_res {
        display: block;
        margin: 0 auto 0 auto;
        width: 95%;
        overflow: hidden;
        padding: 8% 0 0 0;
    }

    #section_promotion .menu_package_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }


    #section_promotion .content ul li {
        width: 65%;
        margin: 10px;
    }

    #section_promotion .content ul li .list_pro {
        padding: 8px 0;
        width: 95%;
    }

    #section_promotion .content {
        margin: auto;
        padding: 20px 0 60px 0;
    }

    /*event*/
    #section_gallery .content2 ul li {
        width: 65%;
        margin: 10px;
    }

    #section_gallery .content2 ul li .list_pro {
        padding: 8px 0;
        width: 95%;
    }

    #section_gallery .content2 {
        margin: auto;
        padding: 20px 0 60px 0;
    }

    /*contact*/
    #contact1 {
        margin: 20% auto 0 auto;
        width: 90%;
    }

    #contact1 .col1 .bg {
        width: 300px;
    }

    #contact1 .col2 {
        margin: 10px 0 0 0;
    }

    #contact1 .col2 .bg {
        width: 300px;
    }

    #contact1 .col3 {
        margin: 10px 0 0 0;
    }

    #contact1 .col1 .bg .text2 {
        padding: 50px 0 0 30px;
    }

    #contact1 .col1 .bg .text3 {
        padding: 20px 0 0 30px;
    }

    #contact1 .col1 .bg .text4 {
        padding: 20px 30px 0 30px;
    }

    #contact1 .col1 .bg .icon {
        margin: 20px auto 20px auto;
        width: 85%;
    }

    #contact1 .col1 .bg .btn {
        margin: 0px auto 0 auto;
        width: 80%;
        text-align: center;
    }

    #contact1 .col3 .bg1 {
        width: 300px;
        height: 266px;
        margin: 0;
    }

    #contact1 .col3 .bg1 .btn {
        margin: auto;
        text-align: center;

    }

    #contact1 .col3 .bg2 {
        display: none;
    }

    #contact1 .col3_res {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 20px 0;
    }

    #contact1 .col3_res .bg2 {
        background: url(../images/contact/bg4.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 300px;
        height: 130px;
        display: block;
    }

    #contact1 .col3_res .bg2 .block {
        padding: 6px 0 0 0;
        margin: auto;
    }

    #contact1 .col3_res .bg2 .block:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #contact1 .col3_res .bg2 .block .icon {
        font-family: 'CopperplateGothic-Bold';
        color: #bbb8b4;
        font-size: 62px;
    }

    #contact1 .col3_res .bg2 .block .header {
        font-family: 'CopperplateGothic-Bold';
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
        margin: -10px 0 0 0;
    }

    #contact1 .col3_res .bg2 .block .header2 {
        font-family: 'helvethaicaregular55';
        color: #edd089;
        font-size: 22px;
        margin: 0 0 0 0;
    }

    /*faq*/
    #section_faq {
        padding: 150px 0 0 0;
    }


    /*footer*/
    #section5 {
        display: none;
    }

    #section5_2 {
        display: none;
    }

    #section5_res {
        display: table;
        margin: auto;
        padding: 3px 0
    }

    #section5_res .footer-copyright {
        margin: 10px 0;
        font-family: Arial;
        font-size: 11px;
        color: #fff;
        text-align: center;
    }

    #footer {
        margin: 20px auto 0 auto;
        width: 100%;
    }

    #footer ul li.list-text .head-footer {
        font-size: 16px;
    }

    #footer ul li.list-text .text-footer {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0 0 0;
    }

    #footer ul li.list-icon {
        margin: 35px 20px 0 20px;
    }

}

@media only screen and (min-width: 250px) and (max-width: 639px) {
    /*
body:before {
    content: url('../images/black_ribbon_top_right_mobile.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}*/
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    /*all room*/
    #section_allroom {
        padding: 130px 0 0 0;
        background-image: url(../images/allroom/bg-allroom.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        background-size: initial;
    }

    #allroom1 {
        padding-bottom: 30px;
        width: 100%;
        margin: auto;
    }

    #allroom1>ul {
        margin: 0;
        padding: 0;
    }

    #allroom1>ul li.room-big {
        display: inline-block;
        margin: 3px;
        width: 99%;
        height: 237px;
    }

    #allroom1>ul li.room {
        display: inline-block;
        margin: 3px 1px;
        height: 237px;
        width: 99%;
    }

    #allroom1>ul li.room-big>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li.room>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li:hover {
        -webkit-filter: contrast(1.1);
        filter: contrast(1.1);
        cursor: pointer;
    }

    #allroom1>ul li:hover>.cover {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    #allroom1>ul li.room-big>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room-big>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room-big>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 55px;
    }

    #allroom1>ul li.room-big>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room-big>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #allroom1>ul li.room>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 55px;
    }

    #allroom1>ul li.room>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #section_allroom .menu_room_res {
        display: none;
    }

    #section_allroom .menu_room {
        margin: 0 auto 30px auto;
        padding: 30px 0 0 0;
        width: 95%;
    }

    #section_allroom .menu_room ul {
        margin: 0;
        padding: 0;
    }

    #section_allroom .menu_room ul li {
        display: inline-block;
        width: 18%;
        padding: 18px 0;
        margin: 3px;
        border: 1px solid #ffffff;
        color: #fff;
        font-family: 'Georgia';
        font-size: 14px;
        text-align: center;
    }

    #section_allroom .menu_room ul li.active {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }

    #section_allroom .menu_room ul li:hover {
        background: #edd089;
        border: 1px solid #edd089;
        color: #000;
        cursor: pointer;
    }

    #slide {
        position: relative;
        padding: 10% 0 0 0;
    }

    #container,
    #menu #container {
        width: 100%;
        margin: auto;
    }

    /*menu*/
    #menu ul li {
        display: none;
        margin: 65px -4px -30px -4px;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 11px;
        text-transform: uppercase;
        vertical-align: top;
    }

    #menu ul li.logo {
        display: none;
    }

    #logo-res {
        display: block;
        vertical-align: top;
        margin: 5px auto 0 auto;
        text-align: center;
    }

    .c-mask {
        z-index: 100;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
    }

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        position: absolute;
        top: 130px;
    }


    #menu-top {
        top: 60px;
        font-family: 'Georgia';
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        margin: 3px 0 0 0;
        right: 0;
        width: 222px;
    }

    #menu-res {
        top: 57px;
        display: block;
        background: url(../images/shared/menu_res.png) no-repeat top center;
        background-size: 57px 40px;
        width: 57px;
        height: 40px;
        position: absolute;
        right: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #menu-res:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #menu-res-drop {
        background: url(../images/shared/bg-menu-res.jpg) repeat-y top center;
        width: 242px;
        height: 100%;
        right: 0;
        top: 130px;
        position: absolute;
        z-index: 9999;
        display: none;
        overflow-x: hidden;
    }

    #menu-res-drop.is-active {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #menu-res-drop.non-active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu-res-drop-content {
        height: auto;
        max-height: 800px;
    }

    /*#menu-res-drop-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#menu-res-drop-content::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
#menu-res-drop-content::-webkit-scrollbar-thumb
{
	background-color: #edd089;
}
*/

    #menu-res-drop .btn-close-res {
        right: 15px;
        margin-top: 15px;
        position: absolute;
        cursor: pointer;
    }

    #menu-res-drop ul {
        margin: 0;
        padding: 15px 0 20px 10px;
    }

    #menu-res-drop ul li {
        display: block;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: top;
        padding-left: 30px;
        padding-top: 12px;
        background: url(../images/shared/icon-menu-res.png) no-repeat left;
        width: 100%;
        height: 25px;
    }

    #menu-res-drop ul li:hover {
        background: url(../images/shared/icon-menu-res-hover.png) no-repeat left;
    }

    #menu-res-drop ul li a {
        color: #edd089;
        text-decoration: none;
    }

    #menu-res-drop ul li a:hover {
        color: #fff;
    }

    #menu-res-drop .line {
        background: #edd089;
        width: 100%;
        height: 1px;
    }

    #menu-res-drop .address {
        padding: 10px 0 0 0;
        font-family: Arial;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    #menu-res-drop .address>div {
        margin: 15px 10px 0 10px;
        letter-spacing: 1px;
    }

    #menu-res-drop .address>div h1 {
        font-size: 14px;
    }

    #menu-res-drop .address>div p {
        font-size: 12px;
    }

    #menu-res-drop .address>div .social-footer {
        margin: -15px 0 -10px -40px;
        text-align: center;
    }

    #menu-res-drop .address>div .social-footer ul li {
        display: inline-block;
        list-style: none;
        height: 30px;
        cursor: pointer;
        margin-right: -20px;
    }
    

    #menu-res-drop .address>div .social-footer ul li.fb {
        background: url(../images/shared/icon_fb.png) no-repeat top center;
        width: 15px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb:hover {
        background: url(../images/shared/icon_fb2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.in {
        background: url(../images/shared/icon_in.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.in:hover {
        background: url(../images/shared/icon_in2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.pt {
        background: url(../images/shared/icon_pt.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.pt:hover {
        background: url(../images/shared/icon_pt2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.yt {
        background: url(../images/shared/icon_yt.png) no-repeat top center;
        width: 20px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.yt:hover {
        background: url(../images/shared/icon_yt2.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    #menu-res-drop .footer-logo ul {
        margin: 0;
        /*padding:0;*/
    }

    #menu-res-drop .footer-logo ul li {
        display: block;
        list-style: none;
    }

    #menu-res-drop .footer-logo ul li.logo1 {
        background: url(../images/shared/icon-logo1.png) no-repeat top center;
        width: 132px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo1:hover {
        background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo2 {
        background: url(../images/shared/icon-logo2.png) no-repeat top center;
        width: 76px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo2:hover {
        background: url(../images/shared/icon-logo2-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo3 {
        background: url(../images/shared/icon-logo3.png) no-repeat top center;
        width: 83px;
        height: 65px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo3:hover {
        background: url(../images/shared/icon-logo3-hover.png) no-repeat top center;
    }

    /*#menu-top{	
	top: 65px;
    font-family: 'Georgia';
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    right: 0;
    left: -3px;
    text-align: center;
}*/
    #menu-top .btn1 {
        display: none;
        color: #edd089;
        margin-right: 15px;
    }

    #menu-top .btn2 {
        display: inline-block;
        color: #000;
        background: url(../images/shared/btn-book.jpg) no-repeat;
        background-size: 130px;
        width: 130px;
        height: 34px;
        text-indent: -9999px;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
    }

    #menu-top .btn2:hover {
        background-size: 130px;
    }

    /*content*/
    #section1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_about1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center left;
    }

    #section_about4 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
        width: 100%;
    }
    /* #section0{
        display: none;
    }
    #section0 .layer {
        display: none;
    } */

    /*around*/
    #box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    #around_map {
        width: 2298px;
        height: auto;
        cursor: move;
        left: -950px;
        top: -120px;
    }


    img[usemap],
    map area {
        outline: none;
    }

    #section_around #icon_menu {
        padding: 20px 0 0 0;
        position: absolute;
        z-index: 4;
        right: 30px;
    }

    #section_around #icon_menu ul {
        margin: 0;
        padding: 0;
    }

    #section_around #icon_menu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #section_around #icon_menu ul li img {
        border: 1px solid #000;
    }

    #section_around #icon_menu ul li img:hover {
        border: 1px solid #edd089;
        cursor: pointer;
    }

    #section_around #bg_around {
        background: url(../images/around/bg-list-around.jpg) no-repeat top center;
        width: 424px;
        height: 500px;
        right: -1px;
        position: absolute;
        z-index: 5;
    }

    #section_around #bg_around #close_bg {
        padding: 35px 0 5px 0;
        cursor: pointer;
    }

    #section_around #bg_around #content-list-around {
        width: 90%;
        height: 380px;
        margin: auto;
    }

    #section_around #bg_around #content-list-around ul {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }

    #section_around #bg_around #content-list-around ul li {
        display: inline-block;
        list-style: none;
        width: 42%;
        margin: auto;
        padding: 5px;
    }

    #section_around #bg_around #content-list-around ul li .text {
        font-family: 'helvethaicaregular55';
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 5px 0 0 0;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    a:-webkit-any-link {
        text-decoration: none;
        color: #fff;
    }

    #section_around #bg_around #content-list-around ul li:hover {
        cursor: pointer;
        -webkit-filter: grayscale(1);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }


    /*home*/
    #home1 {
        /*   padding: 15% 0 0 0;
	position:absolute;
	top:10%;
	bottom:10%;
*/
    }

    #home1 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 24px;
        width: 85%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #section4 {
        background-image: url(../images/home/bg-home4_res640.jpg);
        padding: 6% 0 0 0;
        vertical-align: middle;
        background-position: center center;
    }

    #section4 .bg {
        background: url(../images/home/bg-map.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 400px;
        height: auto;
        margin: 12% 0 0 35%;
        position: absolute;
        z-index: 4;
    }

    /*about*/
    #about1 {
        margin: 0 0 0 0;
    }

    #about1 p {
        font-size: 24px;
        width: 90%;
    }

    #about2_content {
        padding: 150px 0 10% 0;
        margin: auto;
        z-index: 4;
        width: 70%;
        position: relative;
    }

    #about2_content .icon {
        margin: 0 auto -15px auto;
        width: 60px !important;
        height: 62px;
    }

    #about2_content h1 {
        font-size: 50px;
        line-height: 40px;
    }

    #about2_content h2 {
        font-size: 26px;
        margin: -15px auto 0 auto;
        width: 95%;
    }

    #about2_content p {
        font-size: 24px;
        width: 98%;
        margin: -10px auto 30px auto;
    }

    #about3 {
        padding: 20% 0 0 0;
    }

    #about3 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 24px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about4 {
        padding: 150px 0 40px 0;
        text-align: center;
        margin: auto;
    }

    #about4 h2 {
        font-size: 26px;
        margin: -25px auto 0 auto;
        width: 90%;
    }

    #about4 p {
        font-size: 22px;
        width: 90%;
        padding: 20px 0 0 0;
        margin: auto;
    }

    #section_about5 {
        background-image: url(../images/about/bg-about5.jpg);
        padding: 6% 0 0 0;
        background-position: center center;
    }

    #about5 {
        padding: 15% 0 0 220px;
        text-align: left;
    }

    #about5 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #about6 {
        padding: 0 0 0 0;
        top: 18%;
        bottom: 15%;
        position: absolute;
    }

    #about6 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 24px;
        width: 60%;
        margin: -80px auto 0 auto;
    }

    /*timeline*/

    #section_timeline h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 44px;
        text-transform: uppercase;
        padding: 15% 0 0 0;
    }

    #section_timeline .timeline_year {
        background: url(../../timeline/bg_year.png) no-repeat top center;
        width: 91px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 15px;
    }

    #section_timeline .timeline_today {
        background: url(../../timeline/bg_today.png) no-repeat top center;
        width: 113px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 0;
        right: 10px;
    }

    /*room*/
    #section_room2 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: right top;
    }

    #section_room2_2 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_4 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room3 {
        padding: 12% 0 0 0;
    }

    .section_room .bg_room {
        margin: 0 0 0 0;
        position: absolute;
        z-index: 4;
        right: 20px;
        top: 20%;
    }

    #container_room {
        width: 90%;
        margin: 15% auto 0 auto;
        position: relative;
    }

    #container_room .grid {
        width: 45% !important;
        min-height: 100px;
        padding: 0 10px 10px 0;
    }

    #container_room .grid img {
        border: 3px solid #fff;
    }

    #bg_room_detail {
        width: 590px;
        height: 730px;
        padding: 0;
        margin: auto;
    }

    #bg_room_detail.color1 {
        background: url(../images/room/bg-room-detail_res640.png) no-repeat top center;
    }

    #bg_room_detail.color2 {
        background: url(../images/room/bg-room-detail_res640.png) no-repeat top center;
    }

    #bg_room_detail.color3 {
        background: url(../images/room/bg-room-detail_res640.png) no-repeat top center;
    }

    #bg_room_detail.color4 {
        background: url(../images/room/bg-room-detail_res640.png) no-repeat top center;
    }

    #bg_room_detail .left {
        display: inline-block;
        width: 90%;
        padding: 155px 0 0 20px;
        vertical-align: top;
    }

    #bg_room_detail .right {
        display: inline-block;
        width: 90%;
        padding: 10px 0 0 70px;
        vertical-align: top;
    }

    .room_other {
        padding: 8% 0 10px 0;
    }

    .room_other h1 {
        font-size: 32px;
    }

    .room_other ul li {
        width: 230px;
    }

    .room_other ul li span.text-content {
        font-size: 22px;
        height: 230px;
        width: 230px;
    }

    #section_room4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_2.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_3.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    #section_room4_4.fp-auto-height.fp-section {
        background-size: 100% 100%;
        height: auto !important;
    }

    /*gallery*/
    #section_gallery .menu_gallery {
        display: none;
    }

    #section_gallery .menu_gallery_res {
        display: block;
        margin: 18% auto 0 auto;
        width: 95%;
        overflow: hidden;

    }

    #section_gallery .menu_gallery_res select {
        background: url(../images/gallery/arrow.png) no-repeat center right transparent;
        width: 100%;
        padding: 10px;
        font-family: 'Georgia';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        cursor: pointer;
        background-color: #000;
    }

    #section_gallery .content {
        margin: auto;
        padding: 20px 0 60px 0;
        width: 95%;
    }

    /*event*/
    #section_gallery .content2 ul li {
        width: 45%;
    }

    /*facility*/
    #section_facility {
        padding: 0 0 0 0;
        height: 520px !important;
    }

    /*baba*/
    #section_baba1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_baba3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #baba1 p {
        font-size: 14px;
        width: 80%;
    }

    #baba2 {
        padding: 0 0 0 0;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 25%;
    }

    #baba2 .icon {
        margin: 0 auto -25px auto;
    }

    #baba2 h2 {
        margin: -35px auto 0 auto;
    }

    #baba2 h3 {
        margin: 25px auto 0 auto;
    }

    #baba2 .line {
        width: 60%;
        margin: 5px auto 0 auto;
    }

    #baba2 p.desc1 {
        font-family: 'DBHelvethaicaX-75Bd';
        color: #e1c480;
        font-size: 24px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
        font-weight: 300;
    }

    #baba2 p.desc2 {
        font-family: Arial;
        color: #fff;
        font-size: 13px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
    }

    #baba3 {
        margin: 18% 0 0 0;
    }

    #container_baba {
        width: 90%;
        margin: 0 auto 20px auto;
        position: relative;
    }

    #container_baba .grid {
        width: 45% !important;
    }

    #container_baba .grid img {
        border: 3px solid #fff;
    }

    /*airport*/
    #airport {
        margin: auto;
        width: 600px;
    }

    #airport h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
    }

    #airport .list-airport {
        padding-bottom: 40px;
    }

    #airport .list-airport .list-content {
        margin: 10px auto;
    }

    #airport .list-airport .list-content .bg-top {
        background: url(../images/facility/bg-airport-top.jpg) top center no-repeat;
        width: 600px;
        height: 26px;
        background-size: 600px 26px;
    }

    #airport .list-airport .list-content .bg-middle {
        background: url(../images/facility/bg-airport-middle.jpg) top center repeat-y;
        width: 600px;
        height: auto;
        background-size: 600px auto;
    }

    #airport .list-airport .list-content .bg-bottom {
        background: url(../images/facility/bg-airport-bottom.jpg) top center no-repeat;
        width: 600px;
        height: 26px;
        background-size: 600px 26px;
    }

    #airport .list-airport .list-content .bg-middle .head {
        font-family: 'helvethaicaregular55';
        font-size: 36px;
        color: #000;
        text-align: left;
        width: 90%;
        /* text-indent: 30px; */
        cursor: pointer;
    }

    .expanded-header {
        background: url(../images/facility/arrow-down.png) no-repeat right 25px top 18px;
        padding: 0 0 0 40px;
    }

    .active-header {
        background: url(../images/facility/arrow-up.png) no-repeat right -2px top 18px;
        padding: 0 0 0 13px;
    }

    #airport .list-airport .list-content .bg-middle .desc {
        font-family: 'helvethaicaregular55';
        font-size: 24px;
        color: #9b9da0;
        text-align: left;
        width:90%;
        padding:0;
        /* width: 78%;
        padding: 0 0 0 70px; */
    }

    #airport .list-airport .list-content .bg-middle .desc p {
        margin: 8px 0 0 0;
    }

    #airport .list-airport .list-content .bg-middle .desc p a {
        color: #000;
    }

    #airport .list-airport .list-content .bg-middle .desc p a:hover {
        text-decoration: underline;
    }
    a.linkClick::before,
    p.extraButtonWrapper a.downloadMapButton::before,
    p.extraButtonWrapper a.getDirectionButton::before,
    p.extraButtonWrapper a.callingButton::before{
        font-size: 15px;
    }

    /*package*/
    #section_promotion .menu_package_res {
        display: none;
    }

    #section_promotion .content ul li {
        width: 45%;
    }

    /*contact*/
    #contact1 {
        margin: 15% auto 0 auto;
        width: 90%;
    }

    #contact1 .col1 .bg {
        width: 270px;
    }

    #contact1 .col2 .bg {
        width: 270px;
    }

    #contact1 .col3 {
        margin: 10px 0 20px 0;
    }

    #contact1 .col1 .bg .text2 {
        padding: 50px 0 0 30px;
    }

    #contact1 .col1 .bg .text3 {
        padding: 20px 0 0 30px;
    }

    #contact1 .col1 .bg .text4 {
        padding: 20px 30px 0 30px;
    }

    #contact1 .col1 .bg .icon {
        margin: 20px 10px 20px 5px;
    }

    #contact1 .col1 .bg .btn {
        margin: 0px 30px 0 45px;
    }

    #contact1 .col3 .bg1 {
        width: 270px;
        height: 266px;
        margin: 0 0 10px 0;
    }

    #contact1 .col3 .bg1 .btn {
        margin: 0px 30px 0 45px;
    }

    #contact1 .col3 .bg2 {
        display: none;
    }

    #contact1 .col3_res {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 20px 10px;
    }

    #contact1 .col3_res .bg2 {
        background: url(../images/contact/bg4.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 270px;
        height: 130px;
        display: block;
    }

    #contact1 .col3_res .bg2 .block {
        padding: 6px 0 0 0;
        margin: auto;
    }

    #contact1 .col3_res .bg2 .block:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #contact1 .col3_res .bg2 .block .icon {
        font-family: 'CopperplateGothic-Bold';
        color: #bbb8b4;
        font-size: 62px;
    }

    #contact1 .col3_res .bg2 .block .header {
        font-family: 'CopperplateGothic-Bold';
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
        margin: -10px 0 0 0;
    }

    #contact1 .col3_res .bg2 .block .header2 {
        font-family: 'helvethaicaregular55';
        color: #edd089;
        font-size: 22px;
        margin: 0 0 0 0;
    }

    /*faq*/
    #section_faq {
        padding: 100px 0 0 0;
    }

    #section_faq .header {
        margin: 12% auto 20px auto;
    }

    #container_faq {
        width: 450px !important;
        margin: auto;
        position: relative;
    }

    .wf-container .wf-box {
        width: auto !important;
        min-height: 100px;
        margin: auto;
    }

    /*footer*/
    #section5_res {
        display: none;
    }

    #footer {
        margin: 20px auto 0 auto;
        width: 100%;
    }

    #footer ul li.list-text .head-footer {
        font-size: 16px;
    }

    #footer ul li.list-text .text-footer {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0 0 0;
    }

    #footer ul li.list-icon {
        margin: 35px 20px 0 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 980px) {

    /*all room*/
    #section_allroom {
        padding: 130px 0 0 0;
        background-image: url(../images/allroom/bg-allroom.jpg);
        background-repeat: no-repeat;
        background-color: #000;
        background-size: initial;
    }

    #allroom1 {
        padding-bottom: 30px;
        width: 100%;
        margin: auto;
    }

    #allroom1>ul {
        margin: 0;
        padding: 0;
    }

    #allroom1>ul li.room-big {
        display: inline-block;
        margin: 3px;
        width: 99%;
        height: 237px;
    }

    #allroom1>ul li.room {
        display: inline-block;
        margin: 3px 1px;
        height: 237px;
        width: 49.2%;
    }

    #allroom1>ul li.room-big>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li.room>div {
        width: 100%;
        height: 237px;
        background: 50% 50% no-repeat;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s, -webkit-filter .35s, opacity .7s, -webkit-transform .35s, filter .35s, opacity .7s;
        transition: transform .35s, filter .35s, opacity .7s;
        will-change: transform;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #allroom1>ul li:hover {
        -webkit-filter: contrast(1.1);
        filter: contrast(1.1);
        cursor: pointer;
    }

    #allroom1>ul li:hover>.cover {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    #allroom1>ul li.room-big>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room-big>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room-big>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 55px;
    }

    #allroom1>ul li.room-big>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room-big>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #allroom1>ul li.room>div>.cover {
        background: url(../images/allroom/bg-cover.png) repeat top center;
        cursor: pointer;
        display: table;
        width: 100%;
        height: 237px;
        position: absolute;
        opacity: 1;
        margin: 0 0 0 0;
    }

    #allroom1>ul li.room>div>.text {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        padding: 60px 0 0 0;
        font-weight: bold;
    }

    #allroom1>ul li.room>div>.text>.h1 {
        font-family: 'NoteraPersonalUseOnly';
        font-size: 55px;
    }

    #allroom1>ul li.room>div>.text>.h2 {
        font-family: 'Georgia-Bold';
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #allroom1>ul li.room>div>.text>.btn {
        margin: 30px 0 0 0;
    }

    #section_allroom .menu_room_res {
        display: none;
    }

    #section_allroom .menu_room {
        margin: 0 auto 30px auto;
        padding: 30px 0 0 0;
        width: 95%;
    }

    #section_allroom .menu_room ul {
        margin: 0;
        padding: 0;
    }

    #section_allroom .menu_room ul li {
        display: inline-block;
        width: 18%;
        padding: 18px 0;
        margin: 3px;
        border: 1px solid #ffffff;
        color: #fff;
        font-family: 'Georgia';
        font-size: 16px;
        text-align: center;
    }

    #section_allroom .menu_room ul li.active {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }

    #section_allroom .menu_room ul li:hover {
        background: #edd089;
        border: 1px solid #edd089;
        color: #000;
        cursor: pointer;
    }


    #slide {
        position: relative;
        padding: 6% 0 0 0;
    }

    #container,
    #menu #container {
        width: 100%;
        margin: auto;
    }

    /*menu*/
    #menu ul li {
        display: none;
        margin: 65px -4px -30px -4px;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 11px;
        text-transform: uppercase;
        vertical-align: top;
    }

    #menu ul li.logo {
        display: none;
    }

    #logo-res {
        display: block;
        vertical-align: top;
        margin: 5px auto 0 auto;
        text-align: center;
    }

    .c-mask {
        z-index: 100;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
    }

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        position: absolute;
        top: 130px;
    }

    #menu-top {
        top: 60px;
        font-family: 'Georgia';
        font-size: 11px;
        text-transform: uppercase;
        position: absolute;
        margin: 3px 0 0 0;
        right: 0;
        width: 222px;
    }

    #menu-res {
        top: 57px;
        display: block;
        background: url(../images/shared/menu_res.png) no-repeat top center;
        background-size: 57px 40px;
        width: 57px;
        height: 40px;
        position: absolute;
        right: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #menu-res:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #menu-res-drop {
        background: url(../images/shared/bg-menu-res.jpg) repeat top center;
        width: 350px;
        height: 100%;
        right: 0;
        top: 130px;
        /* position: absolute; */
        position: fixed;
        z-index: 9999;
        display: none;
        overflow-x: hidden;
    }

    #menu-res-drop.is-active {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    #menu-res-drop.non-active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu-res-drop-content {
        height: auto;
        max-height: 830px;
    }

    #menu-res-drop .btn-close-res {
        right: 15px;
        margin-top: 15px;
        position: absolute;
        cursor: pointer;
    }

    #menu-res-drop ul {
        margin: 0;
        padding: 15px 0 20px 10px;
    }

    #menu-res-drop ul li {
        display: block;
        font-family: 'Georgia';
        color: #edd089;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: top;
        padding-left: 30px;
        padding-top: 12px;
        background: url(../images/shared/icon-menu-res.png) no-repeat left;
        width: 100%;
        height: 25px;
    }

    #menu-res-drop ul li:hover {
        background: url(../images/shared/icon-menu-res-hover.png) no-repeat left;
    }

    #menu-res-drop ul li a {
        color: #edd089;
        text-decoration: none;
    }

    #menu-res-drop ul li a:hover {
        color: #fff;
    }

    #menu-res-drop .line {
        background: #edd089;
        width: 100%;
        height: 1px;
    }

    #menu-res-drop .address {
        padding: 10px 0 0 0;
        font-family: Arial;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    #menu-res-drop .address>div {
        margin: 15px 10px 0 10px;
        letter-spacing: 1px;
    }

    #menu-res-drop .address>div h1 {
        font-size: 14px;
    }

    #menu-res-drop .address>div p {
        font-size: 12px;
    }

    #menu-res-drop .address>div .social-footer {
        margin: -15px 0 -10px -40px;
        text-align: center;
    }

    #menu-res-drop .address>div .social-footer ul li {
        display: inline-block;
        list-style: none;
        height: 30px;
        cursor: pointer;
        margin-right: -20px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb {
        background: url(../images/shared/icon_fb.png) no-repeat top center;
        width: 15px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.fb:hover {
        background: url(../images/shared/icon_fb2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.in {
        background: url(../images/shared/icon_in.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.in:hover {
        background: url(../images/shared/icon_in2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.pt {
        background: url(../images/shared/icon_pt.png) no-repeat top center;
        width: 21px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.pt:hover {
        background: url(../images/shared/icon_pt2.png) no-repeat top center;
    }

    #menu-res-drop .address>div .social-footer ul li.yt {
        background: url(../images/shared/icon_yt.png) no-repeat top center;
        width: 20px;
        height: 22px;
    }

    #menu-res-drop .address>div .social-footer ul li.yt:hover {
        background: url(../images/shared/icon_yt2.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    #menu-res-drop .footer-logo ul {
        margin: 0;
        /*padding:0;*/
    }

    #menu-res-drop .footer-logo ul li {
        display: block;
        list-style: none;
    }

    #menu-res-drop .footer-logo ul li.logo1 {
        background: url(../images/shared/icon-logo1.png) no-repeat top center;
        width: 132px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo1:hover {
        background: url(../images/shared/icon-logo1-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo2 {
        background: url(../images/shared/icon-logo2.png) no-repeat top center;
        width: 76px;
        height: 80px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo2:hover {
        background: url(../images/shared/icon-logo2-hover.png) no-repeat top center;
    }

    #menu-res-drop .footer-logo ul li.logo3 {
        background: url(../images/shared/icon-logo3.png) no-repeat top center;
        width: 83px;
        height: 65px;
        cursor: pointer;
        margin: auto;
    }

    #menu-res-drop .footer-logo ul li.logo3:hover {
        background: url(../images/shared/icon-logo3-hover.png) no-repeat top center;
    }

    #menu-top .btn1 {
        display: none;
        color: #edd089;
        margin-right: 15px;
    }

    #menu-top .btn2 {
        display: inline-block;
        color: #000;
        background: url(../images/shared/btn-book.jpg) no-repeat;
        background-size: 130px;
        width: 130px;
        height: 34px;
        text-indent: -9999px;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
    }

    #menu-top .btn2:hover {
        background-size: 130px;
    }

    /*content*/
    #section1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_about1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center left;
    }

    #section_about4 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
        width: 100%;
    }
    /* #section0{
        display: none;
    }
    #section0 .layer {
        display: none;
    } */

    /*around*/
    #box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    #around_map {
        width: 2298px;
        height: auto;
        cursor: move;
        left: -850px;
        top: -120px;
    }

    img[usemap],
    map area {
        outline: none;
    }

    #section_around #icon_menu {
        padding: 20px 0 0 0;
        position: absolute;
        z-index: 4;
        right: 30px;
    }

    #section_around #icon_menu ul {
        margin: 0;
        padding: 0;
    }

    #section_around #icon_menu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #section_around #icon_menu ul li img {
        border: 1px solid #000;
    }

    #section_around #icon_menu ul li img:hover {
        border: 1px solid #edd089;
        cursor: pointer;
    }

    #section_around #bg_around {
        background: url(../images/around/bg-list-around.jpg) no-repeat top center;
        width: 424px;
        height: 500px;
        right: -1px;
        position: absolute;
        z-index: 5;
    }

    #section_around #bg_around #close_bg {
        padding: 35px 0 5px 0;
        cursor: pointer;
    }

    #section_around #bg_around #content-list-around {
        width: 90%;
        height: 380px;
        margin: auto;
    }

    #section_around #bg_around #content-list-around ul {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }

    #section_around #bg_around #content-list-around ul li {
        display: inline-block;
        list-style: none;
        width: 42%;
        margin: auto;
        padding: 5px;
    }

    #section_around #bg_around #content-list-around ul li .text {
        font-family: 'helvethaicaregular55';
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 5px 0 0 0;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    #section_around #bg_around #content-list-around ul li:hover {
        cursor: pointer;
        -webkit-filter: grayscale(1);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }


    /*home*/
    #home1 {
        /*   padding: 15% 0 0 0;
	position:absolute;
	top:10%;
	bottom:10%;
*/
    }

    #home1 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #section4 {
        background-image: url(../images/home/bg-home4_res800.jpg);
        padding: 6% 0 0 0;
        vertical-align: middle;
        background-position: center center;
    }

    #section4 .bg {
        background: url(../images/home/bg-map.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 424px;
        height: auto;
        margin: 8% 0 0 300px;
        position: absolute;
        z-index: 4;
    }

    /*about*/
    #about1 {
        margin: 0 0 0 0;
    }

    #about1 p {
        font-size: 24px;
        width: 80%;
    }

    #about2_content {
        padding: 150px 0 10% 0;
        margin: auto;
        z-index: 4;
        width: 80%;
        position: relative;
    }

    #about2_content .icon {
        margin: 0 auto -15px auto;
        width: 60px !important;
        height: 62px;
    }

    #about2_content h1 {
        font-size: 50px;
        line-height: 40px;
    }

    #about2_content h2 {
        font-size: 26px;
        margin: -15px auto 0 auto;
        width: 85%;
    }

    #about2_content p {
        font-size: 24px;
        width: 75%;
        margin: -10px auto 30px auto;
    }

    #about3 {
        padding: 20% 0 0 0;
    }

    #about3 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 24px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about4 {
        padding: 150px 0 40px 0;
        text-align: center;
        margin: auto;
    }

    #about4 h2 {
        font-size: 28px;
        margin: -25px auto 0 auto;
        width: 80%;
    }

    #about4 p {
        font-size: 22px;
        width: 85%;
        padding: 20px 0 0 0;
        margin: auto;
    }

    #section_about5 {
        background-image: url(../images/about/bg-about5.jpg);
        padding: 6% 0 0 0;
        background-position: center center;
    }

    #about5 {
        padding: 15% 0 0 220px;
        text-align: left;
    }

    #about5 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 90%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #about6 {
        padding: 0 0 0 0;
        top: 18%;
        bottom: 15%;
        position: absolute;
    }

    #about6 p {
        font-family: 'helvethaicaregular55';
        color: #fff;
        font-size: 22px;
        width: 50%;
        margin: -80px auto 0 auto;
    }

    /*timeline*/
    #section_timeline h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 44px;
        text-transform: uppercase;
        padding: 12% 0 0 0;
    }

    #section_timeline .timeline_year {
        background: url(../../timeline/bg_year.png) no-repeat top center;
        width: 91px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 15px;
    }

    #section_timeline .timeline_today {
        background: url(../../timeline/bg_today.png) no-repeat top center;
        width: 113px;
        height: 43px;
        position: absolute;
        margin-top: 60px;
        margin-left: 0;
        right: 35px;
    }

    /*room*/
    #section_room2 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: right top;
    }

    #section_room2_2 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_3 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room2_4 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
        background-position: center top;
    }

    #section_room3 {
        padding: 10% 0 0 0;
    }

    .section_room .bg_room {
        margin: 0 0 0 0;
        position: absolute;
        z-index: 4;
        right: 20px;
        top: 20%;
    }

    #container_room {
        width: 90%;
        margin: 15% auto 0 auto;
        position: relative;
    }

    #container_room .grid {
        width: 30% !important;
        min-height: 100px;
        padding: 0 10px 10px 0;
    }

    #container_room .grid img {
        border: 3px solid #fff;
    }

    #bg_room_detail {
        width: 650px;
        height: 750px;
        padding: 0;
        margin: auto;
    }

    #bg_room_detail.color1 {
        background: url(../images/room/bg-room-detail_res800.png) no-repeat top center;
    }

    #bg_room_detail.color2 {
        background: url(../images/room/bg-room-detail_res800.png) no-repeat top center;
    }

    #bg_room_detail.color3 {
        background: url(../images/room/bg-room-detail_res800.png) no-repeat top center;
    }

    #bg_room_detail.color4 {
        background: url(../images/room/bg-room-detail_res800.png) no-repeat top center;
    }

    #bg_room_detail .left {
        display: inline-block;
        width: 90%;
        padding: 155px 0 0 20px;
        vertical-align: top;
    }

    #bg_room_detail .right {
        display: inline-block;
        width: 90%;
        padding: 10px 0 0 70px;
        vertical-align: top;
    }

    .room_other {
        padding: 0 0 0 0;
    }

    .room_other h1 {
        font-size: 36px;
    }

    .room_other ul li {
        width: 160px;
    }

    .room_other ul li span.text-content {
        font-size: 22px;
        height: 160px;
        width: 150px;
    }

    /*gallery*/
    #section_gallery .menu_gallery_res {
        display: none;
    }

    #section_gallery .menu_gallery {
        padding: 12% 0 0 0;
        width: 95%;
    }

    #section_gallery .menu_gallery ul li {
        font-size: 12px;
    }

    #section_gallery .content {
        margin: auto;
        padding: 20px 0 60px 0;
        width: 95%;
    }

    /*event*/
    #section_gallery .content2 ul li {
        width: 40%;
    }

    /*facility*/
    #section_facility {
        padding: 0 0 0 0;
        height: 800px !important;
    }

    /*baba*/
    #section_baba1 {
        padding: 0 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #section_baba3 {
        padding: 6% 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    #baba1 p {
        font-size: 16px;
        width: 80%;
    }

    #baba2 {
        padding: 0 0 0 0;
        text-align: center;
        margin: auto;
        position: absolute;
        top: 25%;
    }

    #baba2 .icon {
        margin: 0 auto -25px auto;
    }

    #baba2 h2 {
        margin: -35px auto 0 auto;
    }

    #baba2 h3 {
        margin: 25px auto 0 auto;
    }

    #baba2 .line {
        width: 60%;
        margin: 5px auto 0 auto;
    }

    #baba2 p.desc1 {
        font-family: 'DBHelvethaicaX-75Bd';
        color: #e1c480;
        font-size: 24px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
        font-weight: 300;
    }

    #baba2 p.desc2 {
        font-family: Arial;
        color: #fff;
        font-size: 14px;
        width: 95%;
        margin: auto;
        padding: 15px 0 0 0;
        line-height: 20px;
    }

    #baba3 {
        margin: 0 0 0 0;
    }

    #container_baba {
        width: 90%;
        margin: 15%x auto 0 auto;
        position: relative;
    }

    #container_baba .grid {
        width: 30% !important;
    }

    #container_baba .grid img {
        border: 3px solid #fff;
    }

    /*airport*/
    #airport {
        margin: auto;
        width: 750px;
    }

    #airport h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 38px;
        text-transform: uppercase;
    }

    #airport .list-airport {
        padding-bottom: 50px;
    }

    #airport .list-airport .list-content {
        margin: 10px auto;
    }

    #airport .list-airport .list-content .bg-top {
        background: url(../images/facility/bg-airport-top.jpg) top center no-repeat;
        width: 750px;
        height: 32px;
        background-size: 750px 32px;
    }

    #airport .list-airport .list-content .bg-middle {
        background: url(../images/facility/bg-airport-middle.jpg) top center repeat-y;
        width: 750px;
        height: auto;
        background-size: 750px auto;
    }

    #airport .list-airport .list-content .bg-bottom {
        background: url(../images/facility/bg-airport-bottom.jpg) top center no-repeat;
        width: 750px;
        height: 32px;
        background-size: 750px 32px;
    }

    #airport .list-airport .list-content .bg-middle .head {
        font-family: 'helvethaicaregular55';
        font-size: 42px;
        color: #000;
        text-align: left;
        width: 90%;
        /* text-indent: 30px; */
        cursor: pointer;
    }

    .expanded-header {
        background: url(../images/facility/arrow-down.png) no-repeat right 25px top 18px;
        padding: 0 0 0 50px;
    }

    .active-header {
        background: url(../images/facility/arrow-up.png) no-repeat right -2px top 18px;
        padding: 0 0 0 23px;
    }

    #airport .list-airport .list-content .bg-middle .desc {
        font-family: 'helvethaicaregular55';
        font-size: 28px;
        color: #9b9da0;
        text-align: left;
        width: 90%;
        padding: 0;
        /*width: 78%;
        padding: 0 0 0 80px; */
    }

    #airport .list-airport .list-content .bg-middle .desc p {
        margin: 8px 0 0 0;
    }

    #airport .list-airport .list-content .bg-middle .desc p a {
        color: #000;
    }

    #airport .list-airport .list-content .bg-middle .desc p a:hover {
        text-decoration: underline;
    }
    a.linkClick::before,
    p.extraButtonWrapper a.downloadMapButton::before,
    p.extraButtonWrapper a.getDirectionButton::before,
    p.extraButtonWrapper a.callingButton::before{
        font-size: 20px;
    }
    /*package*/
    #section_promotion .menu_package_res {
        display: none;
    }

    #section_promotion .content ul li {
        width: 40%;
    }

    /*contact*/
    #contact1 {
        margin: 12% auto 0 auto;
        width: 80%;
    }

    #contact1 .col3 {
        margin: 10px 0 20px 0;
    }

    #contact1 .col3 .bg2 {
        display: none;
    }

    #contact1 .col3_res {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 20px 10px;
    }

    #contact1 .col3_res .bg2 {
        background: url(../images/contact/bg4.jpg) no-repeat top center;
        background-size: 100% 100%;
        width: 300px;
        height: 130px;
        display: block;
    }

    #contact1 .col3_res .bg2 .block {
        padding: 6px 0 0 0;
        margin: auto;
    }

    #contact1 .col3_res .bg2 .block:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

    #contact1 .col3_res .bg2 .block .icon {
        font-family: 'CopperplateGothic-Bold';
        color: #bbb8b4;
        font-size: 62px;
    }

    #contact1 .col3_res .bg2 .block .header {
        font-family: 'CopperplateGothic-Bold';
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
        margin: -10px 0 0 0;
    }

    #contact1 .col3_res .bg2 .block .header2 {
        font-family: 'helvethaicaregular55';
        color: #edd089;
        font-size: 22px;
        margin: 0 0 0 0;
    }

    /*faq*/
    #section_faq {
        padding: 110px 0 0 0;
    }

    #section_faq .header {
        margin: 8% auto 20px auto;
    }

    #container_faq {
        width: 450px !important;
        margin: auto;
        position: relative;
    }

    .wf-container .wf-box {
        width: auto !important;
        min-height: 100px;
        margin: auto;
    }

    /*footer*/
    #section5_res {
        display: none;
    }

    #footer {
        margin: 15px auto 0 auto;
        width: 100%;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1599px) {}

@media only screen and (min-width: 1600px) and (max-width: 3000px) {
    #menu-res-drop {
        display: none;
    }

    #logo-res {
        display: none;
    }

    .c-mask {
        display: none;
    }

    /*home*/
    #section0 .layer .bg_black .logo_v {
        padding: 120% 0 0 0;
    }

    /*around*/
    #box {
        width: 100%;
        height: 717px;
        position: relative;
        overflow: hidden;
    }

    /*#around_map{width:2298px; height:auto; cursor:move; left:-300px; top:0;}
*/
    #around_map {
        width: 100%;
        height: auto;
        cursor: move;
    }

    img[usemap],
    map area {
        outline: none;
    }

    #section_around #icon_menu {
        padding: 20px 0 0 0;
        position: absolute;
        z-index: 4;
        right: 30px;
    }

    #section_around #icon_menu ul {
        margin: 0;
        padding: 0;
    }

    #section_around #icon_menu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

    #section_around #icon_menu ul li img {
        border: 1px solid #000;
    }

    #section_around #icon_menu ul li img:hover {
        border: 1px solid #edd089;
        cursor: pointer;
    }

    #section_around #bg_around {
        background: url(../images/around/bg-list-around-1600.jpg) no-repeat top center;
        width: 424px;
        height: 774px;
        right: -1px;
        top: 150px;
        position: absolute;
        z-index: 5;
    }

    #section_around #bg_around #close_bg {
        padding: 35px 0 5px 0;
        cursor: pointer;
    }

    #section_around #bg_around #content-list-around {
        width: 90%;
        height: 650px;
        margin: auto;
    }

    #section_around #bg_around #content-list-around ul {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }

    #section_around #bg_around #content-list-around ul li {
        display: inline-block;
        list-style: none;
        width: 42%;
        margin: auto;
        padding: 5px;
    }

    #section_around #bg_around #content-list-around ul li .text {
        font-family: 'helvethaicaregular55';
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 5px 0 0 0;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    #section_around #bg_around #content-list-around ul a li {
        text-decoration: none;
        vertical-align: top;
    }

    #section_around #bg_around #content-list-around ul li:hover {
        cursor: pointer;
        -webkit-filter: grayscale(1);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    /*home*/
    #home1,
    #home2,
    #home3 {
        padding: 20% 0 0 0;
    }

    #home1 p {
        font-size: 24px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #section4 .bg {
        margin: 8% 0 0 450px;
    }

    /*about*/
    #about1 {
        margin: 15% 0 0 0;
    }

    #about1 p {
        font-size: 24px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about2_content {
        padding: 0 0 10% 0;
        margin-left: 15%;
        z-index: 4;
        width: 45%;
        position: relative;
        text-align: left;
    }

    #about2_content .icon {
        margin: 0 0 -20px 0;
        width: 60px !important;
        height: 62px;
    }

    #about2_content h1 {
        font-size: 50px;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: 500;
    }

    #about2_content h2 {
        font-size: 28px;
        margin: -25px 0 0 0;
        width: 98%;
        font-weight: 500;
    }

    #about2_content p {
        font-size: 24px;
        width: 98%;
        margin: 0 auto 0 0;
        padding: 20px 0 0 0;
    }

    #about3 {
        padding: 20% 0 0 0;
    }

    #about3 p {
        font-size: 24px;
        width: 90%;
        margin: auto;
        padding: 30px 0 0 0;
    }

    #about4 {
        padding: 20% 0 0 0;
        text-align: left;
    }

    #about4 p {
        font-size: 24px;
        width: 55%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #about5 {
        padding: 20% 0 0 520px;
        text-align: left;
    }

    #about5 p {
        font-size: 24px;
        width: 95%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    #about6 {
        padding: 18% 0 0 0;
    }

    /*about timeline*/
    #section_timeline h1 {
        font-family: 'CopperplateGothic-Bold';
        color: #fff;
        font-size: 48px;
        text-transform: uppercase;
        padding: 12% 0 30px 0;
    }

    /*room*/
    .section_room .bg_room {
        margin: 3% 0 0 520px;
        position: absolute;
        z-index: 4;
    }

    #container_room {
        margin: 5% auto 0 auto;
    }

    #section_room3 {
        padding: 13% 0 0 0;
    }

    /*facility*/
    #baba1 {
        margin: 15% 0 0 0;
    }

    #baba1 p {
        font-size: 16px;
        width: 80%;
    }

    #baba1 .btn button {
        font-size: 14px;
    }

    #baba2 {
        padding: 10% 0 0 500px;
    }

    #baba2 p.desc1 {
        font-size: 26px;
        line-height: 25px;
    }

    #baba2 p.desc2 {
        font-size: 14px;
        line-height: 25px;
    }

    #baba3 {
        margin: 12% 0 0 0;
    }

    #baba3 h1 {
        font-size: 42px;
    }

    #container_baba {
        margin: 45px auto 0 auto;
    }

    /*package*/
    #section_promotion .menu_package_res {
        display: none;
    }

    /*contact*/
    #contact1 {
        margin: 20% 0 0 10px;
    }

    #section_faq {
        background-image: url(../images/contact/bg-faq.jpg);
        background-repeat: repeat-y;
        padding: 10% 0 0 0;
        background-size: 3000px 3500px;
        background-position: top center;
    }

    /*footer*/
    #section5_res {
        display: none;
    }

    #section5 #footer {
        margin: -70px auto 0 auto;
        width: 100%;
    }

    #section5_2 #footer {
        margin: 0 auto 0 auto;
        width: 100%;
    }

    #footer .footer-copyright {
        margin: 22px 0 0 0;
    }

    #section5_2 {
        background-size: 3000px 300px;
    }

    #section5_2.fp-auto-height {
        height: 234px !important;
    }
}