@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');

@font-face {
    font-family: 'PPFragment-SerifLight';
    src: url('../font/PPFragment-SerifLight.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPFragment-SansLight';
    src: url('../font/PPFragment-SansLight.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --hg-font-title: 'PPFragment-SerifLight', 'Noto Sans Thai';
    --hg-font-body: 'PPFragment-SansLight', 'Noto Sans Thai';
    --hg-font-thai: 'Noto Sans Thai', 'Noto Sans Thai';
    --hg-color-primary: #322018;
    --hg-color-secondary: #903C02;
    --hg-black: #000;

    --hg-color-light: #EBE4DB;
    --hg-color-light-secondary: #E2D0BF;

    --hg-color-body: #5F5F5F;
    --hg-color-menu: 212, 212, 212;
    --hg-bg: #EAE5DE;
    --hg-bg-light: #f0ebe4;

    --hg-rgba-color-primary: 50, 32, 24;
    --hg-rgba-color-secondary: 144, 60, 2;
    --hg-rgba-color-light: 235, 228, 219;
    --hg-rgba-color-white: 255, 255, 255;
}


body {
    padding: 0;
    margin: 0;
    font-family: var(--hg-font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--hg-color-body);
    background: var(--hg-bg);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.5s;
}

h1, h2, h3 {
    font-family: var(--hg-font-title);
    color: var(--hg-color-primary);
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2;
}

h1 {
    font-size: 60px;
}

h2 {
    color: var(--hg-color-primary);
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-family: var(--hg-font-title);
    font-weight: lighter;
    font-size: 20px;
    color: var(--hg-color-secondary);
    text-transform: capitalize;
    margin: 0;
}

p {
    margin: 0 0 15px;
    font-weight: lighter;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

hgroup {
    margin: 0 0 15px;
}

::-moz-selection {
    background-color: var(--hg-color-secondary);
    color: #fff;
}

::selection {
    background-color: var(--hg-color-secondary);
    color: #fff;
}

/*************************/
/* LANG TH */
/*************************/
body.lang_th, .lang_th h1, .lang_th h2, .lang_th h3, .lang_th .day,
.lang_th .reservation-check .room-wrapper span, .lang_th #popup_room_list select,
.lang_th #popup_room_list.popup_content label, .lang_th .hotline, .lang_th .detail_stay p,
.lang_th hgroup h4, .lang_th .mail, .lang_th .style_calendar {
    font-family: var(--hg-font-thai);

}

.lang_th .promotion-code input {
    line-height: 1.4;
}

.lang_th .input-group-addon p {
    margin: 0 0 7px;
}

.lang_th .our-offers .tagline {
    width: 176px;
    font-size: 50px;
    right: -139px;
}

/*********************************/
/* HEADER */
/*********************************/

header {
    position: fixed;
    width: 100%;
    display: flow-root;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #000;
    padding: 0 100px;
    background: var(--hg-color-light);
    text-transform: capitalize;
    transition: all .8s;
    z-index: 9;
}

header.scroll--top {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

header.scroll--top.fixed,
header.scroll--top.none-fixed {
    position: fixed;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


header:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    background-image: url("../images/icon/wave.png");
    width: 100%;
    height: 30px;
    z-index: -2;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    display: block;
    height: 50px;
    width: auto;
    object-fit: cover;
    margin: 7px 0;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: -1;
}

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


.navbar ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.navbar ul li a {
    line-height: 65px;
}

.navbar ul li a:hover,
.navbar ul li a.active {
    color: var(--hg-color-secondary);
}

.pull-right > div {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.pull-right > div:nth-child(1) {
    margin: 0 8px 0 0;
}

.pull-right > div:last-child,
.pull-right > a {
    margin: 0 0 0 8px;
}

.btn-reservation {
    position: relative;
    padding: 12px 25px;
    background: var(--hg-color-secondary);
    border-radius: 30px;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    will-change: transform;
    display: inline-block;
    line-height: 1;
}

.btn-reservation:hover {
    transform: scale(1.05);
    background: var(--hg-color-primary);
}

.btn-reservation 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;
}

/*************************/
/* SUB MENU */
/*************************/
.navbar .sub-menu {
    position: absolute;
    white-space: nowrap;
    transform: translateY(-1em);
    left: -15px;
    text-align: left;
    transition: all .4s;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--hg-rgba-color-light), 0.80);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2;
    padding: 15px;
}

.main-sub:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0em);
}

.navbar .sub-menu li {
    float: left;
    padding: 15px 0 0;
}

.navbar .sub-menu li:nth-child(1) {
    padding: 0;
}

.navbar .sub-menu li a {
    line-height: normal;
}

.navbar .sub-menu figure {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.navbar .sub-menu img {
    width: 75px;
    height: 50px;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1);
    display: block;

}

.navbar .sub-menu li a:hover img {
    transform: scale(1.05);
}
.navbar ul li.menu-mobile {
    display: none;
}


/*********************************/
/* LANG */
/*********************************/
.nav-lang {
    position: relative;
}

.nav-lang label {
    line-height: 65px;
    cursor: pointer;
    transition: all .6s;
}

.nav-lang i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    transform: rotate(0deg);
    transition: all .6s;
}

.nav-lang img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 50px;
    vertical-align: text-top;
    margin-right: 2px;
}

.lang_parent {
    position: absolute;
    width: 85px;
    left: -15px;
    padding: 0 15px;
    margin: 0;
    background: var(--hg-color-light);
    transform: translateY(-2em);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.lang_parent.open {
    transform: translateY(0em);
    opacity: 1;
    visibility: inherit;
}

.lang_parent li {
    list-style: none;
    padding: 10px 0;
}

#lang_primary.active i {
    transform: rotate(180deg);
}

.lang_parent a:hover,
.nav-lang label:hover {
    color: var(--hg-color-secondary);
}

/*************************/
/* LIST MENU MOBILE */
/*************************/
.pull-right > div.hamburger {
    position: relative;
    width: 30px;
    height: 16px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
}

.hamburger span:nth-child(1) {
    transition: all .6s;
    width: 50%;
    right: 0;
    top: 1px;
}

.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span:nth-child(3) {
    bottom: 0;
    width: 70%;
    transition: all .6s;
}

.hamburger:hover span:nth-child(1),
.hamburger:hover span:nth-child(3) {
    width: 100%;
}

.pull-right > div.hamburger.active {
    position: absolute;
    right: 80px;
    top: 30px;
    margin: 0 !important;
}

.hamburger.active :nth-child(2) {
    display: none;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
    top: 8px;
    width: 100%;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
    bottom: auto;
    transform: rotate(312deg);
}


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

.ui-icon-plus:before,
.ui-icon-plus:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    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;
}

.main-sub a.active .ui-icon-plus:before,
.main-sub a.active .ui-icon-plus:after {
    background: var(--hg-color-secondary);
}


/*************************/
/* SLIDERS */
/*************************/

.main-slider {
    position: relative;
    overflow: hidden;
}

.main-slider:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-image: url(../images/icon/wave.png);
    width: 100%;
    height: 30px;
    z-index: 1;
    transform: rotate(-180deg);
}

.slider-show:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    background: linear-gradient(0deg, rgba(51, 32, 24, 1) 0%, rgba(51, 32, 24, 0) 100%);
    z-index: 1;
}

.slider-show .slide {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(0) scale(1.1);
    transition: transform 12s linear;
}

.slider-show .play-animation.slick-active .slide {
    transform: translateY(-50px) scale(1.1) !important;
}


.slider-show .slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(var(--hg-rgba-color-primary), 0.15);
    z-index: 1;
}

.slide-content {
    position: absolute;
    width: 40%;
    bottom: 200px;
    left: 100px;
    opacity: 0;

}

.slide-content label {
    font-size: 40px;
    margin: 0 0 10px;
    font-weight: lighter;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--hg-font-title);

}

.slick-active.play-animation .slide-content.text-reveal {
    opacity: 1;
}

.slick-active.play-animation .slide-content.text-reveal .splitting .char {
    animation: slide-in 1.6s cubic-bezier(.2, 0, .1, 1) both;
    animation-delay: calc(30ms * var(--char-index));
    will-change: transform;
    transform-origin: top left;
}


@keyframes slide-in {
    from {
        transform: translateY(5px) scaleY(1.1);
        opacity: 0;
    }
}

.slick-active.play-animation
.slide-content.text-reveal
.splitting .word {
    animation: slide-in 1.6s cubic-bezier(.2, 0, .1, 1) both;
    animation-delay: calc(120ms * var(--word-index));
    will-change: transform;
    transform-origin: top left;
}


.arrow-slide {
    position: absolute;
    right: 100px;
    bottom: 70px;
    color: #fff;
    z-index: 6;
}

.arrow-slide span {
    text-transform: capitalize;
    font-style: italic;
    padding: 0 15px;
}

.arrow-slide > div {
    display: inline-block;
    cursor: pointer;
}

.arrows-prev:before {
    content: "\e919";
    font-family: icomoon;
}

.arrows-next:before {
    content: "\e91a";
    font-family: icomoon;
}


/* OFFERS SLIDE */
.offers-slide {
    position: absolute;
    left: 100px;
    bottom: 70px;
    width: 450px;
    z-index: 3;
}

.offers-slide .row {
    margin-right: -5px;
    margin-left: -5px;
}

.offers-slide .item {
    background: rgba(var(--hg-rgba-color-white), 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.offers-slide .item [class*=col-xs-] {
    position: relative;
    height: 85px;
}

.offers-slide .item h2 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.offers-slide .item figure {
    width: 100%;
    height: 100%;
}

.offers-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all .5s;
}

.offers-slide .item [class*=col-xs-]:nth-child(2) {
    padding-left: 10px;
}

.offers-slide i {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .6s;
}

.offers-slide .item:hover img {
    transform: scale(1.05) rotate(-1deg);
}

.offers-slide .item:hover i {
    transform: rotate(45deg);
}

.offers-slide .slick-dots {
    justify-content: left;
}

.offers-slide .slick-dots li {
    margin: 0;
}

.offers-slide .slick-dots button {
    width: 50px;
    height: 1px;
    border-radius: 0;
    opacity: 0.3;
    background: #ffffff;
    text-indent: -9999px;
}

.offers-slide .slick-dots li.slick-active button {
    background: #ffffff;
}

.offers-slide .slick-dots {
    padding: 15px 0 0;
}

/* SOCIAL SLIDE */
.social-slide {
    position: absolute;
    right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    z-index: 3;
}

.social-slide a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 9px;
    margin: 5px 0;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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


/*********************************/
/* BODY */
/*********************************/
figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}


main {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}

main:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    background-image: url("../images/icon/wave.png");
    width: 100%;
    height: 30px;
    z-index: 1;
}

main section {
    padding: 0 0 100px;
}

main section:last-child {
    padding: 0;
}

hgroup h1 label {
    font-family: var(--hg-font-body);
    font-weight: lighter;
    font-style: normal;
    display: contents;
}

hgroup h1 {
    font-style: italic;
}

hgroup h4 {
    position: relative;
    font-family: var(--hg-font-body);
    color: var(--hg-black);
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

hgroup h4:before {
    content: '';
    background: url("../images/icon/logo-list.svg");
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}


.reveal {
    visibility: hidden;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.primary-main {
    position: relative;
    width: 100%;
    display: inline-block;
}

.container {
    padding: 0;
}

.row {
    margin-left: -25px;
    margin-right: -25px;
}

.content {
    width: 70%;
    margin: 15px auto 0;
}

/** DESCRIPTION **/
.description [class*=col-xs-],
.our-offers [class*=col-xs-] {
    padding: 0 25px;
}

.description [class*=col-xs-]:nth-child(1) {
    padding-top: 50px;
}

.description .image-left {
    height: 400px;
}

.description .image-right {
    height: 500px;
}

.description [class*=col-xs-]:nth-child(1) p {
    margin-bottom: 35px;
}

.description [class*=col-xs-]:nth-child(2) p {
    margin-top: 35px;
}

.description img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-tripadvisor i {
    color: #FFA600;
    vertical-align: initial;
}

.review-tripadvisor span {
    margin-left: 15px;
    color: var(--hg-black);
}


/** OUR STAY **/
.our-stay {
    position: relative;
    width: 100%;
    text-align: center;
}

.primary-main.our-stay {
    padding: 0 0 300px;
}

.slide-stay {
    position: relative;
}

.roomtype {
    position: relative;
    width: 100%;
    display: block;
    margin: 50px 0 0;
}

.roomtype hgroup {
    margin: 0;
}

#slide-count {
    position: absolute;
    width: 140px;
    margin: auto;
    left: 0;
    right: 0;
    top: 120px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

#slide-count .line {
    flex: 1;
    height: 1px;
    background: #fff;
    width: 100px;
}
.slide-stay {
    position: relative;
    width: 100%;
    height: 600px;
    display: inline-block;
}
.slide-stay .slick-list,
.slide-stay .slick-track {
    height: 100% !important;
}

.slide-stay .item,
.slide-stay .item figure{
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-stay .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-stay .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 2;
}

.slide-stay .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.slide-stay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    text-align: center;
    color: #fff;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-stay hgroup h3 {
    font-size: 48px;
}

.slide-stay hgroup h4:before {
    display: none;
}

.slide-stay hgroup h3,
.slide-stay hgroup h4 {
    color: #fff;
}

.slide-imgroom, .parallax-small {
    width: 275px;
    height: 315px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 200px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    z-index: 3;
}

.slide-imgroom img {
    width: 275px;
    height: 315px;
    object-fit: cover;

}

.room-title {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-family: var(--hg-font-title);
    line-height: 1;
    z-index: 1;
}

.room-prev, .room-next {
    position: absolute;
    width: 200px;
    height: 600px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    text-transform: uppercase;
    white-space: nowrap;
}
.room-prev span, .room-next span {
    position: absolute;
    top: 296px;
    white-space: nowrap;
}

.room-prev {
    left: 0;
    text-align: left;
}
.room-prev span {
    left: -255px;
}

.room-next {
    right: 0;
    text-align: right;
}
.room-next span {
    right: -288px;
}

.room-prev:hover,
.room-next:hover {
    opacity: 1;
}

.room-current {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0 !important;
    width: fit-content;
}

.room-current,
.room-prev,
.room-next {
    transition: opacity .35s ease;
}

.room-changing {
    opacity: 0;
}


/** OFFERS **/
.tagline-offers {
    height: 450px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}

.our-offers:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 641px;
    top: -100px;
    background: var(--hg-bg-light);
    left: 0;
}

.our-offers img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.our-offers .content-offers hgroup h4 {
    color: var(--hg-color-secondary);
    line-height: 1;
    margin: 3px 0 0;
}

.our-offers .content-offers hgroup h4:before {
    display: none;
}

.our-offers .content-offers {
    padding: 30px 0 0;
    opacity: 0;
}

.our-offers .slick-slide.slick-active .content-offers {
    opacity: 1;
}

.our-offers .btn-reservation {
    display: inline-block;
}

.our-offers .btn-reservation i {
    animation: none;
}

.our-offers .tagline {
    position: absolute;
    font-size: 48px;
    color: var(--hg-color-primary);
    font-family: var(--hg-font-title);
    z-index: 1;
    width: 400px;
    transform: rotate(270deg);
    text-align: center;
    line-height: 1;
    right: -253px;
    top: 200px;
    text-transform: uppercase;
    opacity: .4;
}

.our-offers [class*=col-xs-] {
    position: relative;
}

/*********************************/
/* CHILD */
/*********************************/
.book-mobile + main {
    margin-top: 65px;
    padding: 0 0 100px;
}

.discover_more {
    position: relative;
    display: inline-block;
    color: var(--hg-color-secondary);
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 50px;
    border: 0.5px solid var(--hg-color-secondary);
    font-size: 14px;
    overflow: hidden;
    line-height: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.discover_more span,
.discover_book span {
    display: inline-block;
    /*transition: all .6s;*/
    transition: transform 0.3s ease-out; /* Smooth fallback */

}

.discover_more i{
    position: absolute;
    transition: all .6s;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}

.discover_more i:nth-child(1) {
    transform: translateX(-50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.discover_more i:nth-child(3) {
    position: relative;
}

.discover_more:hover {
    transform: scale(1.05);
}

.discover_more:hover span {
    transform: translateX(25px);
}

.discover_more:hover i:nth-child(1) {
    transform: translateX(-6px);
}

.discover_more:hover i:nth-child(3) {
    transform: translateX(50px);
}
.discover_book {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: var(--hg-color-secondary);
    color: #fff;
    border: none;
}
.discover_book i {
    display: inline-block;
    margin-right: 5px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.discover_book:hover {
    transform: scale(1.05);
}
.discover_book:hover i {
    transform: rotate(45deg);
}

.description_child {
    padding: 100px 0;
    background: #f3f0eb;
    text-align: center;
}

.description_child:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-image: url(../images/icon/wave.png);
    width: 100%;
    height: 30px;
    z-index: 1;
    transform: rotate(-180deg);
}

.description_child hgroup {
    width: 60%;
    margin: 0 auto 30px;

}

.detail_stay {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0 0;
}

.detail_stay > div {
    display: inline-block;
    padding: 0 50px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.detail_stay > div:hover {
    transform: scale(1.05);
}

.detail_stay > div:last-child {
    border: none;
}

.detail_stay i {
    font-size: 36px;
    color: var(--hg-color-secondary);
    vertical-align: middle;
}

.detail_stay p {
    font-family: var(--hg-font-title);
    font-size: 18px;
}
.parallax {
    position: relative;
    padding: 0 0 200px;
}
.parallax-small {
    bottom: 100px;
}


.parallax > article {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden;
}

.parallax video,
.parallax figure,
.parallax img {
    outline: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parallax_child {
    padding: 0 0 100px;
}



main section:last-child.content-child {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 100px 0 0;
}


.child-item {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 100px 0 0;
}

.child-item:nth-child(1) {
    padding: 0;
}

.child-item:nth-child(even) [class*=col-xs-]:nth-child(1) {
    float: right;
}

.child-item [class*=col-xs-] {
    height: 550px;
}

.child-item figure {
    width: 100%;
    height: 100%;
}

.child-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.child-item h2 {
    margin-bottom: 15px;
}

.child-item [class*=col-xs-]:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 50px;
}
.child-item hgroup h4 {
    color: var(--hg-color-secondary);
}
.child-item hgroup h4:before {
    display: none;
}


/*********************************/
/* INFO */
/*********************************/
.book-mobile + main > .description_info {
    padding: 100px 0;
}
.description_info {
    text-align: center;
}
.page_info {
    text-align: center;
}

.page_info .content {
    margin: 0 auto 50px;
}


.detail_room {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 0 15px;
}

.detail_room i {
    margin-right: 10px;
    color: var(--hg-color-secondary);
    font-size: 22px;
    vertical-align: sub;
}
.detail_room ul {
    padding: 0;
    margin: 15px 0 0;
    color: #000;
}
.detail_room ul li {
    display: inline-block;
    padding: 0 15px;
}
.detail_room li:nth-child(1) {
    padding: 0 15px 0 0;
}

.detail_room.detail_fac ul li {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 10px;
    align-items: start;
    margin-bottom: 12px;
    padding: 0;
}
.detail_room.detail_fac ul li:last-child {
    margin: 0;
}
.detail_room.detail_fac ul li::before {
    content: "\e908";
    font-family: icomoon;
    font-size: 22px;
    line-height: 1;
    color: var(--hg-color-secondary);
}

.include-room {
    position: relative;
    text-align: left;
    z-index: 1;
}

.include-room h4 {
    font-size: 18px;
    font-family: var(--hg-font-body);
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 10px;
}

.include-room .detail_room p {
    display: block;
    padding: 6px 0;
    margin: 0;
}


.amenities {
    padding: 0;
    margin: 0;
    column-count: 2;
    text-transform: capitalize;
}

.amenities li {
    list-style: none;
    padding: 3px 0;
}

.gallery-strip img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    transition: ease-out .6s;
    transform: translateY(0px) scale(1.1);

}
.gallery-strip .item:hover img {
    transform: translateY(-10px) scale(1.1) !important;

}

.location.description [class*=col-xs-]:nth-child(1) p {
    margin: 0 0 10px;
}
.contactus {
    text-align: center;
}
.contactus a:hover,
 .sitemap a:hover{
    color: var(--hg-color-secondary);
}
.contactus .child-item {
    text-align: left;
}
.map {
    margin-top: 100px;
    text-align: center;
}

.map:after {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    background-image: url(../images/icon/wave.png);
    width: 100%;
    height: 30px;
    z-index: 1;
}
.map h2 label {
    font-family: var(--hg-font-body);
    font-weight: lighter;
    font-style: normal;
    display: contents;
}

.map h2 {
    font-style: italic;
}
.map iframe {
   padding: 50px 0 25px;
    filter: grayscale(0.8);
}
.map iframe:hover {
    filter: none;
}

.map h3 {
    width: 50%;
    font-size: 40px;
    margin: 50px auto 0;
}
main section.sitemap_description {
    padding-top: 100px;
}
.sitemap_description img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.sitemap_description [class*=col-xs-]:nth-child(2) [class*=col-xs-] {
    padding: 0 15px;
}
.sitemap_description [class*=col-xs-]:nth-child(2) [class*=col-xs-]:nth-child(2){
    margin-top: 50px;
}

.sitemap {
    padding: 0;
    margin: 0;
}

.sitemap li {
    list-style: none;
    padding: 4px 0;
}

.sitemap li > ul {
    padding-left: 30px;
}

.sitemap li > ul li {
    list-style: disc;
}

/*********************************/
/* GALLERY */
/*********************************/
.filter-controls ul {
    padding: 0;
    margin: 0;
}
.filter-controls li {
    cursor: pointer;
    border: 0.5px solid var(--hg-color-secondary);
    border-radius: 50px;
    position: relative;
    display: inline-block;
    color: var(--hg-color-secondary);
    padding: 15px 25px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1;
    transition: all .6s;
    margin: 0 2px;
}
.filter-controls ul li.active,.filter-controls ul li:hover {
    background: var(--hg-color-secondary);
    color: #fff;
}
.gallery {
    padding: 50px 0 0;
}
.gallery .row-gallery {
    margin-right: -15px;
    margin-left: -15px;
}
.gallery .row-gallery .album-gallery {
    column-count: 3;
    column-gap: 0;
}
.album-gallery {
    display: none;
}
.album-gallery a {
    display: block;
    padding: 15px;
    overflow: hidden;
}
.album-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: ease-out .6s;
    transform: translateY(0px) scale(1.1);
}

.album-gallery a:hover img {
    transform: translateY(-10px) scale(1.1) !important;

}


/*********************************/
/* FOOTER */
/*********************************/
footer {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--hg-rgba-color-primary), 0.95);
}

footer > article, footer > div {
    position: relative;
    z-index: 1;
}

.hotline {
    text-align: center;
    font-family: var(--hg-font-title);
    padding: 0 0 100px;
    --char-speed: 0.08s; /* ความเร็วพิมพ์ */
    --total-time: 5s; /* รอบ animation ทั้งหมด */
}

.hotline-text {
    text-transform: capitalize;
}

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

.hotline .tel {
    font-size: 40px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1.1;
}


.hotline .tel span {
    display: inline-block;
    transform: translateY(0);
    transition: all .6s;
}

.hotline .tel:before {
    content: attr(data-hover);
    position: absolute;
    transform: translateY(51px);
    transition: all .6s;
}

.hotline .tel:hover:before {
    transform: translateY(0);
}

.hotline .tel:hover span {
    transform: translateY(-51px);
}

.mail {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px 20px 7px 10px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
    font-family: var(--hg-font-body);
    overflow: hidden;
}

.mail:before {
    content: '';
    position: absolute;
    width: 0;
    background: #fff;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transition: ease-in-out .6s;
}

.mail:hover:before {
    width: 100%;
}

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

.mail i {
    position: relative;
    background: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
    color: var(--hg-color-primary);
    font-size: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

.mail span {
    position: relative;
    z-index: 1;
}

.contact-hotel {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 100px 100px 0;
    text-align: left;
}

.contact-hotel [class*=col-xs-] {
    padding: 0 25px;
}

.contact-hotel .container .row [class*=col-xs-]:nth-child(1) {
    padding-right: 50px;
}

.contact-hotel .container .row [class*=col-xs-]:nth-child(2) p {
    font-family: var(--hg-font-title);
    text-transform: capitalize;
    display: none;
    margin: 0 0 6px;
}

.logo-footer {
    height: 60px;
    filter: brightness(0) invert(1);
}

.menu-footer {
    list-style: none;
    column-count: 2;
    padding: 0;
}

.menu-footer a:hover,
.copyright a:hover {
    color: var(--hg-color-secondary);
}


.social-footer a {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: none;
    padding: 14px;
    margin: 0 3px;
    font-size: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-footer a:hover {
    transform: scale(1.05);
    background: var(--hg-color-secondary);
    border: 1px solid transparent;
}

.social-footer a i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .6s;
}

.social-footer a i:nth-child(1),
.social-footer a:hover i:nth-child(2) {
    transform: translateY(0);
}

.social-footer a i:nth-child(2) {
    transform: translateY(35px);
}

.social-footer a:hover i:nth-child(1) {
    transform: translateY(-35px);
}

.copyright {
    margin: 100px 0 0;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
    font-style: italic;
}

/*********************************/
/* POPUP BANNER */
/*********************************/
.popup-banner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}
.overf {
    overflow: hidden;
}
.popup-banner.animation {
    opacity: 1;
    transition: all .6s ease-in-out;
    transition-delay: .8s;
    pointer-events: auto;
}

.popup-banner .item-banner {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.popup-banner .item-banner >div ,
.slide_banner {
    position: relative;
    width: 100%;
    height: 100%;
}
.popup-banner .slide_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.popup-banner .item-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.popup-banner .item-banner .item {
    width: 100%;
    height: 100%;
}

.popup-banner .item-banner .reveal-block-banner {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--hg-color-primary);
    transform: scaleX(1);
    transition-duration: .8s;
    transform-origin: 0 100%;
    transition-delay: 1.3s;
    z-index: 3;
}

.popup-banner.animation .item-banner .reveal-block-banner {
    transform: scaleX(0);
}

.popup-banner .item-banner .closed-banner {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.popup-banner .item-banner .closed-banner:before,
.popup-banner .item-banner .closed-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    display: block;
    background: var(--hg-color-primary);
}

.popup-banner .item-banner .closed-banner:before {
    transform: rotate(45deg);
}

.popup-banner .item-banner .closed-banner:after {
    transform: rotate(-45deg);
    transition: all .5s;
}

.popup-banner .item-banner .closed-banner:hover:after {
    transform: rotate(136deg);
}



