@import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Prompt:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap');

:root {
    --font-family: 'Inter', 'Prompt';
    --font-family-tile: 'Inter', 'Prompt';
    --font-family-thai: 'Prompt';
    --color-secondary: #fecc42;

    --dark: #181717;
    --grey: #333;

    --rgba-dark: 51, 51, 51;
    --rgba-secondary: 1, 20, 11;
}

body {
    background: #fff;
    color: var(--grey);
}

::-moz-selection {
    background-color: #d6f1e7;
    color: var(--color-primary);
}

::selection {
    background-color: #d6f1e7;
    color: var(--color-primary);
}

h1, h2, h3 {
    color: var(--color-primary);
    font-weight: bold;
}

.detail-box h3 {
    color: var(--color-primary);
}

h4 {
    font-size: 18px;
}

hgroup h4:before,
.tagline:before {
    top: 12px;
    bottom: auto;
    background: var(--color-secondary);
}
hgroup {
    margin: 0;
}
hgroup + .editable {
    margin: 15px 0 0;
}
hgroup + .editable p {
    margin: 8px 0 0;
}

.content_child .detail-box hgroup {
    margin: 0;
}

.content_child .detail-box hgroup h4 {
    padding: 0;
    margin: 6px 0 0;
}

.content_child .detail-box hgroup h4:before {
    display: none;
}


h4, .box-menu .menu nav ul li .active, .box-menu .menu nav ul li a:hover, .box-menu .contact_header a:hover,
.copyright a:hover, .page_footer .contact a:hover, .copyright a:hover,
.scroll_menu .call_head a:hover, .site_map a:hover {
    color: var(--color-secondary);
}

.box-menu .contact_header .follow a:hover {
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}

b, strong {
    color: var(--dark);
}

main {
    /*display: inline-grid;*/
    width: 100%;
}

.main_section {
    padding: 100px 0;
}

.description {
    padding: 0;
}

.box-menu .menu .contact_header h4:before {
    background: #fff;
}

.copyright {
    background: var(--color-primary);
}

.nav-lang {
    text-transform: uppercase;
    font-size: 14px;
}

.box-menu {
    background: url("../images/og_image.png") center center no-repeat;
}

.box-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(var(--rgba-primary), 0.95);
}

.box-menu .menu {
    position: relative;
    width: 100%;
    height: 100%;
}

.box-menu .menu .contact_header h4 {
    color: #fff;
}

.text_slide {
    width: 40%;
    opacity: 0;
}

.text_slide h2 {
    font-size: 40px;
}
.text_slide.text-reveal {
    opacity: 1;
}
.text_slide.text-reveal li {
    animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}
.text_slide.text-reveal li:nth-child(1) {
    animation-delay: 0.2s;
}

.text_slide.text-reveal li:nth-child(2) {
    animation-delay: 0.5s;
}

.button-link:hover i {
    transform: rotate(45deg);
}

.button-link i {
    vertical-align: inherit;
    display: inline-block;
    margin-left: 3px;
    font-size: 10px;
    transition: all .5s;
}

.our_offers hgroup, .our_offers .editable {
    width: 100%;
}

.content_child {
    display: block;
}

.content_child .detail-box ul {
    margin: 10px 0 0;
    padding-left: 15px;
}

.content_child .detail-box ul li {
    list-style: none;
}

.content_child .detail-box ul li:before {
    content: '\e904';
    font-family: 'icomoon';
    margin-right: 10px;
    color: var(--color-primary);
}

.button-link.book:before {
    background: var(--color-secondary);
}

.gallery-title {
    padding: 15px 0 0;
}

.info_page .gallery-title li {
    border: none;
    padding: 0 10px;
}

.info_page .gallery-title li:nth-child(1) {
    padding: 0 10px 0 0;
}

.info_page .gallery-title li.active,
.info_page .gallery-title li:hover {
    border: none;
    color: var(--color-secondary);
}

.demo-gallery {
    padding: 30px 0 0;
}

.page_footer .social a {
    background: var(--color-primary);
    color: var(--white);
    margin: 0 2px;
}

.page_footer .social a:hover {
    background: var(--color-secondary);
}

.contact p {
    margin: 0;
}

.site_map.info_page ul {
    margin: 0;
    padding: 0;
    column-count: 1;
}

.site_map.info_page ul li {
    width: 100%;
    padding: 3px 0;
}

.content_child .detail-box {
    padding: 50px 130px;
}

.bg_offers .button-link {
    color: #fff;
    border: 0.5px solid #fff;
}

.bg_offers .button-link:before {
    background: var(--color-secondary);
}

.bg_offers .button-link:hover {
    color: var(--dark);
    border: 0.5px solid var(--color-secondary);
}

footer {
    background: #f3f6f5;
}

/*.our_rooms .item:hover .default_img {*/
/*    filter: blur(1px);*/
/*}*/

.bg_offers:after {
    background: rgba(var(--rgba-primary), 0.95);
}

.box-menu .follow a {
    padding: 7px;
}

.detail-box {
    background: #f6f8f7;
}

.description.page_aboutus .col-xs-6:nth-child(2) {
    height: auto;
}

.our_rooms figcaption {
    bottom: -15px;
    height: auto;
}

.our_rooms figure:hover figcaption {
    bottom: 30px;
    height: auto;
}

.gallery-title i {
    position: relative;
    top: 6px;
    float: right;
    font-size: 14px;
    display: none;
}

.map iframe {
    display: block;
}

.button-link {
    border: 0.5px solid var(--color-primary);
}

.copyright a {
    font-style: italic;
}

.page_aboutus.description .col-xs-6:nth-child(1) {
    float: left;
    padding-right: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
}

.page_aboutus.description .col-xs-6:nth-child(2) {
    display: block;
    padding: 0;
}

.button-info i {
    position: relative;
    left: 0;
    transition: all .6s;
    vertical-align: middle;
}

.button-info span,
.button-info span:hover {
    margin: 0;
}

.button-info:hover {
    color: var(--color-secondary);
}

.button-info:hover i {
    left: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.scroll a {
    left: 0;
    right: 0;
    margin: auto;
}


/**********************************/
/** HEADER **/
/**********************************/
.section_header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 30px 100px 0;
    z-index: 9;
}

.section_header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: -1;
}

.section_header .logo {
    position: absolute;
    width: 250px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) invert(1);
}

.section_header .logo img {
    width: 100%;
    vertical-align: middle;
}

.section_menu .box_icon > div.logo {
    display: none;
}

.section_header article > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.section_header article > div:nth-child(1) {
    padding: 0 10px 0 0;
}

.section_header .hamburger-menu .show_hamburger {
    width: 31px;
}

.section_header .hamburger-menu .show_hamburger span {
    background: #fff;
}

.section_header .nav-lang {
    display: inline-block;
}

.section_header .nav-lang a {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    color: #fff;
}

.section_header .nav-lang a:nth-child(1) {
    padding: 0 5px 0 0;
}

.section_header .nav-lang a:last-child {
    padding: 0 0 0 5px;
}

.section_header .nav-lang a:after {
    background: #ffffff;
    left: auto;
    right: -3px;
    bottom: 0;
    top: 0;
}

.section_header .pull-left,
.section_header .pull-right .btn_book,
.section_header .pull-right .btn_book_mobile {
    display: none;
}

.section_menu .logo {
    display: none;
}

.section_menu {
    transition: all 1s;
}

.scroll_menu .section_header {
    position: fixed;
    padding: 10px 100px;
    transform: translateY(-200px);
}

.scroll_menu.fixed .section_header {
    width: 100%;
    background: #fff;
    transform: translateY(0);
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 10px;
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scroll_menu .section_header .pull-left,
.scroll_menu .section_header .pull-right .btn_book {
    display: inline-block;
}

.scroll_menu .section_header .pull-right .btn_book_mobile {
    display: none;
}

.scroll_menu .section_header .hamburger-menu .show_hamburger span,
.scroll_menu .section_header .nav-lang a:after {
    background: var(--dark);
}

.scroll_menu .section_header .nav-lang a,
.scroll_menu .call_head {
    color: var(--dark);
}

.scroll_menu .section_header .logo {
    width: 200px;
    filter: none;
}

.scroll_menu .section_menu {
    transform: translateX(-200px);
}

.scroll_menu .section_header:before {
    display: none;
}

.section_header article > div.btn_book,
.btn_book_mobile {
    padding: 12px 30px;
    font-size: 14px;
    color: #fff;
    background: var(--color-primary);
    cursor: pointer;
    transition: all .5s;
    margin-left: 10px;
}

.section_header article > div.btn_book:hover {
    background: var(--color-secondary);
}

.btn_book i,
.btn_book_mobile i {
    animation-name: swing;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    font-size: 20px;
    vertical-align: sub;
    display: inline-block;
}

.closed {
    position: absolute;
    top: 50px;
    width: 30px;
    height: 30px;
    right: 100px;
    cursor: pointer;
}

.closed:before, .closed:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
}

.closed:before {
    transition: all .6s;
    transform: rotate(45deg);
}

.closed:after {
    transform: rotate(-45deg);
}

.closed:hover:before {
    transform: rotate(228deg);
}


/**********************************/
/* MENU MOBILE */
/**********************************/
.menu_mobile {
    display: none;
}

.box-menu .menu nav ul li {
    position: relative;
}

.box-menu {
    background-size: cover;
}

.info-detail {
    animation-name: fadeInUp;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    display: none;
    padding-left: 30px !important;
}

.info-detail.active {
    display: block;
}

.info-detail a {
    color: var(--light-grey);
}

.ui-icon-plus {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 13px;
    z-index: 2;
    cursor: pointer;
}

.ui-icon-plus:before,
.ui-icon-plus:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-grey);
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.ui-icon-plus:before {
    width: 1px;
    height: 20px;
}

.ui-icon-plus:after {
    width: 20px;
    height: 1px;
}

.ui-icon-plus.active:before {
    display: none;
}

.c_plus.active .ui-icon-plus:before,
.c_plus.active .ui-icon-plus:after {
    background-color: var(--color-secondary);
}


/**********************************/
/* DETAIL ROOMS / INFO PAGE */
/**********************************/

.detail_rooms {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
}

.detail_rooms > div {
    padding: 0 0 6px;
}

.detail_rooms i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.info_page p + h3 {
    font-size: 20px;
    margin: 35px 0 0;
}

.info_page h3 {
    margin: 0;
}

.info_page ul li {
    width: 50%;
    float: left;
}

.info_page .detail_rooms {
    color: var(--color-primary);
    padding: 10px 0 25px;
}

.info_page .detail_rooms > div {
    display: inline-block;
    padding: 0 10px;
}

.info_page .detail_rooms > div:nth-child(1) {
    padding: 0 10px 0 0;
}

.thai_lang .info_page h3 {
    font-size: 18px;
}

.info_page ul {
    width: 100%;
    display: inline-block;
    column-count: 2;

}

.info_page .gallery-title ul {
    column-count: auto;
}

.info_page ul li {
    position: relative;
    padding-left: 25px;
    width: 100%;
}

.info_page ul li:before {
    position: absolute;
    left: 0;
}

.info_page ul + h4 {
    margin: 25px 0;
}

.info_page h4 + p {
    margin: 15px 0 0;
}

.info_page table + p {
    margin: 25px 0 0;
}


.info_page table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.info_page.info_destination table tr td {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}


.info_page table td {
    padding: 0;

}

.editable h4 {
    font-size: 20px;
}

.info_page table strong,
.info_page table strong {
    margin: 15px 0 3px;
    display: inline-block;
    font-size: 18px;
}

.photo_info,
.list_other .our_rooms {
    padding: 50px 0 0;
}

.list_other .our_rooms .default_img {
    height: 450px;
}

.other_fac.our_rooms h4 {
    top: 80px;
    right: 15px;
}

.info_page .editable + .button-link {
    margin-top: 20px;
}

.detail_rooms {
    margin: 15px 0 0;
    color: var(--color-primary);
}

.our_rooms h4 {
    right: -18px;
    top: 115px;
}
.other_meeting h4 {
    right: -18px;
    top: 85px;
}
.other_activities h4 {
    right: 0;
}
.thai_lang .our_rooms.other_activities h4 {
    right: 15px;
    font-size: 14px;
}


/**********************************/
/* RESERVATION */
/**********************************/
.reservation {
    background: var(--color-primary)
}

.section_menu .book_now:hover {
    background: var(--color-secondary)
}

.title_ibe h4 {
    color: var(--color-secondary);
}

.text_ibe {
    color: #fff;
    opacity: .6;
}

.btnbook_reser:hover {
    color: var(--color-primary);
}

/**********************************/
/* THAI LANG */
/**********************************/
.thai_lang h1, .thai_lang h2, .thai_lang h3, .thai_lang .box-menu .menu .contact_header > div,
.thai_lang .button-link, .thai_lang .slick-arrow [class*=nav-] {
    font-family: var(--font-family-thai);
}

.thai_lang .modal-content {
    font-family: var(--font-family);
}

.thai_lang .slick-arrow span {
    top: 10px;
}

.thai_lang .slick-arrow.arrow_prev {
    bottom: 21px;
}


.thai_lang .slick-arrow .nav-next {
    right: -68px;
}

.thai_lang .our_rooms.other_fac h4 {
    top: 80px;
    right: 7px;
}

.thai_lang .other_wellness.our_rooms h4 {
    right: -7px;
    top: 90px;
}
.thai_lang .our_rooms h4 {
    right: -6px;
    font-size: 14px;
}