.container,
.container-fluid,
.section_rooms {
    overflow: auto;
    overflow-x: hidden
}

.height-40 {
    height: 40px;
}

.height-164 {
    height: 164px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left
}

.h1,
h1 {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase
}

.h3,
h3 {
    font-size: 27px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 600
}

.h4,
h4 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 600
}

.light-text {
    font-size: 13px;
    font-weight: 300;
    color: #000
}

.text-primary {
    color: #CCAD6A!important
}

.text-grey {
    color: #d6bcab!important
}

.text-dark-grey {
    color: #8c9a9d!important
}

.text-white {
    color: #fff!important
}

.fw-thin {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 600!important
}

.limit-words-2-line {
    -webkit-line-clamp: 2
}

.limit-words-2-line,
.limit-words-3-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.limit-words-3-line {
    -webkit-line-clamp: 3
}

.limit-words-4-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.read-more-text {
    font-weight: 700;
    cursor: pointer
}

.header {
    background-color: #CCAD6A;
    color: #fff
}

.header .top-header {
    text-transform: uppercase;
    height: 33px;
    width: 100%
}

.header .top-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header .top-header li {
    float: right;
    font-size: 10px
}

.header .top-header li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none
}

.header .navigation-bar {
    height: 73px;
    display: flex
}

.header .navigation-bar.on-scroll {
    position: fixed;
    top: 0;
    background: #CCAD6A;
    width: 100%;
    z-index: 1001
}

.material-symbols-outlined:hover {
    color: #552502;
}

.header .navigation-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.logo {
    display: block;
    width: 80px;
    margin-top: 48px;
    background: #fff;
    padding: 15px;
}

.logo img {
    display: block;
    max-width: 100%;
}

.horizontal-logo {
    padding: unset;
    /* margin-top: -10px; */
}
.horizontal-logo .logo{
    /* height: 100px; */
    width: 130px;
}

.horizontal-logo .logo {        
    height: 100px;
    align-content: center;
}

@media (max-width:768px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        transition: all .3s ease-in;
        z-index: 25;
        background-color: #CCAD6A
    }
    #nav-icon4 {
        z-index: 30;
        border: none!important;
        width: 27px;
        height: 22px;
        position: relative;
        margin: 5px 0 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline;
        float: left;
        top: 0
    }
}

.btn {
    padding: 12px 26px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 13.3px;
    font-weight: 600;
    letter-spacing: .27px;
    text-align: center;
    text-transform: uppercase
}

.btn-primary {
    border-color: #CCAD6A!important;
    background-color: #CCAD6A!important;
    color: #fff!important;
    box-shadow: none!important
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #d9c2ae!important;
    background-color: #d9c2ae!important;
    color: #fff!important;
    box-shadow: none!important
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #CCAD6A;
    background-color: #CCAD6A;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #CCAD6A;
    background-color: #CCAD6A;
    color: #fff
}

.btn-secondary {
    border-color: #fff!important;
    background-color: #fff!important;
    color: #CCAD6A!important;
    box-shadow: none!important
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #fff!important;
    background-color: #CCAD6A!important;
    color: #fff!important;
    box-shadow: none!important
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #fff;
    background-color: #fff;
    color: #CCAD6A
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    border-color: #dfdfdf;
    background-color: #e6e6e6;
    color: #CCAD6A
}

.btn-outline-primary {
    color: #CCAD6A;
    background-color: transparent;
    background-image: none;
    border-color: #CCAD6A
}

.btn-outline-primary.focus,
.btn-outline-primary:hover {
    border-color: #CCAD6A;
    background-color: #CCAD6A;
    color: #fff;
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #CCAD6A
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    border-color: #CCAD6A;
    background-color: #CCAD6A;
    color: #fff
}

.btn-outline-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #CCAD6A;
    box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #fff;
    background-color: #fff;
    color: #CCAD6A
}

.card {
    border-radius: 5px!important
}

.br5,
.daterangepicker,
.select2-container--default .select2-selection--single[aria-labelledby=select2-adult-container],
.select2-container--default .select2-selection--single[aria-labelledby=select2-child-container],
.text-form-booking {
    border-radius: 5px!important;
    border-color: #e1e1e1!important
}

.embedded-daterangepicker .daterangepicker {
    border-color: #e1e1e1!important;
    border-radius: 5px
}

.leaflet-popup,
.leaflet-popup-content {
    width: 320px
}

.embedded-daterangepicker .daterangepicker:after,
.embedded-daterangepicker .daterangepicker:before {
    display: none
}

.embedded-daterangepicker .daterangepicker {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    float: left;
    width: 100%;
    margin-top: 0
}

.embedded-daterangepicker .daterangepicker .drp-calendar {
    width: 50%;
    max-width: 50%
}

.leaflet-popup-content {
    width: unset!important
}

.select2-selection>.select2-selection__rendered {
    color: #777!important
}

.height-inherit {
    height: inherit!important
}

@media (max-width:768px) {
    .covid19-stamp,
    .vaksin-stamp {
        z-index: 15!important;
        width: 95px!important;
        top: 80px!important;
        right: 20px!important;
        left: unset!important;
        position: absolute!important
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

.title {
    border: 4px solid #000;
    text-align: center;
    padding: 60px;
    font-family: sans
}

.title .slogan {
    font-size: 18px;
    color: rgba(0, 0, 0, .3)
}

.header-hotel {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}

#hotel_carousel {
    height: calc(100vh - 56px)
}

#hotel_carousel .carousel-header:after {
    background: rgba(0, 0, 0, .3)
}

#hotel_carousel .carousel-caption.carousel-caption-hotel {
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    left: 20px;
    bottom: 75px;
    width: 560px;
    top: unset;
    text-align: left;
    border-radius: 10px;
    color: #fff!important
}

#hotel_carousel .carousel-caption.carousel-caption-hotel h4 {
    font-weight: 300!important
}

#hotel_carousel .carousel-caption.carousel-caption-hotel p {
    font-weight: 300!important;
    font-size: 13px
}

#hotel_carousel .carousel-caption.carousel-caption-hotel .socmed-icon {
    font-size: 24px;
    text-decoration: none
}

.section_facilities .icon-card,
.section_services .icon-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 8px;
    text-align: center;
    border-radius: 3px
}

.section_facilities .icon-card img,
.section_services .icon-card img {
    width: 40px;
    height: auto
}

.section_facilities .icon-card p,
.section_services .icon-card p {
    font-size: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 10px;
    line-height: 12px
}

.hotel-info-header-container {
    width: 100%;
    background: #CCAD6A;
    color: #fff
}

.hotel-info-header-container .container-fluid {
    padding: 16px 25px
}

.hotel-info-header-container .container-fluid span {
    margin-right: 30px;
    font-size: 13px
}

.section_menu {
    display: flex;
    justify-content: center;
    padding: 30px
}

.section_menu.on-scroll {
    position: fixed;
    top: 70px;
    padding: 0 10px;
    background: #fff;
    z-index: 1001;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .14)
}

.section_menu .list-group-item {
    border: none;
    margin: 0 5px;
    color: #CCAD6A;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.section_menu .list-group-item a {
    display: flex;
    align-items: center;
    letter-spacing: 1.3px
}

.section_menu .list-group-item a:hover {
    color: #CCAD6A!important;
    text-decoration: none
}

.section_menu .list-group-item a img {
    height: 15px;
    margin-right: 7px
}

.section_nearby_place .card {
    margin: 0 auto
}

.section_nearby_place .card h1 {
    color: #CCAD6A
}

.section_nearby_place .attraction-img-container {
    max-height: 83px;
    max-width: 83px;
    min-width: 83px;
    overflow: hidden;
    border-radius: 3px
}

.section_nearby_place .attraction-img-container img {
    width: auto;
    height: 83px
}

.section_nearby_place .attraction-detail p {
    font-size: 16px;
    font-weight: 700
}

.section_nearby_place .btn-see-more {
    padding: 17px 48px
}

.section_mobile_app .title-feature {
    margin-top: 13px;
    margin-bottom: 13px
}

.section_space_to_deal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 550px
}

.section_space_to_deal .card {
    position: absolute;
    bottom: 110px;
    left: 175px;
    width: 100%
}

.section_space_to_deal .card .btn-detail,
.section_space_to_deal .card .btn-pdf-download {
    padding: 20px 75px;
    font-size: 13px
}

.section_rooms {
    padding-top: 0;
    padding-bottom: 0
}

.section_gallery {
    background-color: rgba(187, 188, 189, .2)
}

#swiper-gallery {
    height: 500px
}

#swiper-gallery .gallery-card {
    height: 460px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: none
}

#swiper-gallery .gallery-card .caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

#swiper-gallery .swiper-button-next,
#swiper-gallery .swiper-button-prev {
    border: 2.5px solid #fff;
    border-radius: 50%;
    opacity: 1;
    height: 50px;
    width: 50px
}

#swiper-gallery .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FFF'/%3E%3C/svg%3E")!important
}

#swiper-gallery .swiper-button-next,
#swiper-gallery .swiper-button-prev {
    background-size: 15px!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

#swiper-gallery .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FFF'/%3E%3C/svg%3E")!important
}

#swiper-gallery-thumbnails {
    height: 100px
}

#swiper-gallery-thumbnails .swiper-slide img {
    border-radius: 5px;
}

.swiper-slide-thumb-active>img {
    border: 3px solid #CCAD6A;
}

#swiper-press .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FFF'/%3E%3C/svg%3E")!important;
    right: 25px
}

#swiper-press .swiper-button-next,
#swiper-press .swiper-button-prev {
    background-size: 15px!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    border: 2.5px solid #fff;
    border-radius: 50%;
    opacity: 1;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 32%;
}

#swiper-press .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FFF'/%3E%3C/svg%3E")!important;
    left: 25px
}

ul#facilities-tab-container .nav-link {
    color: #d6bcab;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    background-color: unset;
    margin: 0 40px;
    border-radius: 0
}

ul#facilities-tab-container .nav-link:hover {
    color: #CCAD6A!important
}

ul#facilities-tab-container .nav-link.active {
    color: #CCAD6A;
    border-bottom: 1px solid
}

#swiper-facilities-activities .swiper-slide.swiper-slide-active .gallery-card,
#swiper-facilities-dining .swiper-slide.swiper-slide-active .gallery-card,
#swiper-facilities-wellness .swiper-slide.swiper-slide-active .gallery-card {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .1);
    zoom: 100%
}

#swiper-facilities-activities .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more,
#swiper-facilities-dining .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more,
#swiper-facilities-wellness .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more {
    display: block;
    position: absolute;
    bottom: 55px;
    right: 20px
}

#swiper-facilities-activities .swiper-slide.swiper-slide-active p,
#swiper-facilities-dining .swiper-slide.swiper-slide-active p,
#swiper-facilities-wellness .swiper-slide.swiper-slide-active p {
    opacity: 1
}

#swiper-facilities-activities .swiper-slide.swiper-slide-next p,
#swiper-facilities-activities .swiper-slide.swiper-slide-prev p,
#swiper-facilities-dining .swiper-slide.swiper-slide-next p,
#swiper-facilities-dining .swiper-slide.swiper-slide-prev p,
#swiper-facilities-wellness .swiper-slide.swiper-slide-next p,
#swiper-facilities-wellness .swiper-slide.swiper-slide-prev p {
    opacity: 0
}

#swiper-facilities-activities .swiper-slide .gallery-card,
#swiper-facilities-dining .swiper-slide .gallery-card,
#swiper-facilities-wellness .swiper-slide .gallery-card {
    height: 325px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .4)
}

#swiper-facilities-activities .swiper-slide .gallery-card .btn-learn-more,
#swiper-facilities-dining .swiper-slide .gallery-card .btn-learn-more,
#swiper-facilities-wellness .swiper-slide .gallery-card .btn-learn-more {
    display: none
}

#swiper-hotel-room .hotel-room-card {
    min-width: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16)
}

#swiper-hotel-room .hotel-room-card .card-title {
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: .66px;
    text-align: left;
    color: #CCAD6A;
    text-transform: uppercase
}

#swiper-hotel-room .hotel-room-card .card-text {
    font-size: 14px
}

#swiper-hotel-room .hotel-room-card .card-body .room-content-container {
    margin-top: .5em;
    font-size: 15px;
}

#swiper-hotel-room .hotel-room-card .card-body .room-content-container p {
    display: none
}

#swiper-hotel-room .hotel-room-card .card-body .room-content-container p:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px
}

#swiper-hotel-room .hotel-room-card .card-img-top-container {
    height: 250px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

#swiper-hotel-room .hotel-room-card .room-price-text {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: .32px;
    text-align: right;
    color: #000
}

#swiper-hotel-room .hotel-room-card .hotel-room-learn-more-btn {
    color: #939598
}

#swiper-hotel-room .hotel-room-card .hotel-room-book-now-btn,
#swiper-hotel-room .hotel-room-card .hotel-room-learn-more-btn {
    width: 170px;
    padding: 16px 30px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: .26px;
    text-align: center;
    text-transform: uppercase
}

#swiper-hotel-room .hotel-room-card .hotel-room-book-now-btn {
    background-color: #CCAD6A;
    color: #fff
}

#swiper-hotel-room .hotel-room-card .hotel-room-book-now-btn:hover {
    color: #fff
}

#swiper-hotel-room .swiper-slide-next .hotel-room-card,
#swiper-hotel-room .swiper-slide-prev .hotel-room-card {
    opacity: .4;
    zoom: 90%
}

#swiper-hotel-room .swiper-slide {
    text-align: left
}

#swiper-hotel-room .swiper-slide-active {
    transition: .3s
}

#swiper-offers .offer-card {
    height: 248px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .4);
    position: relative;
}
.offer-card .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 50% opacity */
    z-index: 2;
}

.offer-card .facility-image-image {
    position: relative;
    z-index: 1; /* Places the image above the overlay div */
}

#swiper-offers .offer-card .caption {
    max-width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

#swiper-offers .offer-card .btn-detail {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 3;
}

#swiper-offers .swiper-button-next,
#swiper-offers .swiper-button-prev {
    border: 2.5px solid #fff;
    border-radius: 50%;
    opacity: 1;
    height: 50px;
    width: 50px
}

#swiper-offers .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FFF'/%3E%3C/svg%3E")!important
}

#swiper-offers .swiper-button-next,
#swiper-offers .swiper-button-prev {
    background-size: 15px!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

#swiper-offers .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FFF'/%3E%3C/svg%3E")!important
}

.room-detail-modal .modal-body {
    padding: 1.5rem;
    border-radius: 5px
}

.room-detail-modal .modal-body .swiper-room-gallery-modal {
    border-radius: 3px
}

.room-detail-modal .modal-body .swiper-room-gallery-modal .swiper-room-gallery-modal-pagination {
    text-align: center;
    margin-top: -30px
}

.room-detail-modal .modal-body .swiper-room-gallery-modal .swiper-room-gallery-modal-pagination .swiper-pagination-bullet-active {
    opacity: .8!important;
    background: #CCAD6A
}

.room-detail-modal .modal-body .swiper-room-gallery-modal .swiper-room-gallery-modal-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .5
}

.room-detail-modal .modal-header {
    border: none;
    padding: 1.5rem;
    display: flex;
    align-items: center
}

.room-detail-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: .66px;
    text-align: left;
    color: #CCAD6A;
    text-transform: uppercase;
    display: inline-flex
}

.room-detail-modal .modal-header .close {
    padding: 0;
    margin: 0;
    font-size: 21px;
    position: absolute;
    right: 20px
}

.room-detail-modal .modal-header #next-room-button.disabled,
.room-detail-modal .modal-header #previous-room-button.disabled {
    display: none
}

.room-detail-modal .swiper-wrapper {
    z-index: unset
}

.room-detail-modal .room-controller-container {
    color: #939598;
    float: right;
    margin-right: 3.5rem;
    display: flex;
    align-items: center
}

.room-detail-modal .room-image-container {
    height: 300px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.room-detail-modal .book-now-button {
    background-color: #CCAD6A;
    width: 70%;
    margin: 0;
    border-radius: 4px;
    border: none;
    padding: 14px 0;
    text-transform: uppercase;
    font-weight: 600;
    position: inherit;
    float: right
}

.room-detail-modal .room-detail-price {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: .32px;
    text-align: right;
    color: #000
}

.room-detail-modal .room-overview-text {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: .46px;
    text-align: left;
    color: #939598
}

.room-detail-modal .room-detail-description {
    font-size: 14px
}

.room-detail-modal .features-list {
    color: #636363;
    list-style-type: none;
    padding-left: 0;
    font-size: 14px
}

.room-detail-modal .features-list li {
    margin-bottom: 12px
}

.room-detail-modal .features-list li img {
    height: 24px
}

.room-detail-modal .features-list li .features-icon {
    filter: invert(64%) sepia(6%) saturate(145%) hue-rotate(177deg) brightness(50%) contrast(85%)
}

#id-attractions__modal .modal-content {
    border-radius: 5px;
    min-height: 600px
}

#id-attractions__modal .attraction-img-container {
    max-width: 185px;
    height: 185px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

#id-attractions__modal p {
    font-size: 13px
}

#id-offers_modal #id-promotion-image__img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

#id-offers_modal #id-promotion-content__text {
    max-height: 200px;
}

#id-offers_modal h4 {
    text-transform: uppercase;
    color: #CCAD6A;
    font-weight: 400
}

#id-offers_modal p {
    font-size: 13px
}

.promotion-detail {
    overflow-y: auto;
}

#id-facilities_modal {
    color: #fff
}

#id-facilities_modal #id-facility-modal-body__div {
    min-height: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .6);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 2rem;
    border-radius: 5px
}

#id-facilities_modal #id-facility-schedule-container__div {
    background-color: rgba(0, 0, 0, .5);
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
    color: #fff;
    border-radius: 10px
}

#id-facilities_modal #id-facility-schedule-container__div p {
    font-size: 12px
}

#id-facilities_modal .modal-content {
    min-height: 480px;
    background: transparent;
    border: none
}

#id-facilities_modal .modal-content h4 {
    text-transform: uppercase;
    font-weight: 500
}

#swiper-meeting .swiper-wrapper h4 {
    color: #CCAD6A;
    text-transform: uppercase
}

#swiper-meeting .swiper-wrapper img {
    border-radius: 5px
}

#swiper-meeting .swiper-wrapper p {
    font-size: 13px
}

#swiper-meeting .swiper-button-next,
#swiper-meeting .swiper-button-prev {
    border: none;
    opacity: 1;
    height: 50px;
    width: 50px;
    background-size: 15px!important;
    background-repeat: no-repeat!important;
    background-position: 0!important;
    position: static;
    display: inline-block;
    margin-top: 5px
}

#swiper-meeting .swiper-button-next,
.swiper-meeting-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23CCC'/%3E%3C/svg%3E")!important;
    filter: invert(13%) sepia(29%) saturate(2526%) hue-rotate(5deg) brightness(94%) contrast(60%);
}

#swiper-meeting .swiper-button-prev,
.swiper-meeting-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23CCC'/%3E%3C/svg%3E")!important;
    filter: invert(13%) sepia(29%) saturate(2526%) hue-rotate(5deg) brightness(94%) contrast(60%);
}

.content_360 iframe {
    border-radius: 10px
}

.navbar-desktop.on-scroll {
    height: 56px!important
}

.latest-update {
    font-size: 33.2px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: .66px;
    text-align: left;
    color: #CCAD6A
}

.hotel-press {
    font-size: 11.1px;
    line-height: 1.26;
    letter-spacing: .22px
}

.hotel-press,
.title-press {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #CCAD6A
}

.title-press {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: normal
}

.title-press-bottom {
    font-weight: 600;
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #CCAD6A
}

.date-text,
.title-press-bottom {
    font-stretch: normal;
    font-style: normal;
    text-align: left
}

.date-text {
    font-weight: 400;
    font-size: 11.1px;
    line-height: 2.16;
    letter-spacing: .22px;
    color: #939598
}

.date-press {
    margin-top: 10px
}

.preview-press {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .32px;
    text-align: left;
    color: #000;
    margin-bottom: 15px
}

.preview-press-bottom {
    font-size: 13px
}

.read-more-btn {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: .26px;
    color: #CCAD6A
}

.pull-bottom {
    position: absolute;
    bottom: 0
}

.show-more-btn {
    width: 208px;
    padding: 16px 58px;
    border-radius: 3px;
    border: 1px solid #CCAD6A;
    cursor: pointer
}

.show-more-btn>span {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: .26px;
    text-align: center;
    color: #CCAD6A;
    white-space: nowrap
}

.container-first-blog {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    position: absolute
}

.box-first-blog {
    width: 433px;
    height: 336px;
    padding: 20px 21px 24px 25px;
    border-radius: 3px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
    background-color: #fff
}

.label-tag {
    margin-bottom: 3px;
    margin-left: 10px
}

.icon-grey {
    filter: invert(63%) sepia(2%) saturate(384%) hue-rotate(177deg) brightness(95%) contrast(86%)
}

.star-color {
    filter: invert(99%) sepia(85%) saturate(6943%) hue-rotate(304deg) brightness(86%) contrast(84%)
}

.share-icon {
    cursor: pointer;
    margin-top: -2px
}

.share-icon>ion-icon {
    font-size: 20px;
    margin-bottom: -6px!important
}

.share-icon>span {
    margin-left: 5px
}

.share-icon:hover {
    color: #CCAD6A
}

.category-blog {
    font-weight: 600
}

.title-blog {
    font-weight: 600;
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #CCAD6A
}

.preview-blog,
.title-blog {
    font-stretch: normal;
    font-style: normal;
    text-align: left
}

.preview-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .11px;
    color: #000
}

.read-blog-first {
    width: 208px;
    height: 54px;
    padding: 14px 42px;
    border-radius: 3px;
    border: 1px solid #CCAD6A;
    position: absolute;
    bottom: 24px
}

.read-blog-first>span {
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: .26px;
    text-align: center
}

.read-blog-first>span,
.title-blog-small {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #CCAD6A
}

.title-blog-small {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .32px;
    text-align: left
}

.preview-blog-small {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .11px;
    text-align: left;
    color: #000
}

.read-blog-small {
    width: 136px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #CCAD6A;
    margin-top: 15px;
    padding: 10px 0 0 2px
}

.read-blog-small>span {
    font-size: 13.3px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .27px;
    text-align: center;
    color: #CCAD6A;
    white-space: nowrap
}

.read-blog-small>span,
.review-head {
    font-stretch: normal;
    font-style: normal
}

.review-head {
    font-size: 33.2px;
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #CCAD6A
}

.review-box {
    width: 264px;
    height: 312px;
    margin: 0 24px 0 0;
    padding: 24px 15px 21px 17px;
    border-radius: 3px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    height: 300px;
    position: relative;
}

.star-list {
    position: absolute;
    top: 12px;
    left: 18px
}

.review-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .09px;
    margin-top: 30px
}

.review-name,
.review-text {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #000
}

.review-name {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .32px;
    position: absolute;
    bottom: 15%
}

.review-photo {
    position: absolute;
    bottom: 24px;
    right: 15px;
    background-color: #939598;
    width: 45px;
    height: 45px;
    color: #fff;
    padding-top: 11.5px
}

.box-first-mobile {
    width: 304px;
    height: 330px;
    padding: 19px 15.7px 16px 16px;
    border-radius: 3px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
    left: 50%;
    top: 25%;
    transform: translateX(-50%)
}

.box-first-mobile,
.share-box {
    background-color: #fff;
    position: absolute
}

.share-box {
    height: 165px;
    padding: 15px 15px 15px 14px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
    width: 128px;
    top: 46px;
    left: -54px
}

.share-box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    left: 82px;
    box-sizing: border-box;
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 1em;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, .3)
}

.collapse {
    transition: none
}

.pull-top {
    position: absolute;
    top: 65%
}

.br-3 {
    border-radius: 3px
}

.hotel-name-review {
    bottom: 17px;
    width: 166px;
    font-size: 10px;
    color: #CCAD6A;
    font-weight: 700;
    top: 86%
}
#map_footer {
    height: 50vh;
}

@media (max-width:768px) {
    .title-blog {
        margin-top: 10px;
        font-size: 20px
    }
    .share-box {
        top: -13px;
        left: -152px
    }
    .share-box:before {
        top: 40px;
        left: 126px;
        transform: rotate(225deg)
    }
    .latest-update {
        font-size: 22px;
        margin-top: -1em
    }
    .hotel-press-detail {
        width: 50%
    }
    .read-blog-small {
        margin-top: -10px
    }
    .preview-blog-small {
        margin-top: 10px
    }
    .container-press {
        margin-top: 2em
    }
    .press-mobile {
        margin-top: 1.5em
    }
    .hotel-press {
        margin-top: 2em
    }
    .title-blog-small {
        margin-top: 4px
    }
    .date-text {
        margin-top: 16px!important
    }
}

@media (min-width:768px) {
    .container-blog {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1441px) {
    #swiper-gallery {
        height: 720px
    }
    #swiper-gallery .gallery-card {
        height: 675px
    }
    #swiper-facilities-activities .swiper-slide .gallery-card,
    #swiper-facilities-dining .swiper-slide .gallery-card,
    #swiper-facilities-wellness .swiper-slide .gallery-card {
        height: 450px
    }
    #swiper-hotel-room .hotel-room-card .card-img-top-container {
        height: 365px
    }
    #swiper-hotel-room .hotel-room-card .room-price-text {
        font-size: 24px
    }
    #swiper-hotel-room .hotel-room-card .card-body .room-content-container p:first-child {
        font-size: 18px
    }
    #swiper-offers .offer-card {
        height: 360px
    }
    #swiper-offers .offer-card .caption {
        font-size: 25px;
        line-height: 1;
        max-width: 350px
    }
    #swiper-offers .offer-card .btn-detail {
        font-size: 18px
    }
    #swiper-gallery-thumbnails {
        height: 175px
    }
    .section_space_to_deal {
        height: 800px
    }
    .section_space_to_deal .card {
        width: unset;
        min-height: 350px;
        justify-content: flex-end
    }
    .section_space_to_deal .card .card-body {
        flex: unset;
        padding: 3rem!important
    }
    .section_mobile_app .row:first-child {
        min-height: 325px
    }
}

@media (min-width:1200px) {
    .section_rooms {
        max-width: 1140px
    }
    .navbar .vertical-logo {
        margin-left: 20px
    }
}

@media (min-width:1900px) {
    #hotel_carousel {
        height: calc(100vh - 56px)
    }
}
.mobile-caption {
    display: none;
}

@media (max-width:768px) {
    body {
        position: relative
    }
    h1 {
        font-size: 24px
    }
    .section_facilities h1,
    .section_gallery h1,
    .section_nearby_place h1,
    .section_offers h1,
    .section_rooms h1 {
        text-align: center
    }
    #navbar-mobile {
        height: 60px!important;
        background: #CCAD6A;
        position: fixed;
        top: 0;
        z-index: 1001;
        background-color: #CCAD6A;
        width: 100%
    }
    #navbar-mobile .navbar-brand {
        width: auto;
        z-index: 99;
        margin-right: 0;
        display: flex;
        align-items: center
    }
    #navbar-mobile .navbar-brand .logo-mobile {
        width: 185px;
        padding: 15px;
        position: absolute;
        left: 58px;
        top: unset
    }
    #navbar-mobile .navbar-brand .logo-mobile img.brand-logo {
        width: auto!important
    }
    #hotel_carousel .carousel-header:after {
        background: rgba(0, 0, 0, .15)
    }
    .book-now-button-full {
        background-color: #CCAD6A;
        color: #fff;
        cursor: pointer;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 13.3px;
        letter-spacing: .27px;
        text-align: center;
        width: 100%;
        padding: 20px 0
    }
    #hotel_carousel {
        max-height: 40vh;
        margin-top: 60px
    }
    #hotel_carousel .carousel-caption-hotel {
        /* max-width: 390px;
        left: 50%!important;
        transform: translateX(-50%);
        position: absolute;
        bottom: 30px!important;
        width: 100%!important;
        top: unset */
        display: none;
    }
    /* #hotel_carousel .carousel-caption-hotel h4 {
        font-size: 19px
    }
    #hotel_carousel .carousel-caption-hotel p {
        font-size: 13px
    } */
    .mobile-caption {
        display: block;
        box-shadow: 0px 0px 6.4px 5px rgba(0, 0, 0, 0.05);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mobile-caption>p {
        font-size: 14px;
    }
    .mobile-caption .caption-title{
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #CCAD6A;
    }
    .socmed-header {
        font-size: 24px;
    }
    .socmed-header .socmed-title {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.41px;
        text-align: center;
        color: #4F280A;
    }
    .section_menu {
        overflow: scroll;
        padding: 15px 0;
        /* margin-bottom: 5px; */
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .section_menu.on-scroll {
        position: fixed;
        top: 5px;
        margin-top: 55px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        z-index: 1001;
        padding: 8px
    }
    .section_menu.on-scroll ul li.list-group-item {
        padding: 0 8px
    }
    .section_menu.on-scroll ul li.list-group-item a {
        font-size: 9px
    }
    .section_menu.on-scroll ul li.list-group-item a img {
        padding: 5px;
        height: 35px
    }
    .section_menu ul {
        /* overflow: scroll; */
    }
    .section_menu ul li.list-group-item {
        padding: 0 8px
    }
    .section_menu ul li.list-group-item a {
        font-size: 11px;
        line-height: normal;
        letter-spacing: 1.1px;
        text-align: center;
        flex-direction: column;
        align-items: center
    }
    .section_menu ul li.list-group-item a img {
        border: 1px solid #000;
        border-radius: 50px;
        height: 40px;
        padding: 5px;
        margin: 5px 0
    }
    .section_rooms {
        width: 100%;
        overflow: hidden
    }
    .section_nearby_place .card {
        width: auto
    }
    .section_nearby_place .btn-see-more {
        width: 100%
    }
    .section_nearby_place .attraction-thumbnail-row .attraction-thumbnail-col:nth-child(4),
    .section_nearby_place .attraction-thumbnail-row .attraction-thumbnail-col:nth-child(5),
    .section_nearby_place .attraction-thumbnail-row .attraction-thumbnail-col:nth-child(6) {
        display: none!important
    }
    .section_nearby_place #map {
        height: 330px!important;
        margin-bottom: 30px
    }
    .section_facilities {
        padding: 0
    }
    .section_facilities ul#facilities-tab-container .nav-link {
        text-decoration: none;
        margin: 0;
        padding: 0 20px 13px
    }
    .section_facilities .icon-row,
    .section_services .icon-row {
        overflow: scroll;
        flex-direction: row;
        flex-wrap: nowrap
    }
    .section_facilities .icon-row .icon-card,
    .section_services .icon-row .icon-card {
        flex-basis: 86px;
        flex-grow: 0;
        flex-shrink: 0
    }
    [aria-expanded=false]>.expanded,
    [aria-expanded=true]>.collapsed {
        display: none
    }
    #swiper-facilities-activities .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more,
    #swiper-facilities-dining .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more,
    #swiper-facilities-wellness .swiper-slide.swiper-slide-active .gallery-card .btn-learn-more {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 10px;
        padding: 12px 30px;
        width: 150px
    }
    #swiper-gallery .gallery-card .caption {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
    .section_space_to_deal .card {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 320px
    }
    .section_space_to_deal .card .card-text {
        height: 130px;
        overflow: scroll
    }
    .section_space_to_deal .card h1 {
        text-align: center
    }
    .section_space_to_deal .card p {
        text-align: center;
        font-size: 13px
    }
    .section_space_to_deal .card .btn-detail,
    .section_space_to_deal .card .btn-pdf-download {
        width: 100%;
        padding: 12px
    }
    #swiper-offers .offer-card .caption {
        font-size: 19px
    }
    #swiper-offers .offer-card .btn-detail {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        padding: 12px;
        font-size: 13px
    }
    .section_mobile_app h1 {
        font-size: 19px
    }
    .section_mobile_app .title-feature {
        margin: 0
    }
    .section_mobile_app .card {
        margin-bottom: 10px;
        border: 1px solid #000;
        width: 100%;
        font-size: 12px
    }
    .section_mobile_app .card .card-body {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px 10px
    }
    .button-circle-bottom {
        width: 200px;
        position: fixed;
        top: 5px;
        right: 0;
        z-index: 1002
    }
    .button-circle-bottom .mail {
        float: right;
        width: 45px;
        height: 45px;
        padding: 10px;
        font-size: 25px;
        box-shadow: unset;
        margin-right: 10px;
        left: 0!important
    }
    .button-circle-bottom .bottom-wa {
        width: 45px;
        height: 45px;
        padding: 10px;
        font-size: 25px;
        box-shadow: none!important;
        z-index: 1001;
        color: #fff;
        position: absolute;
        right: 50px
    }
    /* #map_footer {
        height: 50vh;
    } */
    #swiper-meeting .swiper-button-next,
    #swiper-meeting .swiper-button-prev {
        opacity: 1;
        height: 50px;
        width: 50px;
        bottom: 0;
        top: unset
    }
    #swiper-meeting .swiper-button-next {
        right: 0
    }
    #swiper-meeting .swiper-button-prev {
        left: 0
    }
    #swiper-hotel-room .hotel-room-card .card-title {
        font-size: 16px
    }
    #swiper-hotel-room .hotel-room-card .card-body {
        padding: .75rem
    }
    #swiper-hotel-room .hotel-room-card .card-body .room-content-container p {
        font-size: 14px
    }
    #swiper-hotel-room .hotel-room-card .card-img-top-container {
        height: 120px
    }
    #swiper-hotel-room .hotel-room-card .room-price-text {
        font-size: 16px;
        text-align: left
    }
    #swiper-hotel-room .hotel-room-card .hotel-room-book-now-btn {
        padding: 10px 20px;
        width: unset;
        font-size: 11px
    }
    #swiper-hotel-room .hotel-room-card .hotel-room-learn-more-btn {
        padding: 0;
        float: left;
        width: unset
    }
    #swiper-hotel-room .hotel-room-card .hotel-room-learn-more-mobile-btn-icon {
        float: left;
        color: #939598
    }
    #id-room-detail__modal .room-detail-price {
        text-align: left
    }
    #id-room-detail__modal .room-overview-text {
        margin-top: 1rem!important
    }
    #id-room-detail__modal .room-image-container {
        height: 200px!important
    }
    #id-room-detail__modal .book-now-button {
        color: #fff!important;
        float: left
    }
    #id-room-detail__modal .room-detail-description {
        font-size: 12px
    }
    #id-room-detail__modal .modal-title label {
        font-size: 15px
    }
    #id-room-detail__modal .modal-header {
        display: block;
        padding-top: .5rem
    }
    #id-room-detail__modal .modal-header .close {
        width: 100%;
        text-align: right;
        font-size: 30px;
        position: relative;
        right: unset
    }
    #id-room-detail__modal .section_homepage {
        padding-top: 0
    }
    #id-room-detail__modal .col-daterangepicker {
        margin-bottom: 15px
    }
    #id-facilities_modal .modal-body,
    #id-facilities_modal h4 {
        text-align: center
    }
    #id-facilities_modal #id-facility-schedule-container__div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        position: relative
    }
    #id-attractions__modal h4 {
        font-size: 13px
    }
    #id-attractions__modal .attraction-img-container {
        flex-shrink: 1;
        height: 150px;
        max-width: 160px;
        background-position: 50%
    }
    #id-attractions__modal .attraction-detail {
        flex-shrink: 1.5
    }
    #id-attractions__modal .attraction-detail span {
        font-size: 11px
    }
    #id-attractions__modal .attraction-detail h4 {
        font-size: 21px
    }
    #id-attractions__modal .attraction-detail p {
        font-size: 11px
    }
    .room-detail-modal .book-now-button {
        width: unset;
        padding: 14px 24px;
        margin: 20px 10px
    }
    #id-offers_modal #id-promotion-content__text {
        font-size: 14px
    }
    #id-attractions__modal .attraction-content-row {
        max-height: 600px
    }
    #id-attractions__modal .attraction-content-row {
        overflow: scroll
    }
    .box-attraction-hotel {
        box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .14);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .box-attraction-hotel>h4 {
        font-size: 20px;
    }
    .carousel-inner-hotel {
        position: relative;
    }
    .carousel-caption-hotel {
        height: 320px !important;
        bottom: 0px !important;
        position: absolute;
        top: unset !important;
    }
}

@media screen and (max-width:640px) {
    #swiper-hotel-room .hotel-room-card .card-img-top-container {
        height: 185px
    }
}

.svg-white {
    filter: invert(97%) sepia(97%) saturate(0) hue-rotate(336deg) brightness(102%) contrast(103%)
}

.svg-black {
    filter: invert(0) sepia(27%) saturate(7500%) hue-rotate(328deg) brightness(97%) contrast(106%)
}

.svg-primary {
    filter: invert(13%) sepia(52%) saturate(3714%) hue-rotate(28deg) brightness(93%) contrast(101%);
}

.mt-1 {
    margin-top: 1rem!important
}

.mt-2 {
    margin-top: 2rem!important
}

.mt-3 {
    margin-top: 3rem!important
}

.mt-4 {
    margin-top: 4rem!important
}

.mt-5 {
    margin-top: 5rem!important
}

.mt-6 {
    margin-top: 6rem!important
}

.mt-7 {
    margin-top: 7rem!important
}

.mt-8 {
    margin-top: 8rem!important
}

.mt-9 {
    margin-top: 9rem!important
}

.mt-10 {
    margin-top: 10rem!important
}

.mb-1 {
    margin-bottom: 1rem!important
}

.mb-2 {
    margin-bottom: 2rem!important
}

.mb-3 {
    margin-bottom: 3rem!important
}

.mb-4 {
    margin-bottom: 4rem!important
}

.mb-5 {
    margin-bottom: 5rem!important
}

.mb-6 {
    margin-bottom: 6rem!important
}

.mb-7 {
    margin-bottom: 7rem!important
}

.mb-8 {
    margin-bottom: 8rem!important
}

.mb-9 {
    margin-bottom: 9rem!important
}

.mb-10 {
    margin-bottom: 10rem!important
}

@media screen and (min-width:768px) {
    .mt-md-1 {
        margin-top: 1rem!important
    }
    .mt-md-2 {
        margin-top: 2rem!important
    }
    .mt-md-3 {
        margin-top: 3rem!important
    }
    .mt-md-4 {
        margin-top: 4rem!important
    }
    .mt-md-5 {
        margin-top: 5rem!important
    }
    .mt-md-6 {
        margin-top: 6rem!important
    }
    .mt-md-7 {
        margin-top: 7rem!important
    }
    .mt-md-8 {
        margin-top: 8rem!important
    }
    .mt-md-9 {
        margin-top: 9rem!important
    }
    .mt-md-10 {
        margin-top: 10rem!important
    }
    .mb-md-1 {
        margin-bottom: 1rem!important
    }
    .mb-md-2 {
        margin-bottom: 2rem!important
    }
    .mb-md-3 {
        margin-bottom: 3rem!important
    }
    .mb-md-4 {
        margin-bottom: 4rem!important
    }
    .mb-md-5 {
        margin-bottom: 5rem!important
    }
    .mb-md-6 {
        margin-bottom: 6rem!important
    }
    .mb-md-7 {
        margin-bottom: 7rem!important
    }
    .mb-md-8 {
        margin-bottom: 8rem!important
    }
    .mb-md-9 {
        margin-bottom: 9rem!important
    }
    .mb-md-10 {
        margin-bottom: 10rem!important
    }
}

@media screen and (min-width:992px) {
    .mt-lg-1 {
        margin-top: 1rem!important
    }
    .mt-lg-2 {
        margin-top: 2rem!important
    }
    .mt-lg-3 {
        margin-top: 3rem!important
    }
    .mt-lg-4 {
        margin-top: 4rem!important
    }
    .mt-lg-5 {
        margin-top: 5rem!important
    }
    .mt-lg-6 {
        margin-top: 6rem!important
    }
    .mt-lg-7 {
        margin-top: 7rem!important
    }
    .mt-lg-8 {
        margin-top: 8rem!important
    }
    .mt-lg-9 {
        margin-top: 9rem!important
    }
    .mt-lg-10 {
        margin-top: 10rem!important
    }
    .mb-lg-1 {
        margin-bottom: 1rem!important
    }
    .mb-lg-2 {
        margin-bottom: 2rem!important
    }
    .mb-lg-3 {
        margin-bottom: 3rem!important
    }
    .mb-lg-4 {
        margin-bottom: 4rem!important
    }
    .mb-lg-5 {
        margin-bottom: 5rem!important
    }
    .mb-lg-6 {
        margin-bottom: 6rem!important
    }
    .mb-lg-7 {
        margin-bottom: 7rem!important
    }
    .mb-lg-8 {
        margin-bottom: 8rem!important
    }
    .mb-lg-9 {
        margin-bottom: 9rem!important
    }
    .mb-lg-10 {
        margin-bottom: 10rem!important
    }
}

@media screen and (min-width:1200px) {
    .mt-xl-1 {
        margin-top: 1rem!important
    }
    .mt-xl-2 {
        margin-top: 2rem!important
    }
    .mt-xl-3 {
        margin-top: 3rem!important
    }
    .mt-xl-4 {
        margin-top: 4rem!important
    }
    .mt-xl-5 {
        margin-top: 5rem!important
    }
    .mt-xl-6 {
        margin-top: 6rem!important
    }
    .mt-xl-7 {
        margin-top: 7rem!important
    }
    .mt-xl-8 {
        margin-top: 8rem!important
    }
    .mt-xl-9 {
        margin-top: 9rem!important
    }
    .mt-xl-10 {
        margin-top: 10rem!important
    }
    .mb-xl-1 {
        margin-bottom: 1rem!important
    }
    .mb-xl-2 {
        margin-bottom: 2rem!important
    }
    .mb-xl-3 {
        margin-bottom: 3rem!important
    }
    .mb-xl-4 {
        margin-bottom: 4rem!important
    }
    .mb-xl-5 {
        margin-bottom: 5rem!important
    }
    .mb-xl-6 {
        margin-bottom: 6rem!important
    }
    .mb-xl-7 {
        margin-bottom: 7rem!important
    }
    .mb-xl-8 {
        margin-bottom: 8rem!important
    }
    .mb-xl-9 {
        margin-bottom: 9rem!important
    }
    .mb-xl-10 {
        margin-bottom: 10rem!important
    }
}

@media screen and (min-width:1600px) {
    .mt-xxl-1 {
        margin-top: 1rem!important
    }
    .mt-xxl-2 {
        margin-top: 2rem!important
    }
    .mt-xxl-3 {
        margin-top: 3rem!important
    }
    .mt-xxl-4 {
        margin-top: 4rem!important
    }
    .mt-xxl-5 {
        margin-top: 5rem!important
    }
    .mt-xxl-6 {
        margin-top: 6rem!important
    }
    .mt-xxl-7 {
        margin-top: 7rem!important
    }
    .mt-xxl-8 {
        margin-top: 8rem!important
    }
    .mt-xxl-9 {
        margin-top: 9rem!important
    }
    .mt-xxl-10 {
        margin-top: 10rem!important
    }
    .mb-xxl-1 {
        margin-bottom: 1rem!important
    }
    .mb-xxl-2 {
        margin-bottom: 2rem!important
    }
    .mb-xxl-3 {
        margin-bottom: 3rem!important
    }
    .mb-xxl-4 {
        margin-bottom: 4rem!important
    }
    .mb-xxl-5 {
        margin-bottom: 5rem!important
    }
    .mb-xxl-6 {
        margin-bottom: 6rem!important
    }
    .mb-xxl-7 {
        margin-bottom: 7rem!important
    }
    .mb-xxl-8 {
        margin-bottom: 8rem!important
    }
    .mb-xxl-9 {
        margin-bottom: 9rem!important
    }
    .mb-xxl-10 {
        margin-bottom: 10rem!important
    }
}

.border-shadow {
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .14);
}

.room-slide.swiper-slide {
    -webkit-transform: scale(.8);
    transform: scale(0.8);
    transition: all 300ms ease;
}

.room-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 768px) {
    #section_rooms {
        height: unset;
    }
    .height-inherit {
        height: unset !important;
    }
}

@media (max-width: 768px) {
    .press-icon-hotel-menu {
        border: 1px solid #000;
        border-radius: 50px;
        height: 50px;
        padding: 10px;
        margin: 5px 0;
        font-size: 25px;
    }
    .widget-visible {
        bottom: 5rem !important;
    }
    .carousel-caption-hotel {
        border-radius: 0 !important;
        bottom: 0 !important;
    }
    .banner-membership-hotel {
        margin-bottom: 2em;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.socmed-icon:hover {
    color: #361500 !important;
}

#navbar-mobile .navbar-brand .logo-mobile {
    padding-left: 0px;
}

.mb-10px {
    margin-bottom: 10px;
}

.section_space_to_deal .card .btn-detail {
    border: 1px solid #d6bcab;
    color: #d6bcab;
}

.height-unset {
    height: unset;
}

.menu-desktop>li {
    padding: 0px 15px 0px 15px;
}

.navbar-menu-container-hotel>ul {
    text-align: center;
    justify-content: center;
}

.navbar-menu-container-hotel {
    width: 100%;
    margin-top: 13px;
}

.nav-item>a {
    text-shadow: 0px 1px 4px #000;
}

.switch-language {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border: unset;
    font-weight: 700;
}

.list-press {
    margin-right: 0px;
    margin-left: 0px;
}

.swiper-testimonial {
    height: 450px;
}

.swiper-button-next-brand {
    margin-right: -40px;
}

.swiper-button-prev-brand {
    margin-left: -40px;
}

@media (min-width: 768px) {
    .top-image-press {
        border-radius: 3px;
        text-align: center;
    }
}

.hotel-press-detail {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.27px;
    text-align: center;
    line-height: 1.21;
    color: #523424;
    font-weight: bold;
}

.title-press {
    font-size: 33px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #CCAD6A;
}

.date-text {
    font-size: 11.1px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.16;
    letter-spacing: 0.22px;
    text-align: left;
    color: #939598;
}

.press-description {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.11px;
    text-align: left;
    color: #000;
}

.share-on {
    font-size: 11.1px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: 0.22px;
    text-align: right;
    color: #939598;
}

.icon-share {
    font-size: 26px;
    color: #939598;
}

.row-press {
    position: relative;
    margin-left: 50px;
}

.share-press-detail {
    right: 70px;
    z-index: 1;
    position: absolute;
    top: 131px;
}

.icon-share {
    margin-right: -3px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .hotel-press-detail {
        width: 50%;
        text-align: left;
    }
    .row-press {
        margin-left: 0px !important;
    }
    .title-press {
        font-size: 27px;
    }
    .press-description {
        margin-top: 1em !important;
    }
    .hotel-press-detail,
    .date-press {
        margin-top: -1em;
    }
}