/* Serif */

@font-face {
    font-family: "Cinzel";
    src: url("../cinzel-regular.html");
}

@font-face {
    font-family: "Cinzel";
    font-weight: bold;
    src: url("../cinzel-bold.html");
}

@font-face {
    font-family: "Quattrocento";
    src: url("../ttf/quattrocento-regular.ttf");
}

@font-face {
    font-family: "Quattrocento";
    font-weight: bold;
    src: url("../ttf/quattrocento-bold.ttf");
}

/* @font-face {
    font-family: "Source Han Serif SC";
    src: url("../fonts/SourceHanSerifSC-Regular.otf");
} */

/* @font-face {
    font-family: "Source Han Serif SC";
    font-weight: bold;
    src: url("https://assets.sandsresortsmacao.cn/content/fonts/SourceHanSerifSC-Bold.otf");
} */

/* Sans */

@font-face {
    font-family: "QuattrocentoSans";
    src: url("../ttf/quattrocentosans-regular.ttf");
}

@font-face {
    font-family: "QuattrocentoSans";
    font-weight: bold;
    src: url("../ttf/quattrocentosans-bold.ttf");
}

@font-face {
    font-family: "Source Han Sans CN";
    src: url("../sourcehansanscn-regular.html");
}

body {
    /* font-family: "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    letter-spacing: .4px; */
    font-family: Arial, Helvetica, sans-serif;
}

.u-main {
    /* to be removed */
    font-family: "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    letter-spacing: .4px;
}

h1 {
    margin: 0 0 20px;
    font-family: "Source Han Serif SC", STSong, serif;
    font-size: 60px;
    line-height: 84px;
}

h1:lang(en) {
    font-family: Cinzel, serif;
}

h2 {
    margin: 0 0 20px;
    font-family: "Source Han Serif SC", STSong, serif;
    font-size: 42px;
    line-height: 56px;
}

h2:lang(en) {
    font-family: Quattrocento, serif;
}

h3 {
    margin: 0 0 16px;
    font-family: "Source Han Serif SC", STSong, serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
}

h3:lang(en) {
    font-family: Quattrocento, serif;
}

h4 {
    margin: 0 0 16px;
    font-family: "Source Han Serif SC", STSong, serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}

h4:lang(en) {
    font-family: Quattrocento, serif;
}

h5 {
    margin: 0 0 16px;
    font-family: "Source Han Sans CN", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

h5:lang(en) {
    font-family: QuattrocentoSans, sans-serif;
}

h6 {
    margin: 0 0 12px;
    font-family: "Source Han Sans CN", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h6:lang(en) {
    font-family: QuattrocentoSans, sans-serif;
}

main p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
}

p:lang(en) {
    /* font-family: QuattrocentoSans, sans-serif; */
}

/* container */

.u-main {
    margin-top: 117px;
}

.u-ctn {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1225px;
}

.u-ctn--large {
    margin: 0 auto;
    max-width: 1440px;
}

.u-ctn.full-width {
    width: 100%;
    max-width: 100%;
}

a {
    color: #b5965a;
}

a:focus {
    text-decoration: none;
    color: #b5965a;
}

a:hover {
    text-decoration: underline;
    color: #9b814d;
}

.js-tab-content {
    display: none;
}

.js-tab-content.active {
    display: block;
}

/* section title */

.u-ctn-title {
    margin-bottom: 0;
    text-align: center;
    color: #424b5a;
}

.u-ctn-title.left {
    text-align: left;
}

.u-ctn-title-rule {
    margin-top: 14px;
    height: 24px;
    background: url("../svg/pc-title-divider.svg") center / auto 100% no-repeat;
}

.u-ctn-title-rule.white {
    background-image: url("data:image/svg+xml,%3Csvg width='162' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1)' stroke='%23FFF' fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 12.5h32.5M128 12.5h32.5M48 12.5l6-.015M62 12.5h7.157M91 12.5h7.157M106 12.5h7.157' stroke-linecap='square'/%3E%3Cpath d='M80 1.393L90.607 12 80 22.607 69.393 12z'/%3E%3Cpath d='M80 7.05L84.95 12 80 16.95 75.05 12zM40.485 4.707l7.778 7.778-7.778 7.778-7.778-7.778zM120.485 4.707l7.778 7.778-7.778 7.778-7.778-7.778z'/%3E%3Ccircle cx='58' cy='12' r='4'/%3E%3Ccircle cx='102' cy='12' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

.u-ctn-title-rule.left {
    background-position: left center;
}

.u-ctn-subtitle {
    margin: 16px 0 0;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #8b95a6;
}

.u-ctn-desc {
    margin: 24px auto 0;
    width: 74%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #424b5a;
}

/* button */

.u-ctn-btn {
    display: inline-block;
    border-radius: 2px;
    padding: 13px 0;
    width: 180px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    background-image: url("../png/bg-btn.png");
    background-size: 100% 100%;
}

.u-ctn-btn.short {
    width: 145px;
}

.u-ctn-btn.narrow {
    padding: 7px 0;
    height: 36px;
}

.u-ctn-btn:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.u-ctn-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #9b814d;
}

.u-ctn-btn.white,
.u-ctn-btn.transparent {
    border: 1px solid #9b814d;
    padding: 12px 0;
    color: #b5965a;
}

.u-ctn-btn.white {
    background: #fff;
}

.u-ctn-btn.transparent {
    background: transparent;
}

.u-ctn-btn.white:focus,
.u-ctn-btn.transparent:focus {
    text-decoration: none;
    color: #b5965a;
}

.u-ctn-btn.white:hover,
.u-ctn-btn.transparent:hover {
    text-decoration: none;
    color: #9b814d;
    background: #f8f8f8;
}

.u-ctn-btn + .u-ctn-btn {
    margin-left: 20px;
}

/* tab */

.u-tabs {
    text-align: center;
}

.u-tabs.with-title {
    margin-top: 55px;
}

.u-tab {
    display: inline-block;
    padding-bottom: 2px;
    min-width: 100px;
    color: #424b5a;
    cursor: pointer;
}

.u-tab + .u-tab {
    margin-left: 20px;
}

.u-tab.short {
    min-width: 0;
}

.u-tab.long {
    min-width: 126px;
}

.u-tab.far + .u-tab.far {
    margin-left: 50px;
}

.u-tab.far-2 + .u-tab.far-2 {
    margin-left: 60px;
}

.u-tab.far-3 + .u-tab.far-3 {
    margin-left: 30px;
}

.u-tab.active {
    border-bottom: 3px solid #b5965a;
    font-weight: bold;
    color: #b5965a;
}

/* bootstrap dropdown */

.u-dropdown-options.dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
    padding: 12px 0;
    width: 100%;
    min-width: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.u-dropdown-option {
    padding: 8px 16px;
    color: #424b5a;
    cursor: pointer;
}

.u-dropdown-option:hover {
    color: #fff;
    background: #b5965a;
}

/* slick */

.slick-slide {
    outline: none;
}

.u-prev-arrow,
.u-next-arrow {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    z-index: 1;
    width: 120px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M291.183 511.94l333.59-334.329c7.971-7.971 10.132-20.641.679-30.096-8.898-8.898-24.778-6.611-32.987 1.598L248.703 492.819a27.129 27.129 0 0 0 .001 38.246l343.762 343.763c10.532 10.53 26.313 9.751 33.356 2.707 8.343-8.343 9.301-21.601-1.233-32.135L291.185 511.943z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 48px;
    cursor: pointer;
}

.u-prev-arrow.out {
    left: -110px;
}

.u-next-arrow {
    left: auto;
    right: 0;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}

.u-next-arrow.out {
    right: -110px;
}

.u-prev-arrow.slick-disabled,
.u-next-arrow.slick-disabled {
    opacity: .5;
}

/* icon */

.icon-time {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url("../svg/pc-time.svg") center / 100% no-repeat;
}

.icon-location {
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: top;
    background: url("../svg/pc-location.svg") center / 100% no-repeat;
}

.icon-shang {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background: url("../png/pc-shang.png") center / 100% no-repeat;
}

#nav_for_pc .sn a {
    color: #191919;
}

#nav_for_pc .sn a:hover,
#nav_for_pc .sn a:focus {
    text-decoration: underline;
    color: #2a6496;
}

/* responsive */

@media (max-width: 1023px) {
    .u-ctn {
        width: calc(100% - 50px);
    }
}

/* dining */

.section-title-container {
    overflow: hidden;
    font-family: "HiraMinProN-W6", "Crimson", Times New Roman, "Source Han Serif SC", "\5b8b\4f53", Simsun, serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .5px;
    color: #424b5a;
}

.section-title-container .section-title {
    display: inline-block;
    position: relative;
}

.section-title-container .section-title::before,
.section-title-container .section-title::after {
    position: absolute;
    top: 23.5px;
    width: 429px;
    height: 11px;
    background-position: center;
    background-size: 100%;
    content: "";
}

.section-title-container .section-title::before {
    left: -66px;
    background-image: url("../png/pc-before-title-decoration.png");
    transform: translateX(-100%);
}

.section-title-container .section-title::after {
    right: -66px;
    background-image: url("../png/pc-after-title-decoration.png");
    transform: translateX(100%);
}

@media (max-width: 1193px) {
    .section-title-container {
        font-size: 28px;
    }
    .section-title-container .section-title::before,
    .section-title-container .section-title::after {
        top: 18.8px;
        width: 351px;
        height: 9px;
    }
    .section-title-container .section-title::before {
        left: -46px;
    }
    .section-title-container .section-title::after {
        right: -46px;
    }
}

@media (max-width: 1023px) {
    .section-title-container {
        font-size: 25px;
        line-height: 42px;
        letter-spacing: .36px;
    }
    .section-title-container .section-title::before,
    .section-title-container .section-title::after {
        width: 107px;
        height: 11px;
    }
    .section-title-container .section-title::before {
        left: -17px;
        background-image: url("../png/before-title-decoration.png");
    }
    .section-title-container .section-title::after {
        right: -17px;
        background-image: url("../png/after-title-decoration.png");
    }
}

/* swiper */

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.dining-offers .swiper-button-prev {
    margin-top: -34px;
    width: 51px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-122%25' y='-62.2%25' width='341%25' height='234.8%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1.5' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1.5' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M50 1373l21-19.02L50 1335'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 86 -1322)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='3' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

.dining-offers .swiper-button-next {
    margin-top: -34px;
    width: 51px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-122%25' y='-62.2%25' width='341%25' height='234.8%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1.5' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1.5' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M50 1373l21-19.02L50 1335'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 86 -1322)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='3' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
    transform: scaleX(-1);
}

.dining-detail-picture-carousel.pc-ddpc .swiper-button-prev {
    margin-top: -34px;
    width: 50px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-118.6%25' y='-60.3%25' width='335.3%25' height='231.1%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M0 38l21-19.02L0 0'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 36 13)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

.dining-detail-picture-carousel.pc-ddpc .swiper-button-next {
    margin-top: -34px;
    width: 50px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-118.6%25' y='-60.3%25' width='335.3%25' height='231.1%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M1319 38l21-19.02L1319 0'/%3E%3C/defs%3E%3Cg transform='translate(-1305 13)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

.dining-offers.cd .swiper-button-prev,
.dining-offers.do .swiper-button-prev,
.dining-offers.dpdo.pc-dpdo .swiper-button-prev {
    /* add half padding bottom */
    margin-top: calc(-34px + -32.5px);
    width: 50px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-118.6%25' y='-60.3%25' width='335.3%25' height='231.1%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M0 38l21-19.02L0 0'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 36 13)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

.dining-offers.cd .swiper-button-next,
.dining-offers.do .swiper-button-next,
.dining-offers.dpdo.pc-dpdo .swiper-button-next {
    /* add half padding bottom */
    margin-top: calc(-34px + -32.5px);
    width: 50px;
    height: 68px;
    background: center / 100% no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='68' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-118.6%25' y='-60.3%25' width='335.3%25' height='231.1%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeMorphology radius='1' in='SourceAlpha' result='shadowInner'/%3E%3CfeOffset dy='2' in='shadowInner' result='shadowInner'/%3E%3CfeComposite in='shadowOffsetOuter1' in2='shadowInner' operator='out' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='7.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath id='b' d='M1319 38l21-19.02L1319 0'/%3E%3C/defs%3E%3Cg transform='translate(-1305 13)' fill='none' fill-rule='evenodd' opacity='.646' stroke-linecap='round' stroke-linejoin='round'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse stroke='%235A5A5A' stroke-width='2' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
    transform: none;
}
