﻿/* 2020.08 londonermacao template migration */

/* common */

hr {
    border-top-color: #e9e8e8;
}
.op_text_detail_ul ul, ol{
    padding-left: 17px !important;
    padding-inline-start: 17px;
}
.op_text_details ul li{
    margin-left: unset;
}
.wsection-title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #424b5a;
}

.wsection-title::after {
    display: block;
    margin-top: 14px;
    width: 100%;
    height: 12px;
    background: url("../image/uicon-title-decoration.svg") center / auto 100% no-repeat;
    content: "";
}

@media (max-width: 1024px) {
    .wsection-title {
        padding-top: 24px;
        font-size: 20px;
        line-height: 1.2;
    }

    .wsection-title::after {
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
        width: 85px;
        height: 6px;
        background: url("../image/uicon-title-decoration-m.svg") center / auto 100% no-repeat;
    }
}

.ecolor-424b5a {
    color: #424b5a;
}

/* end of common */

/* listpage */

.listpage-header {
    padding-bottom: 0;
}

.listpage-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    border-top: 1px solid #e9e8e8;
    padding-top: 24px;
    padding-bottom: 24px;
}

.listpage-body ~ .listpage-body {
    margin-top: 0;
}

.listpage-body > .col-md-3 img {
    width: 100%;
}

.listpage-body .listpage-title h2 {
    font-size: 20px;
    color: #424b5a;
}

.listpage-body .listpage-title h2:hover {
    color: inherit;
}

.listpage-body .lp-item-desc {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
    color: #424b5a;
}

.listpage-body .lp-item-desc p {
    margin-bottom: 0;
}

.listpage-body [id*="lp_left_content"]::after {
    display: block;
    width: 100%;
    height: 8px;
    background: url("../image/uicon-image-decoration1.png") center / 100% 100% no-repeat;
    content: "";
}

.listpage-body [id*="lp_right_content"] {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 9px;
    padding-left: 28px;
}

.listpage-body [id*="lp_right_content"] > .row:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
}

.listpage-body [id*="lp_right_content"] > .row:nth-child(3) .listpage-title {
    position: static;
}

.listpage-body a.btn-glb-ctn,
.listpage-highlight-block a.book-btn {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 135px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    letter-spacing: .5px;
    color: #fff !important;
    background: #b5965a !important;
}

.listpage-body a.btn-glb-ctn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.listpage-body a.btn-glb-ctn:focus {
    color: #fff;
}

@media (max-width: 1024px) {
    .listpage-header {
        margin-bottom: -16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .listpage-body {
        flex-direction: column;
        margin-top: -4px;
    }

    .listpage-body hr {
        display: none;
    }

    .listpage-body [id*="lp_right_content"] {
        padding: 4px 14px 0;
    }

    .listpage-body .listpage-title h2 {
        font-size: 17px;
    }

    .listpage-body .lp-item-desc {
        margin-top: 8px;
        padding-right: 0;
        letter-spacing: 0;
    }

    .listpage-body a.btn-glb-ctn {
        position: static;
        margin-top: 10px;
        margin-bottom: 0;
        min-width: 122px;
        font-size: 14px;
    }
}

/* end of listpage */

/* breadcrumb */

.js_sn_links {
    font-size: 0;
}

.js_sn_links > * {
    font-size: 14px;
    letter-spacing: .2px;
    color: #424b5a;
    opacity: .65;
}

.js_sn_links > a {
    position: relative;
    margin-right: 17px;
    text-decoration: none;
}

.js_sn_links > a:hover {
    color: #cb9623;
}

.js_sn_links > a::after {
    position: absolute;
    top: 4px;
    right: -14px;
    width: 9px;
    height: 8px;
    background: url("../image/bnav-arrow.svg") center / 100% no-repeat;
    content: "";
}

.js_sn_links > span {
    opacity: 1;
}

.navs-shortcut {
    margin-top: 24px;
    margin-bottom: 6px;
}

@media (max-width: 1024px) {
    .js_sn_links > * {
        font-size: 12px;
    }

    .navs-shortcut {
        margin-top: 16px;
    }

    .js_sn_links > a::after {
        top: 2px;
        /* background-size: 7px; */
        right: -8px;
        width: 7px;
    }

    .js_sn_links > a {
        margin-right: 8px;
    }
}

/* end of breadcrumb */

/* back to home */

.back-to-home {
    padding-bottom: 23px;
    pointer-events: none;
}

.back-to-home hr {
    position: relative;
    margin-top: 17px;
    border: none;
    padding-top: .9259259%;
    height: 0;
}

.back-to-home hr::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url("../image/uicon-divider.svg") center / 100% no-repeat;
    content: "";
}

.back-to-home hr + div {
    pointer-events: auto;
}

.back-to-home a {
    position: relative;
    left: -6px;
    font-size: 14px;
    line-height: 1.5;
    color: #424b5a;
}

.back-to-home a::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 17px;
    height: 16px;
    background: #fff;
    content: "";
}

.back-to-home a::after {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 9px;
    background: url("../image/uicon-arrow-left-double.svg") center / 100% no-repeat;
    content: "";
}

@media (max-width: 1024px) {
    .back-to-home {
        padding-bottom: 21px;
    }

    .back-to-home hr {
        margin-bottom: 10px;
        padding-top: 1.769911504%;
    }

    .back-to-home hr::after {
        background-image: url("../image/uicon-divider-m.svg");
    }

    .back-to-home a {
        left: -3px;
        font-size: 12px;
        letter-spacing: .17px;
    }

    .back-to-home a::after {
        top: 2px;
        left: 3px;
    }
}

/* end of back to home */

/* detailpage */

[id="dp_main_title_displaying"] {
    margin-top: 9px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .46px;
    color: #424b5a;
}

.dp_main_desc {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: .38px;
    color: #424b5a;
}

.dp_main_desc p {
    margin-bottom: 0;
}

.dp-tabs-header {
    margin-top: 40px;
}

.dp-tabs-header li {
    min-width: 95px;
    text-align: center;
}

.dp-tabs-header li.active {
    min-width: 112px;
}

.dp-tabs-header > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #424b5a;
    border: 2px solid rgb(255 255 255 / 0%);
}

.dp-tabs-header > li.active > a,
.dp-tabs-header > li.active > a:hover,
.dp-tabs-header > li.active > a:focus {
    border: 1px solid #e9e8e8;
    border-top: 3px solid #b5965a;
    color: #b5965a;
}

.dp-tab-content .tab-pane {
    margin-top: 20px;
}

.dp-tab-content,
.dp-tab-content a:not(.btn-glb-ctn) {
    font-size: 14px;
    color: #424b5a;
}

.dp-tab-content ul {
    margin-top: 6px;
    padding-left: 19px;
    font-size: 13px;
    color: #535662;
}

.dp-tab-content b {
    letter-spacing: .38px;
}

.dp-tab-content a:not(.btn-glb-ctn) {
    text-decoration: underline;
}

.dp-tab-content .btn-glb-ctn:focus {
    text-decoration: none;
    color: #fff;
}

.dp-tab-content .tiles h3 a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    [id="dp_main_title_displaying"] {
        margin-top: 0;
        font-size: 24px;
        letter-spacing: 0;
    }

    .dp_main_desc {
        margin-top: 4px;
        letter-spacing: 0;
    }

    [id="dp_accordion"] {
        margin-top: 24px;
        margin-bottom: 0;
        color: #424b5a;
    }

    [id="dp_accordion"] .panel-title {
        font-size: 14px;
        font-weight: 500;
    }

    [id="dp_accordion"] .panel-heading {
        position: relative;
        padding-top: 12.5px;
        padding-left: 13px;
        padding-bottom: 12.5px;
        font-weight: 500;
        letter-spacing: .38px;
        color: #424b5a;
        background-color: #f9f9f9;
    }

    [id="dp_accordion"] .panel-heading::after {
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -3.5px;
        width: 10px;
        height: 7px;
        background: url("../image/uicon-arrow-down.svg") center / 100% no-repeat;
        transition: transform .3s ease-in-out;
        content: "";
    }

    [id="dp_accordion"] .panel-heading.up::after {
        transform: rotate(180deg);
    }

    [id="dp_accordion"] .panel {
        border-color: #eeeded;
        border-radius: 3px;
        box-shadow: none;
    }

    [id="dp_accordion"] .panel + .panel {
        margin-top: 6px;
    }

    #dp_accordion .panel-body {
        border-top: none;
        padding-top: 12px;
        padding-left: 13px;
        font-size: 14px;
    }

    [id="dp_accordion"] .panel-body ul {
        margin-top: 5px;
        padding-left: 17px;
        font-size: 13px;
    }

    [id="dp_accordion"] .panel-body a,
    [id="dp_accordion"] .panel-body a:hover,
    [id="dp_accordion"] .panel-body a:active {
        text-decoration: underline;
        color: inherit;
    }
}

/* end of detailpage */

/* gibox */

#dp_gibox_displaying {
    margin-top: 13px;
}

.gi_box {
    border: 1px solid #eeeded;
    border-radius: 6px;
    box-shadow: none;
}

.gi_box_body .panel-heading {
    padding-top: 21px;
    padding-bottom: 19px;
    background: #f9f9f9;
}

.gi_box_body h3.panel-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .48px;
    color: #424b5a;
}

.gi_box .panel-body {
    padding: 16px 23px;
    font-size: 13px;
    line-height: 1.384615385;
    letter-spacing: .35px;
    color: #424b5a;
}

.gi_box_body b {
    line-height: 1.538461538;
}

.gi_box_body p {
    margin-bottom: 13px;
}

.gi_box ul {
    list-style: disc inside;
    padding-left: 0;
}

.gi_box ul > li {
    padding-left: 0;
}

.gi_box a {
    color: #424b5a;
}

@media (max-width: 1024px) {
    #dp_gibox_displaying {
        margin-top: 12px;
    }

    .gi_box {
        margin-bottom: 7px;
        border-radius: 4px;
    }

    .gi_box_body .panel-heading {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }

    .gi_box_body h3.panel-title {
        font-size: 14px;
        letter-spacing: .38px;
    }

    .gi_box .panel-body {
        padding: 14px 13px;
        line-height: 1.6;
    }

    .gi_box ul {
        margin-top: 2px;
    }
}

/* end of gibox */

/* entertainment */

/* three tiles */

.wtiles-divider {
    margin-top: 5px;
    margin-bottom: 24px;
}

.wtiles-container picture {
    display: block;
    position: relative;
}

.wtiles-container picture::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../image/uicon-image-decoration-2.png") center / 100% 100% no-repeat;
    content: "";
}

.wtiles-container .ti {
    height: auto;
    color: #424b5a;
}

.wtiles-container .ti a {
    text-decoration: none;
    color: inherit;
}

.wtiles-container .ti a:hover {
    text-decoration: underline;
    color: #cb9623;
}

.wtiles-container .ti h2 {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.wtiles-container .info-section {
    margin-top: 9px;
    height: auto;
}

.wtiles-container .info .fa {
    display: none;
}

.wtiles-container .info-section .info {
    margin-bottom: 2px;
    font-size: 14px;
    color: #424b5a;
}

.wtiles-container .info::before {
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 22px;
    vertical-align: top;
    content: "";
}

.wtiles-container .info-loc::before {
    background: url("../image/uicon-location.svg") center / 10px no-repeat;
}

.wtiles-container .info-cal::before {
    background: url("../image/uicon-calendar.svg") center / 12px no-repeat;
}

.wtiles-container .price-section {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: .38px;
    color: #424b5a;
}

.wtiles-container .price-section span {
    font-size: 18px;
    color: #b5965a;
}

.wtiles-container .btn-section {
    margin-top: 15px;
}

.wtiles-container .btn-section a.btn {
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 142px;
    font-weight: 500;
    letter-spacing: .47px;
}

.wtiles-container .btn-section a.btn-white {
    border-color: #b5965a;
    color: #b5965a;
}

.wtiles-container .btn-section a.btn-gold {
    background-color: #b5965a;
}

@media (max-width: 1024px) {
    .wtiles-divider {
        display: none;
    }

    .wtiles-container picture::after {
        height: 7px;
    }

    .wtiles-container .ti h2 {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.176470588;
    }

    .wtiles-container .info-section {
        margin-top: 8px;
    }

    .wtiles-container .info::before {
        margin-right: 0;
    }

    .wtiles-container .price-section {
        margin-top: -4px;
        font-size: 13px;
    }

    .wtiles-container .price-section span {
        font-size: 16px;
    }

    .wtiles-container .btn-section a.btn {
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 122px;
    }

    .ent-wrap {
        margin-bottom: 23px;
        border-top: 1px solid #e9e8e8;
        padding-top: 24px;
    }
}

/* end of three tiles */

/* one tile */

.wimage-text {
    display: flex;
    border-top: 1px solid #e9e8e8;
    padding-top: 33px;
}

.wimage-container {
    width: 42.1203394%;
}

.wimage-container::after {
    display: block;
    width: 100%;
    height: 8px;
    background: url("../image/uicon-image-decoration-3.png") center / 100% 100% no-repeat;
    content: "";
}

.wimage-container img {
    width: 100%;
}

.wtext-container {
    flex-grow: 1;
    padding-top: 16px;
    padding-left: 41px;
}

.wtext-title {
    font-size: 20px;
    font-weight: 500;
    color: #424b5a;
}

.wtext-title a {
    color: inherit;
}

.wtext-subtitle {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #b4975a;
}

.wtext-description {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: .38px;
    color: #424b5a;
}

.wtext-description p {
    margin-bottom: 0;
}

.wtext-button {
    display: inline-block;
    margin-top: 38px;
    padding: 7px 10px;
    min-width: 142px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background: #b5965a;
}

.wtext-button:focus,
.wtext-button:hover {
    text-decoration: none;
    color: #fff;
    background: #ccac68;
}

@media (max-width: 1024px) {
    .wimage-text {
        flex-direction: column;
        padding-top: 25px;
    }

    .wimage-container {
        width: 100%;
    }

    .wimage-container::after {
        height: 7px;
    }

    .wtext-container {
        padding-top: 10px;
        padding-left: 0;
    }

    .wtext-title {
        font-size: 17px;
    }

    .wtext-subtitle {
        margin-top: 1px;
        font-size: 14px;
    }

    .wtext-description {
        line-height: 1.571428571;
        letter-spacing: 0;
    }

    .wtext-button {
        margin-top: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 122px;
    }
}

/* end of one tile */

/* video */

.wvideo {
    margin-top: 51px;
}

.wvideo-container {
    position: relative;
    margin-top: 28px;
}

.uicon-play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../image/uicon-play.svg") center / 94px no-repeat;
    cursor: pointer;
}

.wvideo-container .video-js .vjs-big-play-button,
.wvideo-container .w-big-play-button {
    display: none !important;
}

.wvideo-container .youtube-video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}

.wvideo-container .youtube-video-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wvideo-container .youtube-video-container iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .wvideo {
        margin-top: 24px;
        border-top: 1px solid #e9e8e8;
    }

    .wvideo-container {
        margin-top: 16px;
    }

    .uicon-play {
        background-image: url("../image/uicon-play-m.svg");
        background-size: 52px;
    }
}

/* end of video */

/* gallery */

.wgallery {
    margin-top: 51px;
}

.wgallery-shows {
    margin-top: 28px;
    margin-left: -5.5px;
    margin-right: -5.5px;
    margin-bottom: 11px;
}

.wgallery-shows::after {
    display: block;
    clear: both;
    content: "";
}

.wgallery-show {
    float: left;
    margin-bottom: 12px;
    padding-left: 5.5px;
    padding-right: 5.5px;
    width: 20%;
}

.wgallery-show img {
    width: 100%;
}

@media (max-width: 1024px) {
    .wgallery {
        margin-top: 2px;
    }

    .wgallery-shows {
        margin-top: 16px;
        margin-left: -3px;
        margin-right: -3px;
    }

    .wgallery-show {
        margin-bottom: 6px;
        padding-left: 3px;
        padding-right: 3px;
        width: 33.333333333%;
    }
}

/* end of gallery */

/* end of entertainment */

/* offer */

/* banner */

[id="op-nom-gallery"] img {
    width: 100%;
}

.op_main_banner {
    background: #f9f9f9;
}

.offerpage-subtitle {
    font-size: 20px;
    color: #b4975a;
}

h1.offerpage-title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .46px;
    color: #424b5a;
}

.op_price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #b4975a;
}

.op_desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
    color: #424b5a;
}

.hl-bookbtn-top,
.hl-bookbtn-bottom {
    display: none;
}

.op-book-btn,
.op-book-btn:focus,
.op-book-btn:hover {
    margin-top: 44px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    min-width: 142px;
    font-size: 14px;
    font-weight: 500;
    background: #b5965a;
}

.op_service {
    margin-top: 22px;
    font-size: 15px;
    letter-spacing: .21px;
    color: #424b5a;
}

.op_service [class*="uicon-"] {
    display: inline-block;
    margin-top: 1px;
    margin-right: 4px;
    width: 18px;
    height: 20px;
    vertical-align: top;
}

.op_service [class*="wicon-"] {
    display: inline-block;
    margin-right: 19px;
    vertical-align: top;
}

.uicon-wifi {
    background: url("../image/uicon-wifi.svg") center / 18px no-repeat;
}

.uicon-stopwatch {
    background: url("../image/uicon-stopwatch.svg") center / 18px no-repeat;
}

#op_main_bookblock {
    position: static;
}

#op_main_block {
    display: flex;
}

#op_main_block > div:nth-child(2) {
    margin-left: 31px;
    height: auto !important;
}

.op_main_desc {
    top: 45%;
    transform: translateY(-45%);
}

@media (max-width: 1024px) {
    #op_main_block {
        flex-direction: column;
        padding-bottom: 19px;
    }

    .op_main_desc {
        position: static;
        transform: none;
    }

    #op-m-gallery .carousel-control {
        width: 11%;
        background: url("../image/uicon-arrow-left.svg") center / 26px no-repeat;
        opacity: 1;
    }

    [id="op-m-gallery"] .right.carousel-control {
        transform: scaleX(-1);
    }

    [id="op-m-gallery"] .carousel-control .glyphicon {
        display: none;
    }

    #op-m-gallery .carousel-indicators {
        bottom: -6px;
        z-index: 9;
    }

    #op-m-gallery .carousel-indicators li {
        margin: 0 5px;
        border: none;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, .5);
    }

    #op-m-gallery .carousel-indicators li.active {
        margin: 0 5px;
        width: 6px;
        height: 6px;
        background: #ccb37c;
    }

    #op_main_block > div:nth-child(2) {
        margin-left: 0;
    }

    .m-op_main_desc {
        margin-left: -15px;
        padding-top: 20px;
    }

    .offerpage-subtitle {
        font-size: 15px;
    }

    h1.offerpage-title {
        font-size: 24px;
        line-height: 1.166666667;
        letter-spacing: 0;
    }

    .op_price {
        margin-top: 0;
        font-size: 14px;
    }

    .op_desc {
        margin-top: 5px;
        letter-spacing: 0;
    }

    div#op_bookbtn_mobile {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .op-book-btn,
    .op-book-btn:focus,
    .op-book-btn:hover {
        margin-top: 20px;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        font-size: 16px;
        letter-spacing: .53px;
    }

    .op_service {
        margin-top: 18px;
        font-size: 13px;
        line-height: 1.230769231;
        text-align: center;
        letter-spacing: .19px;
    }

    .op_service [class*="wicon-"] {
        margin-right: 0;
    }

    .op_service [class*="wicon-"] + [class*="wicon-"] {
        margin-left: 29px;
    }

    .op_service [class*="uicon-"] {
        margin-top: -2px;
    }
}

/* end of banner */

/* body */

.op_bc {
    margin-top: 23px;
}

.op_text_details {
    margin-top: 3px;
    font-size: 14px;
    color: #424b5a;
}

@media (max-width: 1024px) {
    .op_bc {
        margin-top: 20px;
    }

    .op_text_details {
        position: static;
        margin-top: 10px;
    }
}

/* end of body */

/* terms and conditions */

.op_text_tc {
    position: static;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
    color: #424b5a;
}

.op_text_tc a {
    text-decoration: underline;
    color: inherit;
}

.op_text_tc hr {
    margin-bottom: 25px;
}

#display_recommends hr {
    margin-top: 23px;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .op_text_tc {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.538461538;
        letter-spacing: .35px;
    }

    .op_text_tc hr {
        margin-bottom: 21px;
    }

    #display_recommends hr {
        margin-top: 18px;
        margin-bottom: 35px;
    }
}

/* end of terms and conditions */

/* recommend */

.op-recommend-item {
    display: flex;
    font-size: 13px;
    line-height: 1.538461538;
    letter-spacing: .35px;
    color: #424b5a;
}

.rec_item_title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    color: #424b5a;
}

.op-recommend-item > div:nth-child(1) a {
    display: block;
    position: relative;
}

.op-recommend-item > div:nth-child(1) img {
    width: 100%;
}

.op-recommend-item > div:nth-child(1) a::before {
    position: absolute;
    top: -16px;
    left: -17px;
    width: 58px;
    height: 58px;
    background: url("../image/uicon-image-decoration-5.svg") center / 100% no-repeat;
    content: "";
}

.op-recommend-item > div:nth-child(2) {
    position: relative;
    padding-top: 9px;
}

.op-recommend-item > div:nth-child(2) > .row:nth-child(2) {
    margin-top: 4px;
}

.rec_item_detail {
    position: relative;
    left: 0;
    /* bottom: 8px; */
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .35px;
    color: #c0a36a;
}

.rec_item_detail::after {
    display: inline-block;
    margin-top: 1px;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    vertical-align: top;
    background: url("../image/uicon-arrow-right-double-gold.png") center / 39px no-repeat;
    content: "";
}

.rec_item_detailnav {
    display: none;
}

[id="op-recommends-items"] {
    margin-bottom: 23px;
}

@media (max-width: 1024px) {
    .op-recommend-item {
        margin-top: 17px;
        font-size: 12px;
        letter-spacing: .32px;
    }

    .op-recommend-item > div:nth-child(1) {
        width: 39%;
    }

    .op-recommend-item > div:nth-child(2) > .row {
        margin-right: 0;
    }

    .op-recommend-item > div:nth-child(1) a::before {
        top: -20px;
        left: -22px;
        background-size: 37px;
    }

    .op-recommend-item > div:nth-child(2) {
        padding-top: 2px;
        padding-left: 14px;
    }

    .rec_item_title {
        font-size: 14px;
    }

    .op-recommend-item > div:nth-child(2) > .row:nth-child(2) {
        margin-top: 3px;
    }

    .rec_item_detail {
        /* bottom: -1px; */
        font-size: 12px;
        letter-spacing: .3px;
    }

    [id="op-recommends-items"] {
        margin-bottom: 6px;
    }
}

/* end of recommend */

/* end of offer */

/* hotel */

.whotel-main {
    margin-top: -6px;
}

.whotel-main-inner {
    margin-bottom: -21px;
}

.wthree-tiles-container::before {
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
    border-top: 1px solid #e9e8e8;
    content: "";
}

.dtl-tile-wrap {
    margin-bottom: 41px;
}

.dtl-tile-wrap picture {
    display: block;
    position: relative;
}

.dtl-tile-wrap picture::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../image/uicon-image-decoration-2.png") center / 100% 100% no-repeat;
    content: "";
}

.dtl-tile-wrap h2 {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #424b5a;
}

.text-section {
    margin-top: -8px;
    font-size: 16px;
    font-weight: 500;
    color: #b4975a;
}

.wthree-tiles-description {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.384615385;
    color: #424b5a;
}

.wthree-tiles-description ul {
    list-style-position: inside;
    padding-left: 8px;
}

.wthree-tiles-description li {
    margin-bottom: 5px;
}

.wbtn-container {
    margin-top: 25px;
}

.wbtn {
    border: 1px solid #b5965a;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 142px;
    font-size: 14px;
    letter-spacing: .47px;
}

.btn-white.wbtn {
    color: #b5965a;
}

.btn-gold.wbtn {
    background: #b5965a;
}

@media (max-width: 1024px) {
    .wthree-tiles-container::before {
        display: none;
    }

    .dtl-tile-wrap {
        margin-bottom: 0;
        border-top: 1px solid #e9e8e8;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .dtl-tile-wrap picture::after {
        height: 7px;
    }

    .dtl-tile-wrap h2 {
        margin-top: 14px;
        font-size: 17px;
    }

    .text-section {
        margin-top: -10px;
        font-size: 14px;
    }

    .wthree-tiles-description {
        margin-top: -1px;
    }

    .wbtn-container {
        margin-top: 19px;
    }

    .wbtn {
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 122px;
    }

    .qback-home {
        margin-top: -10px;
    }

    .qback-home hr {
        margin-top: 0;
        width: 100%;
    }

    .wthree-tiles-container {
        margin-bottom: -4px;
    }

    .whotel-main,
    .whotel-main-inner {
        margin-bottom: 0;
    }

    .wthree-tiles-description ul {
        list-style: none;
        padding-left: 20px;
    }

    .wthree-tiles-description li::before {
        display: inline-block;
        margin-top: 7px;
        margin-left: -11px;
        margin-right: 8px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        vertical-align: top;
        background: #424b5a;
        content: "";
    }
}

/* end of hotel */

/* entertainment detail */

.tabs-list-wrap.etabs-container {
    border-top: none;
}

ul.etabs {
    border-bottom: 1px solid #e9e8e8;
    padding-left: 0;
    text-align: left;
}

.etab + .etab {
    margin-left: 21px;
}

.tabs-list-wrap ul li.etab a {
    padding: 12.5px 25px;
    min-width: 107px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    color: #424b5a;
}

.tabs-list-wrap ul li.etab a:focus,
.tabs-list-wrap ul li.etab a:hover {
    color: #b5965a;
}

.tabs-list-wrap ul li.etab a.actived {
    border-top: 3px solid #b5965a;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
    padding: 9.5px 24px 12.5px;
    color: #b5965a;
}

.etabs-contents {
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
    color: #424b5a;
}

.etabs-content {
    padding-top: 41px;
}

.etabs-contents [id*="big_play_button_graphic"] {
    background: url("../image/vid-play1.svg") center / 56px 56px no-repeat !important;
    height: 100px !important;
}

.etabs-contents [id*="big_play_button_background"] {
    background: none !important;
}

.evideo-image-container {
    display: inline-block;
    vertical-align: top;
}

.evideo-decoration {
    height: 8px;
    background: url("../image/uicon-image-decoration-6.png") center / 100% 100% no-repeat;
}

.eoffer {
    margin-top: 56px;
    padding-top: 55px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
    color: #424b5a;
    background: #f7f7f7;
}

.eoffer a {
    color: #424b5a;
}

.egallery {
    position: relative;
    margin: 56px -8px 31px;
}

.egallery-image-container {
    padding-left: 8px;
    padding-right: 8px;
}

.egallery-image {
    background: #000 center / contain no-repeat;
}

.egallery-image::before {
    display: block;
    padding-top: 75.71884984%;
    content: "";
}

.egallery .slick-slide > div > div {
    vertical-align: top;
}
/*2023.06.13 by huzhen*/
.egallery-control {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 22px;
    background: url(../image/left.svg) center no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
}

.egallery-control.left {
    left: -38px;
}

.egallery-control.right {
    right: -38px;
    transform: translateY(-50%) scaleX(-1);
}
/*2023.06.13 by huzhen end*/
@media (max-width: 1024px) {
    .egallery {
        margin-bottom: 45px;
        padding-left: 11px;
        padding-right: 11px;
    }
    /*2023.06.13 by huzhen */
    .egallery-control {
        display: block;
    }
    .egallery-control.left{
        left: -5px;
    }
    .egallery-control.right{
        right: -5px;
    }
    /*2023.06.13 by huzhen  end*/
    .egallery .slick-dots li {
        margin: 0 3.5px;
        width: 6px;
        height: 6px;
    }

    .egallery .slick-dots li button {
        padding: 0;
        width: 6px;
        height: 6px;
    }

    .egallery .slick-dots li button::before {
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background: #d8d8d8;
        opacity: 1;
        content: "";
    }

    .egallery .slick-dots li.slick-active button::before {
        background: #b5965a;
        opacity: 1;
    }

    .eoffer {
        padding-top: 37px;
        padding-bottom: 30px;
        letter-spacing: 0;
    }

    ul.etabs {
        display: flex;
        justify-content: space-between;
    }

    .etab {
        flex-grow: 1;
        max-width: 50%;
    }

    .etab + .etab {
        margin-left: 0;
    }

    .tabs-list-wrap ul li.etab a {
        padding: 8.5px 1px;
        min-width: auto;
        font-size: 14px;
    }

    .tabs-list-wrap ul li.etab a.actived {
        border-top-width: 2px;
        padding: 6.5px 0 8.5px;
    }

    .tabs-list-wrap ul li.etab + .etab a.actived {
        position: static;
    }

    .etabs-content {
        padding-top: 24px;
    }

    .evideo-decoration {
        display: none;
    }

    .evideo-container {
        margin-top: 20px;
    }

    .etabs-contents [id*="big_play_button_graphic"] {
        background: none !important;
    }

    .etabs-contents [id*="big_play_button_graphic"]::before {
        display: block;
        margin-top: -12px;
        height: 56px;
        width: 56px;
        background: url("../image/vid-play1.svg") center / 56px 56px no-repeat !important;
        content: "";
        position: absolute;
        left: calc(50% - 28px);
        top: calc(50% - 28px);
    }
}

/* end of entertainment detail */

/* back to top */

.backtop {
    display: none !important;
}

/* back to top */
.js-top-banner-video-thumbnail-pc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    object-fit: contain;
}
.js-video-play-button img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
}
@media (max-width: 1024px) {
    .js-video-play-button img{
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
    }
    .js-top-banner-video-thumbnail-mb{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: black;
        object-fit: contain;
    }
}
.mobile-banner-promo-title{
    position: absolute;
    left:26%;
    top:35%;
    width: 50%;
    font-weight:400;
    font-size:22px;
    line-height:28px;
    letter-spacing:0.2px;
    text-align:center;
    color: #ffffff;
}