@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW&display=swap');
@font-face {
    font-family: 'NotoSansThai-Light';
    src: url('../font/NotoSansThai-Light.woff2') format('woff2'),
    url('../font/NotoSansThai-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
::selection{
    background: var(--main-color);
    color: var(--white);
}
body{
    font-family: var(--font-body);
    max-width: 100%;
    color: var(--black);
}
h1,h2, h3, h4, h5 {
    font-family: var(--font-family);
    text-transform: capitalize;
}
.rooms_amenities h2,.section_contactform h2, .title_other h2 {
    font-size: 32px;
}
a {
    width: max-content;
}
h1 {
    font-size: 40px;
    color: var(--secondary-color);
    line-height: initial;
}
h2 {
    font-size: 28px;
    color: var(--secondary-color);
}
h4 {
    font-size: 18px;
    color: var(--secondary-color);
}
.tagline {
    margin: 0;
    font-weight: 500;
    text-align: center;
    color: var(--main-color);
    text-transform: capitalize;
}
::placeholder {
    color: #666666 !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666666 !important;
}

/****** HEADER *******/
.top_header .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--white);
    margin-right: 3px;
    transition: all 1s;
    position: relative;
    top: 2px;
}
.top_header img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.top_header .dropdown_new{
    z-index: 4;
}
.box_lang a{
    margin-right: 5px;
}
.box_lang a:nth-last-child(1){
    margin-right: 0;
}
.box_lang img{
    opacity: 0.5;
}
.box_lang img.active{
    opacity: 1;
}
.brand_logo{
    width: auto;
    height: 60px;
    transition: all 1s;
}
.brand_logo img {
    width: auto;
    height: 100%;
    transition: all 1s;
}
.scroll_menu .top_header {
    color: var(--black);
}
.nav_desktop {
    font-size: 15px;
}
.nav_desktop:before{
    z-index: -1;
}
.nav_desktop li{
    padding: 0 10px;
    position: relative;
}
.nav_desktop ul li:hover > ul {
    display: block;
}
.dropdown_new {
    position: relative;
    z-index: 2;
    text-align: left;
}
.dropdown_new .dropdown_menu {
    background: #fff;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translateY(-2em);
    transition: all 1s;
}
.dropdown_new:hover .dropdown_menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.dropdown_menu {
    color: var(--black);
}
.dropdown_menu li{
    width: 100%;
    padding:0!important;
    white-space: nowrap;
    border: none!important;

}
.dropdown_menu a{
    line-height: normal;
    padding: 10px;
    text-align: left;
    display: block;
    width: 100%;
}
.dropdown_menu a:hover{
    color: var(--white)!important;
}
.btn_reservation{
    padding: 0 20px!important;
}
.btn_reservation, .btnbook_reser:after, .btn_booknow:after, .btn_apply:hover{
    background: var(--secondary-color) !important;
}
.overlay_menu ul li{
    height: auto;
    padding: 7px 0;
}
.overlay_menu ul li a {
    color: var(--black);
}
.overlay_menu.open li:nth-of-type(9){
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.overlay_menu.open li:nth-of-type(10){
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}
.overlay_menu.open li:nth-of-type(11){
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}
.overlay_menu.open li:nth-of-type(12){
    -webkit-animation-delay: .90s;
    animation-delay: .90s;
}
.overlay_menu.open li:nth-of-type(13){
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}
.scroll_menumobile{
    overflow: scroll;
    display: inline-block;
    width: 100%;
    height: 80%;
    margin-top: 90px;
}
.fix_body {
    position: fixed;
}
.navbar_fix{
    padding: 0 50px 0!important;
}
.base_plus_icon .plus_icon {
    top: -2px;
}
.base_plus_icon .plus_icon:after, .base_plus_icon .plus_icon:before {
    background-color: var(--black) !important;
}
.info{
    padding: 10px 15px 0!important;
}
.info li{
    padding: 5px 0!important;
    height: auto;
}
.info li:nth-last-child(1){
    padding-bottom: 0;
}

.btn_booknow{
    padding: 10px 40px;
}
.btn_booknow img {
    vertical-align: baseline;
}

/* BOX RESERVATION */
.box_reservation ul {
    display: flex;
    align-items: center;
}
.box_reservation select, .t-day-check-in, .t-day-check-out {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    color: var(--black);
}
.box_reservation li:nth-child(1){
    padding-left: 0;
}
.t-day-check-in, .t-day-check-out,
.box_reservation select, .text_slide h1 {
    font-size: 40px;
}
.t-check-in:before{
    -webkit-mask-image: url('../images/icon/calendar.png');
    mask-image: url('../images/icon/calendar.png');
    object-fit: cover;
    display: inline-block;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
    opacity: 1;
}
.whybook .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--white);
    margin-right: 5px;
    vertical-align: sub;
}
.whybook h2{
    font-size: 24px;
    color: var(--black);
}
.box_reservation{
    width: fit-content;
    padding: 20px 50px;
    box-shadow: rgba(0.1, 0.1, 0.1, 0.08) 0 0 10px;
}

.box_reservation p {
    margin: 7px 0;
    line-height: normal;
}
.box_reservation p:last-child {
    margin: 0;
}


/* SLIDE SHOW */
#maximage{
    height: 90vh!important;
}
#slideshow{
    position: inherit!important;
    height: 90vh!important;
}
.section_video{
    height: 600px;
    margin-bottom: 80px;
    padding: 0 50px;
}
.section_video video{
    outline: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}
.text_slide p {
    font-size: 16px;
    font-family: var(--font-sub);
    text-transform: capitalize;
    font-weight: normal;
}
.details_accommodations h3, .details_facilities h3, .tagline, .box_iconfacilities .col-xs-5 p {
    font-family: var(--font-sub);
}
/* BODY */
.editable a:hover{
    color: var(--black);
}
.editable table{
    width: 400px!important;
    margin: 20px auto 0;
    border: 1px solid #eee;
}
.editable td{
    border: 1px solid #eee;
    padding: 10px;
}
.editable table p{
    margin: 0;
}
.btn_readmore:hover{
    color: var(--secondary-color)!important;
}
.btn_readmore:hover .images_icon{
    background: var(--secondary-color)!important;
}
.btn_readmore img{
    vertical-align: middle;
}
.btn_readmore {
    transition: all 1s;
    margin-top: 15px;
}
.btn_readmore .fa {
    margin-left: 3px;
}
.owl-carousel .owl-stage{
    margin: auto;
}
.overlay_slideshow{
    background: #0000001a;
    width: 100%;
    height: 100%;
    position: absolute;
}
.owl-theme .owl-dots.disabled{
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--main-color);
}
/*.images_offers:before, .slide_photoinfo .owl-nav [class*=owl-], .box_iconfacilities, .box_iconfacilities:after, .box_iconfacilities:before, .overlay_menu{*/
/*    background: var(--light-color);*/
/*}*/
.text_offers{
    padding: 30px 0 0;
}
.text_offers h4 {
    font-family: var(--font-family);
    margin: 0;
}
.section_description .editable li{
    text-align: left !important;
    margin: 0;
    padding: 2px 0 2px 25px;
    list-style: none;
    background-image: url('../images/icon/check.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    text-transform: capitalize;
}
.section_description{
    text-align: inherit;
}
.section_description h1, .section_description h4{
    text-align: center;
}
.section_description h4{
    text-transform: none;
    color: var(--black);
}

.section_description h2, .title_other h3{
    text-align: center;
    font-size: 18px;
}
/* SECTION OFFERS*/
.text_offers:after{
    mask-image: url("../images/icon/offers.png");
    -webkit-mask-image: url("../images/icon/offers.png");
    object-fit: cover;
    display: inline-block;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
}
.text_offers p {
    margin: 0;
}

/* SECTION ACCOMMODATIONS */
.slide_accommodations h2 {
    width: 90%;
}
.slide_accommodations .owl-prev {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}
.slide_accommodations .owl-prev:after {
    content: 'Prev';
    position: absolute;
    top: 0;
    margin-left: 20px;
}
.slide_accommodations .owl-next {
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
}
.slide_accommodations .owl-next:before {
    content: 'Next';
    position: absolute;
    bottom: 0;
    margin-right: 20px;
    left: -45px;
}
.slide_accommodations .owl-dots{
    right: 50px;
    left: auto;
}
.details_accommodations p{
    text-align: left!important;
    width: 90%;
}
.details_accommodations ul {
    margin-bottom: 0;
}
.box_accommodation .uk-icon {
    color: var(--black);
}

/* SECTION FACILITIES */
.section_iconfacilities{
    z-index: 2;
}
.section_iconfacilities p {
    color: var(--main-color);
    text-transform: capitalize;
}
.box_iconfacilities .col-xs-5{
    width: 30%;
}
.box_iconfacilities .col-xs-7{
    width: 70%;
    padding: 5px 50px 5px 0;
}
.slide_iconfacilities img{
    margin-bottom: 5px;
}
.slide_iconfacilities .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--secondary-color);
    vertical-align: middle;
    margin-bottom: 5px;
}

.slide_facilities .owl-dots {
    right: -42px;
}
.slide_facilities .owl-dots .owl-dot span, .slide_accommodations .owl-dots .owl-dot span{
    margin: 3px 0;
}
.slide_facilities .owl-nav [class*=owl-]:hover{
    color: var(--secondary-color);
}
.slide_facilities .owl-next:before {
    left: -45px;
    margin-right: 15px;
}
.slide_facilities .owl-prev:after{
    margin-left: 15px;
}
.details_facilities p{
    text-align: left!important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* PAGE CONTENT CHILD */
.section_contentchild .details_accommodations p {
    width: 100%;
}
.section_contentchild .details_accommodations a:hover {
    color: var(--main-color);
}

/* PAGE INFO */
.slide_photoinfo .owl-nav [class*=owl-] {
    color: var(--secondary-color);
}
.rooms_amenities h3{
    font-size: 18px;
}

.rooms_amenities img{
    height: 20px;
    transform: none!important;
    vertical-align: middle;
}
.rooms_amenities .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--black);
    margin-right: 5px;
    vertical-align: top;
}

/*.btn_bookinfo{*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
/*.btn_bookinfo:hover .btn_booknow:after {*/
/*    width: 100%;*/
/*}*/

.details_hotelfacilities .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #000000;
    vertical-align: middle;
    margin-bottom: 7px;
}
/*.details_hotelfacilities ul{*/
/*    padding: 0;*/
/*}*/
.details_hotelfacilities li{
    list-style: none;
    padding: 10px;
    width: 50%;
    float: left;
    text-align: center;
}
.details_hotelfacilities li > p{
    margin: 0;
}
.images_accommodations.rooms_amenities, .rooms_photoinfo .images_accommodations {
    height: 550px;
}

/* GALLERY */
.section_gallery .container{
    width: 1170px;
}
.section_gallery .col-xs-4{
    padding: 15px;
    cursor: pointer;
}
.demo_gallery{
    margin: 0 -15px;
}
.demo_gallery .col-xs-4:hover .overlay_gallery{
    opacity: 0.9;
}
.overlay_gallery{
    background: var(--black);
}
.rooms_amenities li {
    text-transform: capitalize;
}


/* CONTACT US */
.section_contactform h2 {
    font-size: 40px;
}
.section_contactform h3 {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: lighter;
}
.section_contactform:before{
    content: none;
}
.details_contact h2 {
    /*font-family: var(--font-sub);*/
    margin-bottom: 5px;
}
.form_contact .col-xs-12, .form_contact .col-xs-6{
    padding: 10px;
}
.form_contact input+label{
    font-style: italic;
    margin-top: 5px!important;
}
.form_contact i{
    margin-left: 5px;
}
.form_contact .fa-exclamation-triangle{
    bottom: 38px!important;
}
.input_contact{
    color: #333333;
    background: var(--white);
    font-weight: 300;
}

/* FOOTER */
.section_footer h3{
    font-size: 30px;
    color: #fff;
}
.section_footer:before {
    background: var(--secondary-color) !important;
}
.section_footer .row_footer .col-xs-6:first-child a:hover{
    color: var(--main-color) !important;
}
.section_footer .row_footer a:hover{
    color: var(--secondary-color) !important;
}
.social_media img{
    width: auto;
}
.social_media .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--white);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 1s;
}
.social_media a:nth-last-child(1) .images_icon{
    margin-right: 0;
}
.social_media .images_icon:hover{
    background: var(--main-color);
}
.row_footer .col-xs-6 {
    font-size: 14px;
}

/* SITE MAP */
.section_sitemap .sitemap {
    margin: 18px 0 0;
}

.btn_readmore .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--white);
    margin-left: 5px;
    vertical-align: baseline;
    transition: all 1s;
}
.owl-nav .images_icon{
    object-fit: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #000000;
    margin-left: 5px;
    vertical-align: middle;
}
.os-animation{
    left: 0;
}
.section_extrenpage{
    margin-bottom: 80px;
}

.tagline, .details_accommodations h3, .details_facilities h3, .text_offers h3 {
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}
select.input-room:active{
    font-size: 16px;
}
.btn_apply{
    text-transform: none;
}
/*.details_accommodations, .details_accommodations:before, .section_offers, .section_offers:after, .section_imagesfac:after{*/
/*    background: var(--light-color)!important;*/
/*}*/

.section_description h2, .title_other h3{
    text-transform: capitalize;
}
/*.title_other h3, .rooms_amenities h3, .details_accommodations h3, .details_facilities h3, .btn_readmore,*/
/*.text_offers h3,.section_description h2,*/
/*.input_promocode ,.btn_booknow span, .btn_reservation span, .btnbook_reser span{*/
/*    font-weight: lighter;*/
/*}*/
.btn_readmore .images_icon{
    background: var(--secondary-color);
}

.t-next, .t-prev, .t-table-condensed th {
    font-weight: 400;
}
.btn_contact:hover:after {
    width: 100%;
}

/* SECTION AWARDS */
/*.section_awards{*/
/*    padding-bottom: 80px;*/
/*    text-align: center;*/
/*}*/
/*.section_awards .owl-nav{*/
/*    display: none;*/
/*}*/
/*.section_awards .owl-dots{*/
/*    display: block;*/
/*    margin-top: 25px;*/
/*}*/
/*.slide_awards img{*/
/*    width: auto;*/
/*    height: 115px;*/
/*}*/
/*.slide_awards{*/
/*    width: 80%;*/
/*    margin: 50px auto 0;*/
/*}*/
/*.slide_awards .owl-dots{*/
/*    display: none;*/
/*}*/


/* VIDEO HEADER */
/*.section_slideshow.section_headerhome .top_header li:nth-child(3) {*/
/*    display: inline;*/
/*}*/
/*.top_header li:nth-child(3) {*/
/*    display: none;*/
/*}*/
/*.video_layer {*/
/*    width: 30px;*/
/*    height: auto;*/
/*}*/
/*.video_layer .muted_layer {*/
/*    cursor: pointer;*/
/*}*/
/*.video_layer .muted_layer:before {*/
/*    position: absolute;*/
/*    content: "\f028";*/
/*    font-family: 'FontAwesome', 'sans-serif';*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    !*margin: 2px 0;*!*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    display: block;*/
/*    transition: all 1s;*/
/*}*/
/*.video_layer .muted_layer:after {*/
/*    position: relative;*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 25px;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    left: 0;*/
/*    margin: 8px auto;*/
/*    display: block;*/
/*    transform: rotate(-140deg);*/
/*    -webkit-transform: rotate(-140deg);*/
/*    -moz-transform: rotate(-140deg);*/
/*    -o-transform: rotate(-140deg);*/
/*    -ms-transform: rotate(-140deg);*/
/*    -webkit-transition: width 0.6s ease 0s;*/
/*    -moz-transition: width 0.6s ease 0s;*/
/*    -o-transition: width 0.6s ease 0s;*/
/*    -ms-transition: width 0.6s ease 0s;*/
/*    transition: all 1s;*/
/*}*/
/*.video_layer .muted_layer.active:after {*/
/*    width: 0;*/
/*}*/
/*.index-video-wrapper {*/
/*    height: 90vh;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    overflow: hidden;*/
/*}*/
/*.index-video-wrapper video{*/
/*    width: 100%;*/
/*}*/

.close {
    font-family: sans-serif;
}
.modal-title{
    font-size: 30px;
}
#content-modal .modal-content {
    padding: 80px 0;
}
#content-modal .modal-header{
    padding: 15px 0;
    text-align: left;
}
#content-modal .modal-body{
    border: 1px solid #eee;
    padding: 20px;
}
#content-modal .form-group{
    padding: 5px 0!important;
    position: relative;
}
#content-modal .input_contact{
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: inherit;
    position: relative;
}
#content-modal .arrow_edit{
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.btn_edit{
    height: auto;
    border-radius: 0;
    margin: 0;
}
#content-modal .modal-footer{
    padding: 0;
    margin: 10px 0 0;
}
.modal-dialog{
    margin: 0;
}
.section_infoattractions {
    margin-bottom: 80px;
}
.section_description:after, .section_facilities:before,.overlay_menu:after {
    opacity: .5;
}
.overlay_menu:after {
    background-size: contain;
}
body.thai_lang, body.thai_lang h1, body.thai_lang h2, body.thai_lang h3, body.thai_lang .tagline, body.thai_lang .text_slide p{
    font-family: var(--font-thai);
}
.text_gallery{
    padding: 0 30px;
}
.section_description:after, .section_facilities:before, .overlay_menu:after{
    opacity: 0.2;
}