@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');
@font-face {
    font-family: zapf_humanist;
    src: url('../font/zapfhumanist601bt-roman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: futura_std;
    src: url('../font/futurastd-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
    --color-second: #b39e67;
    --color-blue: #9fc4d4;
    --color-white: #fff;
    --color-body: #494a4a;
    --color-black: #212121;

    --rgba-color-second: #f8f5f0;

    --font-family: 'zapf_humanist', 'Noto Sans Thai';
    --font-family-body: 'futura_std', 'Noto Sans Thai';
}
::-moz-selection {
    background-color: var(--color-main);
    color: var(--color-white);
}
::selection {
    background-color: var(--color-main);
    color: var(--color-white);
}

body {
    font-family: var(--font-family-body);
    font-size: 15px;
    color: var(--color-body);
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--color-white);
}

button, input, select {
    font-size: inherit;
    outline: 0;
    font-family: inherit
}
strong {
    font-weight: bold;
    color: var(--color-black);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    cursor: pointer;
    transition: .5s
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    letter-spacing: initial
}

h1, h2, h3 {
    font-family: var(--font-family);
    text-transform: none;
    line-height: initial;
    font-weight: inherit;
    text-transform: none;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    color: var(--color-blue);
    font-weight: lighter;
    text-transform: none;
    font-size: 16px;
}


.dropdown-menu a, .dropdown-menu li {
    width: 100%;
    line-height: initial
}

.main_menu a:after, .section_description h1:before {
    height: 1px;
    margin: auto;
    bottom: 0;
    left: 0;
    content: ''
}
.main_menu ul, .nav_top ul, .section_sitemap ul, body, h1, h2, h3, h4 {
    padding: 0;
    margin: 0
}

.filtr_container, .fix_body, .overlay_menu, .section_footer {
    overflow: hidden
}

.box_weather li, .main_menu li, .nav_top li, .section_sitemap li, .sitemap_footer li, select {
    list-style: none
}
.details_offers h4 {
    color: var(--color-second)
}

.dropdown-menu > li > a, .nav_mobile .overlay_menu .active a, .navbar_fix .active, .overlay_menu ul li a:hover, .scroll_menu .main_menu .active, .scroll_menu .main_menu a:hover, .section_sitemap a:hover, h1 {
    color: var(--color-main)
}


.section_detailscontentchild .box_offers:last-child, p {
    margin-bottom: 0
}

.section_header {
    position: relative;
    border: 50px solid #fff;
    height: 100vh
}

.box_menu, .overlay_video {
    position: absolute;
    width: 100%
}

.overlay_video {
    background: rgb(0 0 0 / 15%);
    height: 100%
}

.box_menu {
    padding: 25px;
    z-index: 10
}

.brand_logo img {
    filter: brightness(0) invert(1);
    height: 75px;
    transition: .5s
}

.main_menu li {
    float: left;
    padding: 0 12px
}

.main_menu li:last-child {
    padding-right: 0
}

.main_menu {
    position: absolute;
    right: 0;
    top: 25px;
    color: #fff;
    padding: 25px;
    font-size: 14px
}

.main_menu a {
    line-height: 50px;
    display: inline-block;
    position: relative
}

.main_menu a:after {
    width: 30px;
    background: 0 0;
    position: absolute;
    right: 0
}

.btn_readmore, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .scroll_menu .button_container span {
    background: #1d756b
}

.main_menu .active:after {
    background: #fff
}

.dropdown-menu li {
    padding: 0 !important
}

.box_weather {
    z-index: 3;
    position: absolute;
    padding: 25px 25px 0;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px
}

.box_weather li {
    padding: 0 20px;
    border-right: 1px solid #fff;
    position: relative;
    display: inline
}

.box_weather li:last-child {
    border-right: none;
    padding-right: 0
}

.wi {
    padding-left: 5px
}

.text_slide {
    position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff
}

.text_slide h2 {
    font-size: 36px;
    color: #fff
}

.text_slide p {
    margin: 0;
    color: #fff;
    text-transform: none;
}

.container, .tab_gallery ul {
    padding: 0
}

.section_contentchild, .section_description, .section_detailscontentchild {
    padding: 0 0 50px
}

.section_description h1 {
    position: relative;
    padding-left: 60px
}

.section_description h1:before {
    width: 50px;
    background: #1d756b;
    position: absolute;
    top: 0
}

.btn_readmore {
    color: #fff;
    padding: 10px 30px;
    border: none;
    margin-top: 15px;
    transition: .5s
}

.btn_booknow:hover, .btn_readmore:hover {
    background: #212121
}

.box_content {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    transition: .5s
}

.box_content img, .overlay_menu img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box_details, .section_contact .col-xs-7, .section_info .col-xs-7, .section_offers img {
    padding-right: 50px
}

.base_plus_icon .plus_icon.active:before, .book_mobile, .box_weather li:first-child, .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html, .menu_mobile, .slide_accommodation .owl-nav, .slide_event .owl-nav, .slide_facilities .owl-dots, .slide_otherexperiences .owl-dots, .slide_otherfacilities .owl-dots, .slide_photoindex .owl-nav {
    display: none
}

.slide_photoindex .owl-dots {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--color-second);
    opacity: .5;
    margin: 5px
}
.slide_photoindex.owl-theme .owl-dots .owl-dot span ,
.section_event .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.section_accommodations {
    background: #1e766c1a;
    padding: 50px 0;
    position: relative
}

.section_accommodations:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0
}

.section_accommodations:before {
    content: '';
    background-image: url("../images/icon/bg_room.png");
    width: 238px;
    height: 425px;
    position: absolute;
    top: 0;
    left: 0
}

.slide_accommodation, .slide_event, .slide_facilities {
    margin-top: 50px
}

.box_social, .box_social p, .section_roomsamenities, .slide_accommodation .owl-dots {
    margin-top: 15px
}

.slide_accommodation .owl-dots .owl-dot span {
    background: #1d756b;
    opacity: .5
}

.slide_accommodation .owl-dots .owl-dot.active span {
    opacity: 1
}

.text_accommodation {
    position: absolute;
    left: 0;
    padding: 25px;
    color: #fff;
    bottom: -65px;
    z-index: 2;
    transition: .5s
}

.text_accommodation h4 {
    color: #fff;
    font-size: 16px
}

.text_accommodation h3 {
    margin: 5px 0 0
}

.owl-theme .owl-nav [class*=owl-]:hover, .text_accommodation .btn_readmore:hover, .text_event .btn_readmore:hover {
    background: #fff;
    color: #1d756b
}

.section_accommodations .item:hover .text_accommodation, .section_facilities .item:hover .text_accommodation {
    bottom: 0
}

.section_accommodations .item .text_accommodation .btn_readmore, .section_accommodations .item .text_accommodation h4, .section_facilities .item .text_accommodation h4 {
    opacity: 0;
    transition: .5s
}

.arrow_slide img:hover, .button_container:hover, .overlay_gallery:hover .mask, .section_accommodations .item:hover .text_accommodation .btn_readmore, .section_accommodations .item:hover .text_accommodation h4, .section_facilities .item:hover .section_facilities .btn_readmore, .section_facilities .item:hover .text_accommodation h4, .slide_facilities .item:hover .btn_readmore {
    opacity: 1
}

.overlay_box {
    background: #001f1b99;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: .5s
}

.section_facilities .item:hover .overlay_box, .slide_accommodation .item:hover .overlay_box, .slide_event .item:hover .overlay_box {
    opacity: 1;
    z-index: 1
}

.nav_top #lang_primary {
    cursor: pointer;
    color: #fff;
    line-height: 50px
}

.nav_top .lang_parent {
    position: absolute;
    background-color: #fff;
    padding: 0;
    display: none;
    right: 0
}

.info.active, .nav_top .lang_parent.active {
    display: block
}

.nav_top .lang_parent li {
    display: block;
    padding: 0;
    line-height: initial;
    width: 100%;
    text-align: left
}

.nav_top .lang_parent li a:hover {
    color: #fff;
    background: #1d756b;
    width: 100%;
    padding: 10px
}

.nav_top {
    text-align: right;
    position: relative;
    padding-right: 0 !important
}

.box-gallery, .box_social i, .copyright, .overlay_menu nav, .overlay_text_top, .section_footer .col-xs-3:first-child, .sitemap_footer, .text_event {
    text-align: center
}

.scroll_menu, .scroll_menu .main_menu {
    padding: 0 50px;
    top: 0
}

.lang_parent a {
    color: #1d756b;
    line-height: inherit;
    padding: 10px;
    width: 100%
}

.copyright i, .nav_top i, .section_footer h4 {
    color: #fff
}

.nav_top span {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px
}

.scroll_menu {
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .09) 0 0 10px;
    height: 50px
}

.scroll_menu .box_weather, .scroll_menu .main_menu, .scroll_menu .nav_top #lang_primary, .scroll_menu .nav_top i {
    color: #212121
}

.scroll_menu .box_weather li, .scroll_menu .nav_top span {
    border-color: #212121
}

.scroll_menu .box_weather {
    padding: 25px 50px 0;
    display: none
}

.scroll_menu .brand_logo img {
    filter: none;
    height: 50px;
    padding: 5px 0
}

.float_right, .overlay_menu .col-xs-5, .section_detailscontentchild .box_offers:nth-child(2) .images_child, .section_detailscontentchild .box_offers:nth-child(4) .images_child {
    float: right
}

.section_facilities h2, .section_offers h2 {
    color: var(--color-main);
    position: relative;
    padding-left: 60px
}

.section_accommodations h2:before, .section_contentchild h2:before, .section_event h2:before, .section_facilities h2:before, .section_offers h2:before {
    content: '';
    background: #1d756b;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.box_offers {
    display: inline-block;
    width: 100%
}

.details_offers {
    height: 400px;
    background: #1e766c1a;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.btn_booknow, .section_footer {
    background: var(--color-main);
    color: #fff
}

.box_social a, .sitemap_footer, .sitemap_footer ul {
    display: inline-block
}

.section_detailscontentchild .box_content, .section_offers .box_content {
    height: 500px
}

.details_offers:before {
    content: '';
    background: #1e766c1a;
    width: 50px;
    height: 400px;
    left: -50px;
    position: absolute
}

.details_offers:after {
    content: '';
    background-image: url("../images/icon/bg_offers.png");
    width: 142px;
    height: 253px;
    position: absolute;
    top: 0;
    right: 0
}

.details_offers h3 {
    color: #212121;
    margin-bottom: 5px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    background: #ffffff4d;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 50px;
    height: 50px;
    transition: .5s;
    font-size: 20px
}

.slide_offers .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0
}

.owl-theme .owl-nav i {
    color: inherit
}

.section_facilities {
    padding: 50px 0
}

.box_facilities {
    padding-left: 60px
}

.slide_facilities .owl-nav [class*=owl-] {
    border: 1px solid #1d756c;
    color: #1d756c;
    margin: 15px 0 0;
    border-radius: 50%;
    background: 0 0
}

.slide_facilities .owl-nav [class*=owl-]:hover {
    background: #1d756c;
    color: #fff
}

.slide_facilities .owl-nav {
    position: absolute;
    bottom: 0;
    left: -65px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section_event {
    padding: 0 50px 50px
}

.section_accommodations h2, .section_contentchild h2, .section_event h2 {
    position: relative;
    color: var(--color-main);
    padding-left: 60px
}

.section_event .box_content {
    height: 600px
}

.text_event {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 125px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff
}

.list-unstyled, .text_event p {
    margin: 0
}

.text_event .btn_readmore {
    background: 0 0;
    border: 1px solid #fff
}

.slide_event .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content
}

.section_footer {
    padding: 50px 0;
    position: relative
}

.section_footer img {
    filter: brightness(0) invert(1);
    height: 75px
}

.row_footer {
    margin-right: -15px;
    margin-left: -15px
}

.row_footer .col-xs-3 {
    padding: 0 15px
}

.box_social i {
    background: #fff;
    width: 40px;
    height: 40px;
    color: #1d756b;
    padding: 12px 0;
    border-radius: 50%;
    margin-right: 5px
}

.sitemap_footer {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ffffff33;
    border-bottom: 1px solid #ffffff33;
    margin: 25px 0;
    font-size: 14px
}

.section_footer:after {
    content: '';
    background-image: url("../images/icon/bg_footer.png");
    width: 142px;
    height: 253px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: -1*/
}

.sitemap_footer ul {
    margin: auto;
    padding: 0
}

.sitemap_footer li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 20px
}

.sitemap_footer li:last-child {
    border-right: none
}

.copyright {
    color: #fff;
    font-size: 14px
}

.btn_booknow {
    border: none;
    padding: 10px 20px;
    transition: .5s
}

.button_container {
    position: relative;
    top: 12px;
    right: 0;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff !important
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff !important
}

.button_container span {
    background: #ffff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .35s;
    cursor: pointer
}

.button_container span:nth-of-type(2) {
    top: 11px
}

.button_container span:nth-of-type(3) {
    top: 22px
}

.overlay_menu {
    position: fixed;
    background: rgba(36, 36, 36, .95);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border: 50px solid #fff;
    z-index: 9
}

.overlay_menu.open {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.overlay_menu.open li {
    -webkit-animation: .5s .35s forwards fadeInUp;
    animation: .5s .35s forwards fadeInUp
}

.overlay_menu.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay_menu.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay_menu.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay_menu.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay_menu.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay_menu.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlay_menu.open li:nth-of-type(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.overlay_menu nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay_menu ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
    width: 100%
}

.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    line-height: inherit;
    transition: .5s
}

.overlay_menu ul li a:active:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:hover:after {
    width: 100%
}

.overlay_menu .active:after, .section_detailscontentchild .details_offers:before {
    content: none
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}

.base_plus_icon {
    position: absolute;
    top: 11px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 55;
    cursor: pointer;
    display: block
}

.arrow_slide, .base_plus_icon .plus_icon {
    height: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.base_plus_icon .plus_icon {
    width: 20px;
    display: block
}

.base_plus_icon .plus_icon:after, .base_plus_icon .plus_icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    display: block;
    transition: .6s
}

.base_plus_icon:hover .plus_icon:after, .base_plus_icon:hover .plus_icon:before {
    background-color: #fff
}

.base_plus_icon .plus_icon:before {
    width: 1px;
    height: 20px
}

.base_plus_icon .plus_icon:after {
    width: 20px;
    height: 1px
}

.info {
    display: none;
    padding: 10px 15px 0 !important
}

.navbar_fix {
    padding: 70px 25px 25px !important;
    display: inline-block
}

.menu_mobile .button_container.active {
    top: -15px
}

.info li {
    padding: 5px !important
}

.scroll_menu .menu_mobile .button_container.active {
    top: 75px;
    right: 25px
}

.overlay_menu .col-xs-5, .overlay_menu .col-xs-7 {
    position: relative !important;
    height: 100%
}

.box_social img {
    width: 35px;
    height: auto;
    filter: none;
    margin-right: 5px
}

#maximage {
    width: 100% !important;
    height: calc(100vh - 100px) !important
}

#maximage .text_slide {
    left: 0;
    bottom: 25px;
    margin-left: 45px
}

.arrow_slide img {
    width: 40px;
    opacity: .2;
    transition: .5s
}

.arrow_slide {
    padding: 0 25px;
    left: 0;
    bottom: 0;
    margin: auto
}

.image_photo, .view {
    position: relative;
    overflow: hidden
}

.section_detailscontentchild .box_offers {
    margin-bottom: 50px
}

#arrow_right {
    position: absolute;
    right: 25px
}

#arrow_left {
    position: absolute;
    left: 25px
}

.input_contact {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px;
    color: #eee;
    width: 100%;
    transition: .5s
}

.form_contact p {
    margin-bottom: 5px
}

textarea {
    font-family: inherit;
    font-size: inherit
}

.googlemap iframe {
    width: 100%;
    height: 100%
}

.googlemap {
    margin: 50px 0 0
}

.box-gallery, .box-gallery ul {
    margin-bottom: 15px
}

.image_photo {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    float: right;
    transition: .5s
}

.box-gallery ul {
    padding: 0;
    transition: .5s
}

.simplefilter li.active {
    background-color: #1d756b;
    color: #fff !important
}

.simplefilter li:hover {
    background-color: #1d756b;
    color: #fff
}

.simplefilter li {
    background-color: #eee;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 5px 0 0
}

.padding_gallery {
    padding: 10px
}

.view {
    cursor: default
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgb(29 117 107 / 70%)
}

.overlay_gallery .mask {
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.view .mask {
    background-attachment: fixed
}

.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer
}

.overlay_text_top {
    color: #fff !important;
    top: 10px;
    position: absolute;
    width: 100%
}

.text_gallery_hover {
    color: #fff;
    text-align: center !important;
    opacity: 1;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: auto
}

.text_gallery_hover i {
    background: rgb(255 255 255);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 10px 0;
    font-size: 20px;
    color: rgb(29 117 107);
    transition: .5s
}

.filtr_container .filtr-item {
    position: absolute !important
}

.section_gallery {
    padding-top: 0
}

.demo_gallery {
    margin-right: -10px;
    margin-left: -10px
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #1d756b
}

.section_info .image_photo {
    height: 150px
}

.section_roomsamenities ul {
    padding: 0;
    margin: 0 0 0 60px
}

.section_roomsamenities li {
    list-style: none;
    padding: 5px 0
}

.section_roomsamenities img {
    width: 25px;
    float: left;
    vertical-align: bottom;
    margin-right: 10px
}

.section_infofacilities li {
    width: 20%
}

.section_sitemap {
    margin-top: 25px
}

.section_sitemap li {
    padding: 10px 0
}

.submenu_sitemap li {
    list-style: disc
}

.submenu_sitemap li:last-child {
    padding-bottom: 0
}

.submenu_sitemap {
    padding-left: 30px !important
}

.box_reservation {
    background: #ffffffb3
}

.box_reservation select, .input_promocode {
    margin: 0;
    border-radius: 0
}

.section_headerhome .box_weather li:first-child {
    display: inline
}

.box_bookmobile {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.slide_facilities .btn_readmore {
    opacity: 0;
    transition: 1s
}