﻿

.booking-function .hotel-contain {
    width: 20%;
    align-content: center;
}

.booking-function .date-picker-contain {
    width: max-content;
    display: flex;
    padding: 0 25px;
}

    .booking-function .date-picker-contain img {
        width: 18px;
        margin-right: 10px;
    }

    .booking-function .date-picker-contain .booking-input {
        border: unset;
        outline: unset;
        max-width: 85px;
        text-transform: uppercase;
    }

    .booking-function .date-picker-contain .menu-booking-input {
        border: unset;
        outline: unset;
        max-width: 85px;
        text-transform: uppercase;
    }

.booking-function .room-picker-contain {
    width: max-content;
    padding: 0 25px;
    align-content: center;
    display: flex;
}

.hotel-contain .dropdown-menu {
    border-radius: 0;
    border: unset;
    width: 300px;
    padding: 15px;
    box-shadow: 0px 1px 6px #00000029;
}

.room-picker-contain .room-picker {
    background-color: unset;
}

.room-picker-contain .value-change-box input {
    background-color: unset;
    border: unset;
    outline: unset;
    color: #000;
    width: 30px;
    direction: rtl;
}

.room-picker-contain .booking-function-value-change {
    display: flex;
}

    .room-picker-contain .booking-function-value-change:not(:last-child) {
        margin-bottom: 20px;
    }

.room-picker-contain .value-change-box {
    margin-left: auto;
    display: flex;
}

    .room-picker-contain .value-change-box button {
        background-color: unset;
        font-size: 28px;
        color: #888;
    }

.room-picker-contain .dropdown-menu {
    border-radius: 0;
    border: unset;
    width: 285px;
    padding: 15px;
    box-shadow: 0px 1px 6px #00000029;
}

.booking-function .submit-btn-contain {
    width: max-content;
}
.g-index-section {
    background-color:#FFF;
}
.g-index-s1 {
    max-width: 911px;
    padding: 60px 20px 100px;
    margin: 0 auto;
}

    .g-index-s1 .introduction-contain {
        text-align: center;
    }

    .g-index-s1 .sub-title {
        color: #8B736A;
        font-size: 0.875rem;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .g-index-s1 .title {
        font-family: "Saira Condensed";
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        margin-bottom: 20px;
    }

    .g-index-s1 .content {
        color: #666666;
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-bottom: 65px;
    }

.g-index-s2 {
    padding: 0px 20px 120px;
}

    .g-index-s2 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .g-index-s2 .main-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        text-transform: uppercase;
        font-family: 'Saira Condensed';
        color: #3B1953;
        margin-bottom: 25px;
    }

    .g-index-s2 .view-all-btn {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #8B736A;
        align-content: center;
        margin: 20px auto 0;
        width: fit-content;
    }

.g-index-s3 {
    background: url(/media/g02jh5zb/bg-wall-nc.png);
    background-color: #FFF;
    background-size: auto;
    padding: 75px 20px 106px;
}

    .g-index-s3 .title-contain {
        text-align: center;
    }

    .g-index-s3 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #AC977A;
    }

    .g-index-s3 .main-title {
        color: #AC977A;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .g-index-s3 .hr-80p {
        border-color: #AC977A;
        margin: 15px auto;
    }

    .g-index-s3 .content-section {
        display: flex;
        max-width: 1246px;
        margin: 0 auto;
    }

    .g-index-s3 .image-contain {
        max-width: 50%;
    }

        .g-index-s3 .image-contain img {
            object-fit: cover;
            height: 100%;
        }

    .g-index-s3 .tab-contain {
        width: 50%;
        background-color: #F7F7F4;
        padding: 35px 25px 100px;
    }

    .g-index-s3 .nav-tabs-contain {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .g-index-s3 .nav-tabs {
        justify-content: flex-start;
        padding: 0;
    }

    .g-index-s3 .view-all-btn {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #8B736A;
        align-content: center;
        margin: 20px auto 0;
        width: fit-content;
    }

    .g-index-s3 .tab-content {
        max-width: 424px;
        margin: auto;
    }

    .g-index-s3 .thumbnail-contain {
        margin-bottom: 25px;
    }

    .g-index-s3 .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .g-index-s3 .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .g-index-s3 .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .g-index-s3 .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .g-index-s3 .more-details-btn-contain {
        display: flex;
    }

    .g-index-s3 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }

.g-index-s4 {
    background-image: url(/media/g02jh5zb/bg-wall-nc.png);
    background-color: #B5ABA5;
    background-position-y: 503px;
    background-repeat: repeat-x;
    background-size: 100%;
    padding: 55px 20px 130px;
}

    .g-index-s4 .hr-80p {
        width: 80px;
        border-bottom: 1px solid #FFF;
        margin: 0 auto 55px;
    }

    .g-index-s4 .title-contain {
        text-align: center;
    }

    .g-index-s4 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #FFF;
    }

    .g-index-s4 .main-title {
        color: #FFF;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .g-index-s4 .content-section {
        display: flex;
        max-width: 1246px;
        margin: 0 auto;
    }

    .g-index-s4 .image-contain {
        max-width: 50%;
    }

        .g-index-s4 .image-contain img {
            object-fit: cover;
            height: 100%;
        }

    .g-index-s4 .tab-contain {
        width: 50%;
        background-color: #FFF;
        padding: 35px 25px 60px;
    }

    .g-index-s4 .nav-tabs-contain {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .g-index-s4 .nav-tabs {
        justify-content: flex-start;
        padding: 0;
    }

    .g-index-s4 .view-all-btn {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #8B736A;
        align-content: center;
        margin: 20px auto 0;
        width: fit-content;
    }

    .g-index-s4 .tab-content {
        max-width: 424px;
        margin: auto;
    }

    .g-index-s4 .thumbnail-contain {
        margin-bottom: 25px;
    }

    .g-index-s4 .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .g-index-s4 .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .g-index-s4 .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
    }

    .g-index-s4 .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .g-index-s4 .more-details-btn-contain {
        display: flex;
    }

    .g-index-s4 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }

.g-index-s5 .title {
    font-family: "Saira Condensed";
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: #8B736A;
    margin-bottom: 20px;
}

.g-index-s5 .content {
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 65px;
}

.g-index-s5 {
    position: relative;
}

    .g-index-s5 .image-contain img {
        width: 100%;
        min-height: 362px;
    }

    .g-index-s5 .content-contain {
        background: #FFF;
        max-width: 550px;
        padding: 80px 30px 75px;
        position: absolute;
        right: 5%;
        top: -15%;
    }


.g-hotel-section {
    padding: 60px 20px 120px;
}

.g-hotel-s1 {
    max-width: 1246px;
    margin: 0 auto 125px;
}

    .g-hotel-s1 .title {
        font-family: "Saira Condensed";
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        margin-bottom: 10px;
    }

    .g-hotel-s1 .content {
        color: #666666;
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-bottom: 65px;
    }

    .g-hotel-s1 .introduction-item {
        display: flex;
        margin-bottom: 85px;
    }

        .g-hotel-s1 .introduction-item:nth-child(even) {
            flex-direction: row-reverse;
        }

    .g-hotel-s1 .content-contain {
        width: 50%;
        position: relative;
        z-index: 1;
        background: #FFF;
        margin-top: 10%;
        padding: 45px;
    }

    .g-hotel-s1 .introduction-item:nth-child(even) .image-contain {
        margin-left: unset;
        margin-right: -10%;
    }

    .g-hotel-s1 .image-contain {
        width: 60%;
        margin-left: -10%;
    }

        .g-hotel-s1 .image-contain img {
            width: 100%;
        }

.g-hotel-s2 .introduction-contain {
    max-width: 911px;
    margin: 0 auto;
}

.g-hotel-s2 .title {
    font-family: "Saira Condensed";
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: #8B736A;
    text-align: center;
}

.g-hotel-s2 .content {
    color: #666666;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 65px;
}

.g-hotel-s2 .image {
    background: #FFF;
    margin-bottom: 50px;
}

.g-hotel-tab-item {
    position: relative;
    margin: 0 10px;
}

    .g-hotel-tab-item .content-box {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: white
    }

    .g-hotel-tab-item .thumbnail-box::after {
        content: "";
        display: block;
        background: transparent linear-gradient(180deg, #00000000 0%, #00000050 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
    }

    .g-hotel-tab-item .thumbnail-box img {
        width: 100%;
    }

    .g-hotel-tab-item .location {
        font-size: 0.875rem;
    }

    .g-hotel-tab-item .name {
        font-size: 1.875rem;
        line-height: 2.5rem;
        font-weight: 300;
    }

.g-joinus-section {
    background: #F8F8F8;
    padding: 45px 20px 100px;
}

.g-joinus-s1 {
    max-width: 1049px;
    text-align: center;
    margin: 0 auto 100px;
}

    .g-joinus-s1 .title {
        font-family: "Saira Condensed";
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        margin-bottom: 15px;
    }

    .g-joinus-s1 .content {
        font-size: 1.125rem;
        line-height: 1.875rem;
        color: #666666;
    }

.g-joinus-s2 {
    max-width: 747px;
    margin: 0 auto;
    background: #FFF;
}

    .g-joinus-s2 .g-career-list {
        padding: 50px 45px;
    }

    .g-joinus-s2 .g-career-item:first-child .g-career-btn {
        border-top: 1px solid #e2e2e2;
    }

.g-career-item .g-career-btn {
    width: 100%;
    background: unset;
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

    .g-career-item .g-career-btn::after {
        position: absolute;
        content: "";
        background: url(/media/hcwdq455/icon-left-arrow-gy.svg);
        right: 10px;
        top: 50%;
        width: 12px;
        height: 18px;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }

.g-career-item .career-name {
    color: #666666;
    font-size: 1.125rem;
    line-height: 2.125rem
}

.g-career-item .career-location {
    color: #666666;
}

.g-career-item .title {
    font-family: "Saira Condensed";
    font-size: 3.125rem;
    line-height: 3.75rem;
    color: #8B736A;
    text-align: center;
}

.g-career-item .location {
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.g-career-item .objects-item {
    color: #666666;
    margin-bottom: 35px;
}

.g-sustainability-section {
    background: #F8F8F8;
    padding: 45px 20px 100px;
}

.g-sustainability-s1 {
    max-width: 1049px;
    text-align: center;
    margin: 0 auto 200px;
}

    .g-sustainability-s1 .title {
        font-family: "Saira Condensed";
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        margin-bottom: 15px;
    }

    .g-sustainability-s1 .content {
        font-size: 1.125rem;
        line-height: 1.875rem;
        color: #666666;
    }

.g-sustainability-s2 {
    max-width: 1246px;
    margin: 0 auto;
}

.g-sustainability-list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 2%;
}

.g-sustainability-item {
    width: 32%;
}

    .g-sustainability-item .sub-title {
        color: #B5ABA5;
        font-size: 0.875rem;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .g-sustainability-item .main-title {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        text-align: center;
        max-height: 68px;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
    }

    .g-sustainability-item .content {
        color: #666666;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

.g-news-section {
    padding: 130px 20px 200px;
}

.g-news-s1 {
    max-width: 1246px;
    margin: 0 auto 80px;
}

.g-news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 2%;
}

.g-news-grid-item {
    width: 32%;
}

    .g-news-grid-item .thumbnail {
        margin-bottom: 20px;
    }

    .g-news-grid-item .name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
    }

    .g-news-grid-item .description {
        font-size: 0.875rem;
        color: #222222;
    }

    .g-news-grid-item .date {
        color: #B5ABA5;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

.g-news-s2 {
    max-width: 1246px;
    margin: 0 auto 80px;
}

    .g-news-s2 .g-news-year {
        width: 30%;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #3B1953;
    }

    .g-news-s2 .g-news-list {
        display: flex;
        margin-bottom: 100px;
    }

    .g-news-s2 .g-news-item-contain {
        width: 70%;
    }

    .g-news-s2 .g-news-list-item {
        padding: 15px 0 25px;
        border-bottom: 1px solid #e2e2e2;
    }

        .g-news-s2 .g-news-list-item:first-child {
            border-top: 1px solid #e2e2e2;
        }

        .g-news-s2 .g-news-list-item .date {
            font-size: 0.875rem;
            color: #B5ABA5;
        }

        .g-news-s2 .g-news-list-item .name {
            font-size: 1.125rem;
            line-height: 2.125rem;
            color: #666666;
        }

.g-news-detail-section {
    background: #F8F8F8;
    padding: 50px 20px 150px;
}

.g-news-detail-s1 {
    max-width: 1086px;
    margin: auto auto 30px;
    text-align: center;
}

    .g-news-detail-s1 .date {
        font-size: 0.875rem;
        margin-bottom: 20px;
        color: #3B1953;
    }

    .g-news-detail-s1 .title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #3B1953;
        font-family: 'Saira Condensed';
    }

.g-news-detail-s2 {
    max-width: 1086px;
    margin: auto;
    color: #666666;
    line-height: 2.1875rem;
}

    .g-news-detail-s2 .content-contain {
        margin: 20px auto;
    }

    .g-news-detail-s2 .image-contain img {
        width: 100%;
    }

.g-contactus-section {
    background: #F8F8F8;
    padding: 55px 20px 80px;
}

.g-contactus-s1 {
    max-width: 1246px;
    margin: 0 auto 120px;
    display: flex;
}

    .g-contactus-s1 .title-contain {
        width: 30%;
    }

        .g-contactus-s1 .title-contain .title {
            font-size: 3.125rem;
            line-height: 3.75rem;
            font-family: 'Saira Condensed';
            color: #3B1953;
            max-width: 250px;
        }

    .g-contactus-s1 .content-contain {
        width: 70%;
    }

    .g-contactus-s1 .contactus-detail-list {
        display: flex;
        flex-wrap: wrap;
    }

    .g-contactus-s1 .contactus-detail-item.full-width {
        width: 100%;
    }

        .g-contactus-s1 .contactus-detail-item.full-width .data-contain {
            max-width: unset;
        }

    .g-contactus-s1 .contactus-detail-item {
        margin-bottom: 60px;
        width: 50%;
    }

        .g-contactus-s1 .contactus-detail-item .data-contain {
            max-width: 320px;
        }

        .g-contactus-s1 .contactus-detail-item .name {
            text-transform: uppercase;
            font-size: 1.5rem;
            line-height: 1.75rem;
            color: #3B1953;
        }

        .g-contactus-s1 .contactus-detail-item .location {
            text-transform: uppercase;
            font-size: 1.5rem;
            line-height: 1.75rem;
            color: #3B1953;
            margin-bottom: 10px;
        }

        .g-contactus-s1 .contactus-detail-item .address {
            color: #222222;
            margin-bottom: 10px
        }

        .g-contactus-s1 .contactus-detail-item .phone {
            color: #222222;
            margin-bottom: 5px;
        }

        .g-contactus-s1 .contactus-detail-item .fax {
            color: #222222;
            margin-bottom: 5px;
        }

        .g-contactus-s1 .contactus-detail-item .postalcode {
            color: #222222;
            margin-bottom: 5px;
        }

        .g-contactus-s1 .contactus-detail-item .email {
            color: #222222;
            margin-bottom: 10px;
        }

.g-contactus-s2 {
    max-width: 1246px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 2px solid #e2e2e2;
}

    .g-contactus-s2 .contactus-collapse-item .item-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #8B736A;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .g-contactus-s2 .contactus-collapse-item .item-title[aria-expanded="true"]::after {
            color: #666666;
            content: "-";
            font-weight: bold;
            font-size: 1.875rem;
        }

        .g-contactus-s2 .contactus-collapse-item .item-title[aria-expanded="false"]::after {
            color: #666666;
            content: "+";
            font-weight: bold;
            font-size: 1.875rem;
        }

    .g-contactus-s2 .contactus-collapse-item .contactus-collapse-content {
        color: #666666;
        font-size: 1.125rem;
        line-height: 2.1875rem;
    }

    .g-contactus-s2 .contact-form {
        width: 70%;
        margin-left: auto;
        margin-top: 50px;
        color: #888888;
    }

        .g-contactus-s2 .contact-form label {
            color: #393939;
        }


.g-offer-section {
    background: #F8F8F8;
    padding: 90px 20px 100px;
}

    .g-offer-section .latest-offer-section {
        background: #F8F8F8;
        padding: 0 0 70px;
    }

    .g-offer-section .offer-list-filter {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    .g-offer-section .offer-list-filter-group {
        padding: 20px 25px;
        background: #FFF;
        width: 290px;
    }

    .g-offer-section .offer-list-filter-select {
        border: 0;
        outline: 0;
        width: 100%
    }

    .g-offer-section .g-offer-list-contain {
        max-width: 1246px;
        margin: 0 auto;
    }

    .g-offer-section .g-offer-list {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 2%;
        margin-bottom: 30px;
    }

    .g-offer-section .g-offer-item {
        width: 32%;
    }

    .g-offer-section .thumbnail-contain {
        margin-bottom: 25px;
    }

    .g-offer-section .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .g-offer-section .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .g-offer-section .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
    }

    .g-offer-section .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .g-offer-section .more-details-btn-contain {
        display: flex;
    }

    .g-offer-section .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }

.h-index-s1 {
    display: flex;
    padding: 60px 0px 45px;
}

    .h-index-s1 .image-contain {
        width: 55%;
        position: relative;
        z-index: 1;
    }

        .h-index-s1 .image-contain img {
            width: 100%;
        }

    .h-index-s1 .content-contain {
        width: 55%;
        margin-left: -6%;
    }


    .h-index-s1 .sub-title {
        margin-left: 15%;
        color: #8B736A;
        font-size: 0.875rem;
        margin-bottom: 25px;
    }

    .h-index-s1 .main-title {
        margin-left: 15%;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #8B736A;
        margin-bottom: 25px;
    }

    .h-index-s1 .content {
        background: #F5F5F5;
        padding: 0px 30px 130px 15%;
        line-height: 2.1875rem;
        color: #666666;
        display: flex;
        flex-direction: column;
    }

    .h-index-s1 .map-link {
        display: flex;
        font-weight: 400;
        margin-top: 40px;
    }

        .h-index-s1 .map-link a {
            text-decoration: underline;
            color: #3B1953;
            padding: 0px 10px;
        }

            .h-index-s1 .map-link a:not(:last-child) {
                border-right: 1px solid #000;
            }

.h-index-s2 {
    background: #F5F5F5;
    padding: 55px 20px 105px;
}

    .h-index-s2 .title-contain {
        max-width: 1246px;
        margin: 0 auto;
    }

    .h-index-s2 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .h-index-s2 .main-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        text-transform: uppercase;
        font-family: 'Saira Condensed';
        color: #3B1953;
        margin-bottom: 25px;
    }


    .h-index-s2 .nav-tabs-contain {
        max-width: 1246px;
        margin: 0 auto;
    }

    .h-index-s2 .nav-tabs {
        justify-content: flex-start;
        padding: 0 0 30px;
    }

    .h-index-s2 .nav-link {
        margin: 0 40px 0 0;
    }


    .h-index-s2 .thumbnail {
        width: 70%;
        position: relative;
    }

        .h-index-s2 .thumbnail img {
            width: 100%;
        }

    .h-index-s2 .content {
        width: 30%;
        padding: 60px 15px 85px 25px;
        background: #FFF;
        display: flex;
        flex-direction: column;
    }

    .h-index-s2 .h-index-room-object {
        display: flex;
        max-width: 1036px;
        margin: 0 auto;
    }

    .h-index-s2 .detail-obj {
        display: flex;
        margin-bottom: 30px;
        color: #707070;
    }

        .h-index-s2 .detail-obj img {
            width: 26px;
            margin-right: 10px;
        }

    .h-index-s2 .name {
        font-size: 1.5rem;
        line-height: 2.125rem;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .h-index-s2 .direction-contain {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.h-index-s3 {
    position: relative;
    margin-bottom: 230px;
}

    .h-index-s3 .image-contain img {
        width: 100%;
    }

    .h-index-s3 .content-section {
        position: relative;
        max-width: 1246px;
        margin: 0 auto;
    }

    .h-index-s3 .content-contain {
        max-width: 562px;
        padding: 60px 45px 70px;
        background: #E6DFC6;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(130px);
    }

    .h-index-s3 .title {
        color: #3B1953;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 75px;
    }

    .h-index-s3 .content-obj {
        margin-bottom: 25px;
    }

    .h-index-s3 .name {
        color: #1F1F1D;
        font-size: 1.25rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .h-index-s3 .description {
        color: #1F1F1D;
        font-size: 0.875rem;
        line-height: 1.5rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .h-index-s3 .common-direction-btn-contain {
        margin-top: 70px;
    }

.h-index-s4 {
    max-width: 1246px;
    margin: 80px auto 130px;
    padding: 0 20px;
}

    .h-index-s4 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .h-index-s4 .main-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        text-transform: uppercase;
        font-family: 'Saira Condensed';
        color: #3B1953;
        margin-bottom: 25px;
    }


    .h-index-s4 .common-direction-btn-contain {
        margin: 60px auto 0;
        justify-content: center;
    }

    .h-index-s4 .list-title {
        color: #8B736A;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 44px;
        text-align: center;
    }

    .h-index-s4 .facilities-list {
        display: flex;
        flex-wrap: wrap;
        gap: 55px 2%;
    }

    .h-index-s4 .facilities-item {
        width: 32%;
    }

        .h-index-s4 .facilities-item .facilities-item-obj {
            background: unset;
            text-align: left;
        }

        .h-index-s4 .facilities-item .thumbnail {
            position: relative;
            margin-bottom: 10px;
        }

        .h-index-s4 .facilities-item .name {
            color: #3B1953;
            font-size: 1.5rem;
            line-height: 2.125rem;
        }

        .h-index-s4 .facilities-item .location {
            color: #222222;
            font-size: 0.875rem;
        }

.h-index-s5 {
    background: url(/media/g02jh5zb/bg-wall-nc.png);
    background-color: #FFF;
    background-size: auto;
    padding: 75px 20px 106px;
}

    .h-index-s5 .title-contain {
        text-align: center;
    }

    .h-index-s5 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #AC977A;
    }

    .h-index-s5 .main-title {
        color: #AC977A;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .h-index-s5 .hr-80p {
        border-color: #AC977A;
        margin: 15px auto;
    }

    .h-index-s5 .content-section {
        display: flex;
        max-width: 1246px;
        margin: 0 auto;
    }

    .h-index-s5 .image-contain {
        max-width: 50%;
    }

        .h-index-s5 .image-contain img {
            object-fit: cover;
            height: 100%;
        }

    .h-index-s5 .tab-contain {
        width: 50%;
        background-color: #F7F7F4;
        padding: 35px 25px 100px;
    }

    .h-index-s5 .nav-tabs-contain {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .h-index-s5 .nav-tabs {
        justify-content: flex-start;
        padding: 0;
    }

    .h-index-s5 .view-all-btn {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #8B736A;
        align-content: center;
        margin: 20px auto 0;
        width: fit-content;
    }

    .h-index-s5 .tab-content {
        max-width: 424px;
        margin: auto;
    }

    .h-index-s5 .thumbnail-contain {
        margin-bottom: 25px;
    }

    .h-index-s5 .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .h-index-s5 .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .h-index-s5 .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .h-index-s5 .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .h-index-s5 .more-details-btn-contain {
        display: flex;
    }

    .h-index-s5 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }

.h-index-s6 {
    padding: 55px 20px 130px;
    background: url(/media/g02jh5zb/bg-wall-nc.png);
    background-size: auto;
    background-color: #eee6cc;
}

    .h-index-s6 .title-contain {
        text-align: center;
    }

    .h-index-s6 .sub-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #3B1953;
    }

    .h-index-s6 .main-title {
        color: #3B1953;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .h-index-s6 .content-section {
        display: flex;
        max-width: 1246px;
        margin: 0 auto;
    }

    .h-index-s6 .image-contain {
        max-width: 50%;
    }

        .h-index-s6 .image-contain img {
            object-fit: cover;
            height: 100%;
        }

    .h-index-s6 .tab-contain {
        width: 50%;
        background-color: #FFF;
        padding: 35px 25px 60px;
    }

    .h-index-s6 .nav-tabs-contain {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .h-index-s6 .nav-tabs {
        justify-content: flex-start;
        padding: 0;
    }

    .h-index-s6 .view-all-btn {
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #8B736A;
        align-content: center;
        margin: 20px auto 0;
        width: fit-content;
    }

    .h-index-s6 .tab-content {
        max-width: 424px;
        margin: auto;
    }

    .h-index-s6 .thumbnail-contain {
        margin-bottom: 25px;
    }

    .h-index-s6 .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .h-index-s6 .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .h-index-s6 .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
    }

    .h-index-s6 .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .h-index-s6 .more-details-btn-contain {
        display: flex;
    }

    .h-index-s6 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }

.h-index-s7 .map-image {
    max-width: 1034px;
    margin: 70px auto 0px;
    overflow: hidden;
    padding-bottom: 56.25%; /* This controls the aspect ratio (e.g., 16:9) */
    position: relative;
    height: 0;
}

    .h-index-s7 .map-image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.h-contactus-s1 {
    background: #F8F8F8;
    padding: 60px 20px 120px;
}

    .h-contactus-s1 .list-title {
        color: #8B736A;
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        margin-bottom: 44px;
        text-align: center;
    }

.h-contactus-s2 {
    padding: 100px 20px;
}

    .h-contactus-s2 .map-image {
        margin: 0 auto;
        max-width: 1034px;
    }

.h-facilities-section {
    background: #F8F8F8;
    padding: 80px 20px 110px;
}

.h-facilities-s1 {
    max-width: 1246px;
    margin: 0 auto 130px;
}

.h-facilities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 2%;
}

.h-facilities-item {
    width: 32%;
}

    .h-facilities-item .facilities-item-btn {
        background: unset;
        text-align: left;
    }

        .h-facilities-item .facilities-item-btn .thumbnail {
            position: relative;
            margin-bottom: 10px;
        }

        .h-facilities-item .facilities-item-btn .name {
            color: #3B1953;
            font-size: 1.5rem;
            line-height: 2.125rem;
        }

        .h-facilities-item .facilities-item-btn .location {
            color: #222222;
            font-size: 0.875rem;
        }


.facilities-item-modal .name {
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: center;
    font-family: 'Saira Condensed';
    color: #8B736A;
    margin-bottom: 30px;
}

.facilities-item-modal .title {
    text-transform: uppercase;
    color: #3B1953;
}

.facilities-item-modal .content {
    font-size: 1.125rem;
    color: #666666;
}

.facilities-item-modal .content-section {
    display: flex;
    gap: 4%;
}

.facilities-item-modal .image-contain {
    width: 48%;
}

    .facilities-item-modal .image-contain img {
        width: 100%;
    }

.facilities-item-modal .content-contain {
    width: 48%;
    display: flex;
    flex-direction: column;
}


.facilities-item-modal .btn-close {
    position: absolute;
}

.facilities-item-modal .location-hours {
    display: flex;
    margin-bottom: 20px;
}

    .facilities-item-modal .location-hours img {
        max-width: 22px;
        margin-right: 10px;
    }

.facilities-item-modal .location-contain {
    width: 50%;
    display: flex;
}

.facilities-item-modal .hours-contain {
    width: 50%;
    display: flex;
}


.facilities-item-modal .description {
    line-height: 2.1875rem;
    color: #666666;
}

.facilities-item-modal .direction-btn-contain {
    display: flex;
    margin-top: auto;
}

.facilities-item-modal .direction-btn {
    background: #8B736A;
    padding: 6px 20px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.h-meeting-section {
    background: #F8F8F8;
    padding: 40px 20px 200px;
}

.h-meeting-s1 {
    margin: 0 auto 110px;
    max-width: 911px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #666666;
}

.h-meeting-room-list {
    max-width: 1246px;
    margin: 0 auto;
}

.h-meeting-room-item {
    display: flex;
    column-gap: 2%;
    margin-bottom: 122px;
}

    .h-meeting-room-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .h-meeting-room-item .image-contain {
        width: 55%;
    }

        .h-meeting-room-item .image-contain img {
            width: 100%;
        }

    .h-meeting-room-item .content-contain {
        width: 43%;
        display: flex;
        flex-direction: column;
    }

    .h-meeting-room-item .name {
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #3B1953;
        margin-bottom: 30px;
    }

    .h-meeting-room-item .location {
        display: flex;
        margin-bottom: 30px;
    }

    .h-meeting-room-item .icon-image {
        margin-right: 15px;
    }

    .h-meeting-room-item .location .title {
        text-transform: uppercase;
        color: #3B1953;
    }

    .h-meeting-room-item .location .content {
        font-size: 1.125rem;
        color: #666666;
    }

    .h-meeting-room-item .description {
        line-height: 1.875rem;
        color: #666666;
    }

    .h-meeting-room-item .enqury-contain {
        display: flex;
        margin: auto 0 70px;
        align-items: center;
    }

        .h-meeting-room-item .enqury-contain .title {
            color: #1F1F1D;
            font-size: 1.25rem;
            line-height: 1.875rem;
            margin-right: 20px;
        }

        .h-meeting-room-item .enqury-contain .contact {
            color: #666666;
            line-height: 1.875rem;
        }

.h-offer-section {
    background: #F8F8F8;
    padding: 50px 20px 80px;
}

    .h-offer-section .latest-offer-section {
        padding-top: 0;
        padding-bottom: 120px;
        background: unset;
    }

    .h-offer-section .h-offer-list {
        max-width: 1246px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 50px 2%;
    }

    .h-offer-section .h-offer-item {
        width: 32%;
    }

    .h-offer-section .thumbnail-contain {
        margin-bottom: 25px;
    }

    .h-offer-section .content-contain {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
    }

    .h-offer-section .category {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .h-offer-section .offer-name {
        color: #3B1953;
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-bottom: 10px;
    }

    .h-offer-section .description {
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .h-offer-section .more-details-btn-contain {
        display: flex;
    }

    .h-offer-section .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
    }


.h-offer-d-section {
    background: #F8F8F8;
    padding: 50px 20px 138px;
}

.h-offer-d-s1 {
    max-width: 1034px;
    margin: 0 auto;
    text-align: center;
}

    .h-offer-d-s1 .hotel-name {
        font-size: 0.875rem;
        color: #3B1953;
        text-transform: uppercase;
    }

    .h-offer-d-s1 .category {
        font-size: 0.875rem;
        color: #3B1953;
        text-transform: uppercase;
    }

    .h-offer-d-s1 .offer-name {
        font-size: 03.125rem;
        line-height: 3.75rem;
        color: #3B1953;
        text-transform: uppercase;
        font-family: 'Saira Condensed';
        margin-bottom: 25px;
    }

    .h-offer-d-s1 .image {
        margin-bottom: 50px;
    }

.h-offer-d-s2 {
    max-width: 1034px;
    margin: 0 auto 55px;
    display: flex;
}

    .h-offer-d-s2 .content-contain {
        max-width: 772px;
        color: #666666;
        line-height: 2.1875rem;
    }

    .h-offer-d-s2 .enquiry-contain {
        margin-left: auto;
    }

    .h-offer-d-s2 .title {
        font-size: 03.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        font-family: 'Saira Condensed';
        margin-bottom: 20px;
    }

    .h-offer-d-s2 .number {
        font-size: 1.125rem;
        color: #666666;
        text-decoration: underline;
        margin-bottom: 36px;
    }

    .h-offer-d-s2 .email {
        font-size: 1.125rem;
        color: #666666;
        text-decoration: underline;
        margin-bottom: 46px;
    }

    .h-offer-d-s2 .enquiry-btn {
        background: #80674F;
        padding: 8px 50px;
        text-align: center;
        color: #FFFFFF;
        font-size: 1.25rem;
        text-transform: uppercase;
    }

.g-hotel-s3 .nav-tabs {
    border: unset;
    justify-content: left;
    padding: 0 10px 65px;
}

.g-index-s2 .nav-tabs {
    border: unset;
    justify-content: left;
    padding: 0 10px;
    margin-bottom: 65px;
}

.nav-tabs {
    border: unset;
    justify-content: center;
    padding: 0 20px 65px;
}

    .nav-tabs .nav-link {
        text-transform: uppercase;
        font-size: 1.125rem;
        color: #8B736A;
        border: 0 !important;
        padding: 8px 0;
        margin: 0 10px;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #8B736A;
            background: unset;
        }

.tab-content.h-rest-s2 {
    padding: 0px 20px 70px;
}

.g-rest-section {
    background: #F8F8F8;
    padding: 30px 20px 80px;
}

.g-rest-s1 {
    padding: 0 20px 80px;
}

    .g-rest-s1 .text-content {
        max-width: 911px;
        margin: auto;
        font-size: 1.125rem;
        line-height: 1.875rem;
        color: #666666;
        text-align: center;
    }


.g-statement-section {
    background: #F8F8F8;
    padding: 50px 20px 150px;
}

.g-statement-s1 {
    max-width: 1086px;
    margin: auto;
    color: #666666;
    line-height: 2.1875rem;
}

.h-room-section {
    background: #F8F8F8;
}

    .h-room-section .latest-offer-section {
        background: unset;
    }

.h-room-list-section {
    padding: 110px 20px 160px;
}

.h-room-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-between;
    max-width: 1246px;
    margin: 0 auto;
}

.h-room-item {
    width: 49%;
}

    .h-room-item .thumbnail {
        position: relative;
    }

        .h-room-item .thumbnail img {
            width: 100%;
        }

    .h-room-item .content {
        background: #FFF;
        box-shadow: 0px 3px 6px #00000029;
        padding: 25px 25px 45px;
    }

    .h-room-item .name {
        color: #3B1953;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .h-room-item .direction-contain {
        display: flex;
        gap: 30px;
    }

    .h-room-item .direction-btn-contain {
        display: flex;
    }

    .h-room-item .direction-btn {
        padding: 12px 25px;
        border: 1px solid;
    }

    .h-room-item .detail-contain {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0px;
        margin-bottom: 25px;
        color: #666666;
    }

        .h-room-item .detail-contain img {
            margin-right: 15px;
        }

        .h-room-item .detail-contain > div:not(:nth-child(3)) {
            width: 50%;
        }



.latest-offer-section {
    background: #fff;
    padding: 90px 20px 70px;
}

    .latest-offer-section .latest-offer-contain {
        max-width: 1034px;
        margin: auto;
    }

    .latest-offer-section .sub-title {
        font-size: 0.875rem;
        color: #3B1953;
        text-transform: uppercase;
    }

    .latest-offer-section .main-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #3B1953;
    }

    .latest-offer-section .title-contain {
        text-align: center;
        margin-bottom: 50px;
    }

    .latest-offer-section .offer-contain {
        display: flex;
        gap: 25px;
    }

    .latest-offer-section .thumbnail-box {
        width: 50%;
    }

    .latest-offer-section .content-box {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .latest-offer-section .content {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
        margin-bottom: 50px;
    }

    .latest-offer-section .category {
        color: #B5ABA5;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .latest-offer-section .name {
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #3B1953;
        margin-bottom: 30px;
    }

    .latest-offer-section .description {
        line-height: 2.25rem;
        color: #222222;
    }

    .latest-offer-section .more-details-btn-contain {
        display: flex;
    }

    .latest-offer-section .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
        margin-left: 25px;
    }

    .latest-offer-section .view-all-btn {
        color: #8B736A;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: flex;
        margin-top: auto;
    }

.h-rest-section {
    background: #F8F8F8;
}

.h-rest-s2 {
    padding: 90px 20px 70px;
}

    .h-rest-s2 .h-rest-s2-list {
        max-width: 1034px;
        margin: auto;
    }

    .h-rest-s2 .h-rest-s2-item {
        display: flex;
        gap: 25px;
        margin-bottom: 100px;
    }

        .h-rest-s2 .h-rest-s2-item:nth-child(even) {
            flex-direction: row-reverse;
        }

    .h-rest-s2 .thumbnail-box {
        width: 50%;
    }

    .h-rest-s2 .content-box {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .h-rest-s2 .content {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
        margin-bottom: 50px;
    }

    .h-rest-s2 .hotel-name {
        font-size: 0.875rem;
        color: #B5ABA5;
        text-transform: uppercase;
    }

    .h-rest-s2 .name {
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #3B1953;
        text-transform: uppercase;
    }

    .h-rest-s2 .location {
        color: #222222;
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .h-rest-s2 .description {
        color: #222222;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .h-rest-s2 .more-details-btn-contain {
        display: flex;
    }

    .h-rest-s2 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
        margin-top: 15px;
    }

.h-rest-d-section {
    background: #F8F8F8;
}

.h-rest-d-s1 {
    display: flex;
    flex-direction: column;
    margin: 0px auto 60px;
    padding: 0 20px;
    max-width: 1366px;
}

    .h-rest-d-s1 .logo {
        max-width: 266px;
        margin: 40px auto 30px;
    }

        .h-rest-d-s1 .logo img {
            width: 100%;
        }

    .h-rest-d-s1 .title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #8B736A;
        margin-bottom: 30px;
        text-align: center;
    }

    .h-rest-d-s1 .main-details {
        display: flex;
        margin: 0 auto;
    }

    .h-rest-d-s1 .thumbnail {
        position: relative;
        z-index: 1;
        max-width: 610px;
    }

    .h-rest-d-s1 .details-contain {
        max-width: 639px;
    }

    .h-rest-d-s1 .description {
        background: #FFF;
        padding: 54px 44px 47px 104px;
        margin-left: -50px;
        line-height: 2.1875rem;
        color: #666666;
    }

    .h-rest-d-s1 .location-hours {
        display: flex;
        margin-left: 50px;
        margin-bottom: 44px;
    }

    .h-rest-d-s1 .location-contain {
        width: 50%;
        display: flex;
        align-items: start;
    }

    .h-rest-d-s1 .hours-contain {
        width: 50%;
        display: flex;
        align-items: start;
    }

    .h-rest-d-s1 .details-contain img {
        width: 22px;
        margin-right: 5px;
    }

.h-rest-d-s2 {
    text-align: center;
    max-width: 1366px;
    margin: auto auto 100px;
    padding: 0 20px;
}

    .h-rest-d-s2 .title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #8B736A;
        margin-bottom: 20px;
    }

    .h-rest-d-s2 .contact {
        font-size: 1.125rem;
        line-height: 1.625rem;
        color: #666666;
        text-decoration: underline;
        margin-bottom: 45px;
    }

    .h-rest-d-s2 .phone {
        margin-bottom: 30px;
    }

    .h-rest-d-s2 .direction {
        display: flex;
        justify-content: center;
    }

        .h-rest-d-s2 .direction a {
            padding: 8px 30px;
            background: #80674F;
            color: #FFF;
            text-transform: uppercase;
            font-size: 1.25rem;
        }

.h-rest-d-s3 {
    padding: 0 20px;
}

    .h-rest-d-s3 .menu-contain {
        max-width: 728px;
        padding: 34px 37px 58px 52px;
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        margin: auto auto 100px;
    }

    .h-rest-d-s3 .icon-image {
        width: 10%;
        text-align: center;
    }

    .h-rest-d-s3 .menu-list {
        width: 90%;
    }

    .h-rest-d-s3 .menu-item-head {
        text-transform: uppercase;
        padding: 25px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    .h-rest-d-s3 .menu-item {
        padding: 25px 0px;
        border-bottom: 1px solid #e2e2e2;
    }


    .h-rest-d-s3 .menu-item-title {
        color: #666666;
        font-size: 1.125rem;
        line-height: 2.1875rem;
        text-transform: uppercase;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .h-rest-d-s3 .menu-item-title[aria-expanded="true"]::after {
            content: "-";
            font-weight: bold;
            font-size: 1.875rem;
        }

        .h-rest-d-s3 .menu-item-title[aria-expanded="false"]::after {
            content: "+";
            font-weight: bold;
            font-size: 1.875rem;
        }


    .h-rest-d-s3 .menu-item-content {
        color: #666666;
        line-height: 2.1875rem;
        padding: 30px 30px 15px 25px;
    }

    .h-rest-d-s3 .menu-file {
        color: #3B1953;
        text-decoration: underline;
        font-size: 0.875rem;
        margin-bottom: 30px;
    }

.h-rest-d-s4 {
    background: #fff;
    padding: 90px 20px 70px;
}

    .h-rest-d-s4 .h-rest-d-s4-contain {
        max-width: 1366px;
        margin: auto;
    }

    .h-rest-d-s4 .sub-title {
        font-size: 0.875rem;
        color: #3B1953;
        text-transform: uppercase;
    }

    .h-rest-d-s4 .main-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        font-family: 'Saira Condensed';
        color: #3B1953;
    }

    .h-rest-d-s4 .title-contain {
        text-align: center;
        margin-bottom: 50px;
    }

    .h-rest-d-s4 .offer-contain {
        display: flex;
        gap: 25px;
    }

    .h-rest-d-s4 .thumbnail-box {
        width: 50%;
    }

    .h-rest-d-s4 .content-box {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .h-rest-d-s4 .content {
        padding-left: 20px;
        border-left: 5px solid #8B736A;
        margin-bottom: 50px;
    }

    .h-rest-d-s4 .category {
        color: #B5ABA5;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .h-rest-d-s4 .name {
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #3B1953;
    }

    .h-rest-d-s4 .description {
        line-height: 2.25rem;
        color: #222222;
    }

    .h-rest-d-s4 .more-details-btn {
        border: 1px solid;
        padding: 6px 20px;
        width: fit-content;
        margin-left: 25px;
    }

    .h-rest-d-s4 .view-all-btn {
        color: #8B736A;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: flex;
        margin-top: auto;
    }

.h-room-d-section {
    background: #F8F8F8;
}

.h-room-d-s1 {
    padding: 20px 20px 70px;
    overflow: hidden;
    position: relative;
}

    .h-room-d-s1 .room-name {
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        font-family: 'Saira Condensed';
        text-align: center;
        margin-top: 35px;
    }

    .h-room-d-s1 .introduction-section {
        max-width: 920px;
        padding: 38px 47px 41px;
        background: #FFF;
        position: absolute;
        bottom: 15%;
        right: 50px;
    }

    .h-room-d-s1 .introduction {
        line-height: 2.1875rem;
        color: #666666;
    }

    .h-room-d-s1 .direction-btn-contain {
        display: flex;
        margin-top: 36px;
    }

    .h-room-d-s1 .direction-btn {
        background: #8B736A;
        padding: 6px 20px;
        color: #FFF;
        display: flex;
        align-items: center;
    }

        .h-room-d-s1 .direction-btn img {
            margin-right: 9px;
        }

.h-room-d-s2 {
    padding: 0px 20px 40px;
}

    .h-room-d-s2 .content-contain {
        padding: 35px 30px;
        background: #FFF;
        max-width: 1086px;
        margin: auto;
        display: flex;
    }

    .h-room-d-s2 .object-item {
        width: 33.33%;
        display: flex;
    }

        .h-room-d-s2 .object-item .content {
            font-size: 1.125rem;
            color: #666666;
        }

        .h-room-d-s2 .object-item .title {
            margin-bottom: 5px;
            color: #3B1953;
            text-transform: uppercase;
        }

        .h-room-d-s2 .object-item .icon-image {
            min-width: 22px;
            margin-right: 16px;
        }

.h-room-d-s3 {
    padding: 65px 20px 105px;
}

    .h-room-d-s3 .room-facilities-list-section {
        margin: auto;
        max-width: 660px;
    }

.room-facilities-list {
    height: 250px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.translucent-box {
    height: 80px;
    background: transparent linear-gradient(180deg, #F8F8F800 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 170px;
    width: 100%;
}

.room-facilitites-obj {
    display: flex;
}

    .room-facilitites-obj .icon-contain {
        margin-right: 20px;
    }

    .room-facilitites-obj .title {
        color: #3B1953;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .room-facilitites-obj .content {
        font-size: 1.125rem;
        line-height: 2.1875rem;
        color: #666666;
    }

.room-facilities-list-section .common-direction-btn-contain {
    justify-content: center;
}

.room-facilities-list-section .common-direction-btn {
    background: #FFF;
    text-transform: uppercase;
}

.room-facilities-list-section .modal-body {
    padding: 20px 50px 75px;
}

.room-facilities-list-section .model-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-family: 'Saira Condensed';
    color: #8B736A;
    margin-bottom: 50px;
    text-align: center;
}

.modal-dialog {
    margin-bottom: 150px;
}

.modal-close-btn {
    position: absolute;
    background-color: unset;
    bottom: -65px;
    left: 50%;
    text-transform: uppercase;
    color: #FFF;
    transform: translateX(-50%);
}

.h-room-d-s4 {
    padding: 0px 20px 105px;
}

    .h-room-d-s4 .content-contain {
        max-width: 840px;
        margin: auto;
        text-align: center;
    }

    .h-room-d-s4 .title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        font-family: 'Saira Condensed';
        text-align: center;
        margin-bottom: 25px;
    }

    .h-room-d-s4 .content {
        line-height: 2.1875rem;
        color: #666666;
        margin-bottom: 30px;
    }

    .h-room-d-s4 .direction-btn {
        background: #80674F;
        text-transform: uppercase;
        padding: 10px 100px;
        color: #FFF;
        font-size: 1.25rem;
    }

    .h-room-d-s4 .direction-btn-contain {
        display: flex;
        justify-content: center;
    }

.h-inquiry-s1 {
    padding: 20px 20px 25px;
}

    .h-inquiry-s1 .content-contain {
        max-width: 840px;
        margin: auto;
        text-align: center;
    }

    .h-inquiry-s1 .title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        font-family: 'Saira Condensed';
        text-align: center;
        margin-bottom: 25px;
    }

    .h-inquiry-s1 .content {
        line-height: 2.1875rem;
        color: #666666;
        margin-bottom: 95px;
    }

    .h-inquiry-s1 .custom-hr {
        border-bottom: 2px solid #E2E2E2;
        max-width: 1246px;
        margin: auto;
    }

.h-inquiry-s2 {
    padding: 20px 20px 300px;
}

    .h-inquiry-s2 .inquiry-form {
        max-width: 1246px;
        margin: 0 auto;
        color: #393939;
        font-size: 1.125rem;
        line-height: 2.1875rem;
    }

    .h-inquiry-s2 .title-contain {
        width: 30%;
        font-size: 3.125rem;
        line-height: 3.75rem;
        color: #8B736A;
        font-family: 'Saira Condensed';
    }

    .h-inquiry-s2 .title {
        margin-right: 30px;
    }

    .h-inquiry-s2 .content-contain {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #393939;
    }

    .h-inquiry-s2 .form-contain {
        width: 70%;
    }

    .h-inquiry-s2 .room-info {
        display: flex;
        margin-bottom: 30px;
    }

    .h-inquiry-s2 .personal-info {
        display: flex;
        margin-bottom: 30px;
    }

    .h-inquiry-s2 .notice {
        width: 70%;
        margin-left: auto;
        margin-bottom: 45px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #393939;
    }

    .h-inquiry-s2 .booking-view-option {
        max-width: calc(740px - 34px);
        width: 100%;
    }



@media screen and (min-width:1180px) {
    .g-index-s2 .g-hotel-tab-contain {
        position: relative;
    }

    .g-index-s2 .nav-tabs {
        width: calc(100% - 122px);
    }

    .g-index-s2 .view-all-btn {
        position: absolute;
        padding: 8px 10px;
        top: 0;
        right: 10px;
        background: #FFF;
        margin: 0;
    }

    .g-index-s3 .tab-contain {
        position: relative;
    }

    .g-index-s3 .nav-tabs {
        width: calc(100% - 122px);
    }

    .g-index-s3 .view-all-btn {
        position: absolute;
        padding: 8px 10px;
        top: 35px;
        right: 25px;
        background: #F7F7F4;
        margin: 0;
    }

    .g-index-s4 .tab-contain {
        position: relative;
    }

    .g-index-s4 .nav-tabs {
        width: calc(100% - 122px);
    }

    .g-index-s4 .view-all-btn {
        position: absolute;
        padding: 8px 10px;
        top: 35px;
        right: 25px;
        background: #FFF;
        margin: 0;
    }

    .h-index-s5 .tab-contain {
        position: relative;
    }

    .h-index-s5 .view-all-btn {
        position: absolute;
        padding: 8px 10px;
        top: 35px;
        right: 25px;
        background: #F7F7F4;
        margin: 0;
    }

    .h-index-s6 .tab-contain {
        position: relative;
    }

    .h-index-s6 .view-all-btn {
        position: absolute;
        padding: 8px 10px;
        top: 35px;
        right: 25px;
        background: #FFF;
        margin: 0;
    }
}

@media screen and (max-width:1179px) {
    .booking-function {
        flex-direction: column;
    }

    .g-index-s2 .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .g-index-s3 .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .g-index-s4 .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .g-index-s3 .image-contain {
        display: none;
    }

    .g-index-s3 .tab-contain {
        width: 100%;
    }

    .g-index-s4 {
        background-size: cover;
        background-repeat: no-repeat;
    }

        .g-index-s4 .nav-tabs-contain {
            flex-direction: column;
        }

        .g-index-s4 .nav-tabs {
            overflow-x: auto;
            flex-wrap: nowrap;
            padding-bottom: 10px;
        }

        .g-index-s4 .view-all-btn {
            margin: 20px auto 0px;
        }

        .g-index-s4 .image-contain {
            display: none;
        }

        .g-index-s4 .tab-contain {
            width: 100%;
        }

    .g-index-s5 {
        overflow: hidden;
    }

        .g-index-s5 .content-contain {
            position: unset;
            max-width: 100%;
        }

        .g-index-s5 .image-contain {
            width: max-content;
        }


    .g-offer-section .offer-list-filter {
        flex-wrap: wrap;
    }

    .g-offer-section .offer-list-filter-group {
        width: 100%;
    }

    .g-offer-section .g-offer-item {
        width: 50%;
    }

    .g-offer-section .thumbnail-contain img {
        width: 100%;
    }



    .h-offer-d-s2 .content-contain {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
    }

    .h-offer-d-s2 {
        flex-direction: column;
    }

        .h-offer-d-s2 .enquiry-contain {
            margin-left: unset;
        }

    .booking-function-section .booking-function > div {
        width: 100%;
        padding: 12px 0px;
    }

    .booking-function-section .booking-function .submit-btn {
        width: 100%;
    }

    .g-sustainability-item {
        width: 100%;
    }

    .g-news-grid-item {
        width: 50%;
    }

        .g-news-grid-item .thumbnail img {
            width: 100%;
        }

    .g-contactus-s1 {
        flex-wrap: wrap;
    }

        .g-contactus-s1 .title-contain {
            width: 100%;
            margin-bottom: 20px;
        }

        .g-contactus-s1 .content-contain {
            width: 100%;
        }

        .g-contactus-s1 .contactus-detail-item {
            width: 100%;
        }

            .g-contactus-s1 .contactus-detail-item .data-contain {
                max-width: unset;
            }

    .g-contactus-s2 .contact-form {
        width: 100%;
        margin: 50px auto auto;
    }

    .h-index-s1 {
        flex-wrap: wrap;
    }

        .h-index-s1 .image-contain {
            width: 100%;
        }

        .h-index-s1 .content-contain {
            width: 100%;
            margin-top: 20px;
        }

    .h-index-s2 .thumbnail {
        width: 100%;
    }

    .h-index-s2 .h-index-room-object {
        flex-wrap: wrap;
    }

    .h-index-s2 .content {
        width: 100%;
    }

    .h-index-s3 {
        margin-bottom: 0;
    }

        .h-index-s3 .content-contain {
            position: unset;
            max-width: unset;
            transform: translateY(0px);
        }


    .h-index-s4 .facilities-item {
        width: 49%;
    }

        .h-index-s4 .facilities-item .thumbnail img {
            width: 100%;
        }

    .h-index-s5 .tab-contain {
        width: 100%;
    }

    .h-index-s5 .image-contain {
        display: none;
    }

    .h-index-s6 .image-contain {
        display: none;
    }

    .h-index-s6 .tab-contain {
        width: 100%;
    }

    .h-offer-section .h-offer-item {
        width: 49%;
    }

    .g-offer-section .latest-offer-section {
    }



    .h-meeting-room-item {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

        .h-meeting-room-item:nth-child(even) {
            flex-direction: unset;
        }

        .h-meeting-room-item .image-contain {
            width: 100%;
            margin-bottom: 10px;
        }

        .h-meeting-room-item .content-contain {
            width: 100%;
        }

    .h-facilities-item {
        width: 49%;
    }

    .facilities-item-modal .content-section {
        flex-wrap: wrap;
    }

    .facilities-item-modal .image-contain {
        width: 100%;
        margin-bottom: 10px;
    }

    .facilities-item-modal .content-contain {
        width: 100%;
    }

    .facilities-item-modal .location-hours {
        margin-bottom: 20px;
    }

    .h-room-item {
        width: 100%;
    }

    .h-room-d-s1 .introduction-section {
        position: unset;
        max-width: unset;
        margin-top: 20px;
    }

    .h-room-d-s2 .content-contain {
        flex-wrap: wrap;
    }

    .h-room-d-s2 .object-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .room-facilities-list-section .modal-body {
        padding: 20px 20px 75px;
    }

    .h-rest-d-s1 .main-details {
        flex-wrap: wrap;
    }

    .h-rest-d-s1 .thumbnail {
        max-width: unset;
        width: 100%;
    }

        .h-rest-d-s1 .thumbnail img {
            width: 100%;
        }

    .h-rest-d-s1 .location-hours {
        margin: 15px auto;
    }

    .h-rest-d-s1 .details-contain {
        max-width: unset;
        width: 100%;
    }

    .h-rest-d-s1 .description {
        margin-left: unset;
        padding: 40px 20px 60px;
    }

    .h-rest-d-s3 .menu-contain {
        padding: 40px 20px 60px;
    }

    .g-hotel-s1 .image-contain {
        width: 100%;
        margin-left: unset;
    }

    .g-hotel-s1 .content-contain {
        width: 100%;
        padding: 0;
    }

    .g-hotel-s1 .introduction-item {
        flex-wrap: wrap;
    }

        .g-hotel-s1 .introduction-item:nth-child(even) .image-contain {
            margin-right: unset;
        }

    .g-news-s2 .g-news-list {
        flex-wrap: wrap;
    }

    .g-news-s2 .g-news-year {
        width: 100%;
        margin-bottom: 20px;
    }

    .g-news-s2 .g-news-item-contain {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .h-rest-s2 .h-rest-s2-item {
        flex-direction: column;
    }

        .h-rest-s2 .h-rest-s2-item:nth-child(even) {
            flex-direction: column;
        }

    .h-rest-s2 .thumbnail-box {
        width: 100%;
    }

        .h-rest-s2 .thumbnail-box img {
            width: 100%;
        }


    .h-rest-s2 .content-box {
        width: 100%;
    }

    .latest-offer-section .offer-contain {
        flex-wrap: wrap;
    }

    .latest-offer-section .content {
        margin-bottom: 15px;
    }

    .latest-offer-section .thumbnail-box {
        width: 100%;
    }

        .latest-offer-section .thumbnail-box img {
            width: 100%;
        }

    .latest-offer-section .content-box {
        width: 100%;
    }

    .latest-offer-section .view-all-btn {
        margin: 15px auto 0;
    }

    .h-inquiry-s2 .room-info {
        flex-wrap: wrap;
    }

    .h-inquiry-s2 .personal-info {
        flex-wrap: wrap;
    }

    .h-inquiry-s2 .title-contain {
        width: 100%;
    }

    .h-inquiry-s2 .form-contain {
        width: 100%;
    }
}

@media screen and (max-width:498px) {
    .g-news-grid-item {
        width: 100%;
    }

    .h-facilities-item {
        width: 100%;
    }

    .h-index-s4 .facilities-item {
        width: 100%;
    }

    .h-offer-section .h-offer-item {
        width: 100%;
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
        flex-wrap: wrap;
    }

    .daterangepicker .drp-selected {
        width: 100%;
        margin-bottom: 10px;
    }

    .daterangepicker .drp-buttons .btn.cancelBtn {
        margin-left: auto;
    }

    .cookie-notice-containter .title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-bottom: 10px;
    }

    .cookie-notice-containter .text {
        font-size: 0.75rem;
        line-height: 0.875rem;
    }

    .pop-up-contain .title {
        font-size: 1.625rem;
        line-height: 1.75rem;
        margin-top: 5px;
    }

    .pop-up-contain .text {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .banner-background {
        right: 50%;
        transform: translateX(50%);
    }

    .g-offer-section .g-offer-item {
        width: 100%;
    }
}
