.title_h1 {
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    text-transform: uppercase;
}

.title_h2 {
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}

#hotels h2 {
    color: #A9537B;
    font-size: 44px;
    text-transform: capitalize;
}

#hotels h2 small {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
    display: block;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
#index-nom-gallery,
#index-mobile-gallery {
    display: none;
}*/

.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
}


/*animated style*/

.animate-style {
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeInUp;
}


/* section title */

.section-title {
    padding-bottom: 30px;
}


/*--------------  Home section --------------*/

#banner {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#banner .gradient-overlay {
    background: #7b4397;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(120deg, #7b4397, #dc2430);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(120deg, #7b4397, #dc2430);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.6;
    /*0.8:模糊一倍*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

#banner p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

#banner h1 {
    font-size: 3.5em;
}

#banner small {
    font-size: 18px;
    font-weight: 200;
}

._sticker_white_awn7l_5 {
    position: absolute;
    width: 340px;
    height: 120px;
    overflow: hidden;
    z-index: 8;
    padding-top: 40px;
    color: #fff;
    background: transparent;
    bottom: 8vw;
    /*left: calc((100% - 320px) / 2);*/
    left: 50%;
    /*transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%);*/
    margin-left: -170px;
    transition: opacity .2s;
    cursor: pointer;
}

@media (max-width: 420px) {
    #banner h1 {
        font-size: 2.5em;
    }
    #banner .container {
        margin-bottom: 20vh;
    }
    ._sticker_white_awn7l_5 {
        bottom: 8vh;
        /*left: calc((100% - 320px) / 2);*/
        left: 50%;
        margin-left: -170px;
        width: 340px;
        height: 120px;
    }
    ._sticker_icon_awn7l_23 {
        width: 28px;
        height: 28px;
    }
}


/*iPhone 5/SE*/

@media (max-width: 325px) {
    #banner h1 {
        font-size: x-large;
    }
    #banner p {
        font-size: -webkit-xxx-large;
        font-weight: 250;
        line-height: 20px;
    }
    #banner .container {
        margin-bottom: 20vh;
    }
    ._sticker_white_awn7l_5 {
        bottom: 5vh;
        /*left: calc((100% - 320px) / 2);*/
        left: 50%;
        margin-left: -170px;
        width: 340px;
        height: 120px;
    }
    ._sticker_icon_awn7l_23 {
        width: 28px;
        height: 28px;
    }
    /*._sticker_label_awn7l_69 {
        font-size: 8px;
        margin: 0 auto;
    }*/
}

._sticker_icon_dot_awn7l_52 {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #212121;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-name: _scroll-down-animation-picto-dot_awn7l_1;
    animation-name: _scroll-down-animation-picto-dot_awn7l_1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: block;
    z-index: 2;
}

._sticker_icon_awn7l_23 {
    display: block;
    margin: 3px auto 0;
    width: 28px;
    height: 28px;
    -webkit-animation-name: _scroll-down-animation-picto_awn7l_1;
    animation-name: _scroll-down-animation-picto_awn7l_1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    fill: currentColor;
}

._sticker_label_awn7l_69 {
    font-size: 1rem;
    width: 90%;
    line-height: 1em;
    padding-top: 6px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation-name: _scroll-down-animation-text_awn7l_1;
    animation-name: _scroll-down-animation-text_awn7l_1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-font-smoothing: antialiased;
}

._gothic_1hxye_35 {
    font-family: opensans;
    font-weight: 100;
    line-height: 1em;
    letter-spacing: .05em;
}

._sticker_icon_arrow_awn7l_23 {
    display: none;
    width: 18px;
    height: 14px;
    margin: -2px auto 0;
    -webkit-animation-name: _scroll-down-animation-picto-arrow_awn7l_1;
    animation-name: _scroll-down-animation-picto-arrow_awn7l_1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes _scroll-down-animation-picto-dot_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    51% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes _scroll-down-animation-picto-dot_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    51% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes _scroll-down-animation-picto_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    26% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes _scroll-down-animation-picto_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    26% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes _scroll-down-animation-text_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    26% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes _scroll-down-animation-text_awn7l_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    25% {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }
    26% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0
    }
    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}


/*-------------- Feature section --------------*/

#todo a:hover {
    color: black;
    text-decoration: none;
}

#todo .feature-thumb {
    background-color: #ffffff;
    position: relative;
    padding: 4px;
    margin-top: 32px;
    text-align: center;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.14);
}

#todo .feature-icon {
    width: 85px;
    height: 85px;
    top: 0;
    margin: 0 auto 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

#todo h3 {
    padding-top: 14px;
    padding-bottom: 10px;
}

#todo p {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

.title-box {
    font-size: 14px;
}

#todo .card-img {
    vertical-align: middle;
}


/*-------------- Video section  --------------*/

#video-sec {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    color: #fff;
}

#video-sec .overlay {
    background: rgba(03, 03, 03, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#video-sec .bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-sec .bg {
    background-image: url('https://assets.sandsresortsmacao.cn/content/sandsresortsmacao/promotions/winter-campaign-2018/hp/background/vm-bg-1900x800.jpg');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
}

#video-sec h2 {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 2.5em;
}

#video-sec small {
    color: #fff;
    display: block;
    font-weight: lighter;
    margin-top: 10px;
}

#video-sec .fa {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-top: 22px;
}

#video-sec .modal-footer {
    margin-top: 0px;
}


/*-------------- Hotels section --------------*/

#hotels .gallery-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#hotels .gallery-thumb .gallery-overlay {
    background: #7b4397;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(120deg, #7b4397, #dc2430);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(120deg, #7b4397, #dc2430);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#hotels .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#hotels .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#hotels .gallery-thumb .fa {
    background: #ffffff;
    border-radius: 100%;
    font-size: 24px;
    color: #222;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}


/*--------------filter css--------------*/

.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
    padding-left: 0px;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #A9537B;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #A9537B;
    border-radius: 4px;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
    background: #A9537B;
    color: #fff;
}


/*--------------isotope box css--------------*/

.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box h3 {
    font-weight: 700;
    color: #A9537B;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
}

.iso-box:hover {
    cursor: pointer;
}

.iso-box .gallery-item::before {
    content: 'SEE DETAILS';
    font-size: 1.5vw;
    color: white;
}

.fluid-img {
    width: 100%;
    display: block;
}


/* 2019.2.25 enhancement #todo part */

.filter-wrapper li a.selected.opc-main-bg {
    background: #A9537B;
    color: #fff;
}

#todo .img-card {
    position: relative;
    text-align: left;
}

#todo .title-card {
    font-size: 18px;
    color: black;
    line-height: 24px;
    padding: 5px 0;
    height: 58px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center; */
    -ms-flex-pack: center;
}

#todo .content-card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    top: 0px;
    display: inline-block;
}

#todo img {
    width: 100%;
}

#todo .no-padding {
    padding: 0;
}

#todo .content-retail {
    padding: 5px 0;
    height: 69px;
    text-align: left;
    overflow-y: auto;
}

#todo .link {
    padding: 8px 0;
    margin: 0px 0 15px 0;
    font-size: 13px;
    background-color: white;
    color: #b4975a;
    border: 1px solid #b4975a;
}

#todo .link:hover {
    background-color: #b4975a;
    color: white;
}

#todo .content-retail::-webkit-scrollbar {
    /*滚动条整体样式*/
    /* width: 4px; */
    width: 1px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

#todo .content-retail::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    /* border-radius: 30%; */
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px gray;
    background: gray;
}

#todo .content-retail::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px white;
    border-radius: 10px;
    background: white;
}


/* #todo .link {
    padding: 8px 0;
    margin: 10px 0;
    font-size: 18px;
    background-color: white;
    color: #b4975a;
    border: 2px solid #b4975a;
} */


/* #todo .content-box {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    text-align: center;
    position: relative;
} */

.mb-appear {
    display: none;
}

#todo .title-card {
    height: 40px;
    padding: 5px 0 0 0;
}

#todo .content-retail {
    padding: 0 0 5px 0;
}

.pc-use {
    display: block;
}

.mb-use {
    display: none;
}


/*--------------Responsive--------------*/

@media (max-width: 1024px) {
    #hotels .gallery-thumb:hover .gallery-overlay {
        opacity: 0;
    }
    #hotels h3 {
        text-decoration: underline;
    }
}

@media (max-width: 980px) {
    #banner {
        height: 65vh;
    }
}

@media (max-width: 650px) {
    #banner {
        height: calc(100vh - 70px);
    }
    #todo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #video-sec .bg {
        background-image: url('https://assets.sandsresortsmacao.cn/content/sandsresortsmacao/promotions/winter-campaign-2018/hp/background/vm-bg-720x1040b.jpg');
    }
    #video-sec .modal-dialog {
        width: 100vw;
        margin: auto;
    }
    #video-sec .modal-body {
        padding: 0px;
    }
    .iso-box h3 {
        font-size: 13px;
    }
    #todo .col-xs-6 {
        padding: 0 5px;
    }
    .iso-box {
        margin-bottom: 0px;
    }
    .mb-appear {
        display: inline-block;
    }
    #todo .img-card {
        width: 42vw;
        float: left;
    }
    #todo .content-card {
        padding: 0 5px;
        width: 58vw;
        height: 28.50vw;
        float: left;
    }
    .pc-use {
        display: none;
    }
    .mb-use {
        display: block;
    }
    #todo .feature-thumb {
        margin-top: 10px;
        overflow: hidden;
    }
    #todo .title-card {
        height: 40px;
        padding: 0;
        font-size: 12px;
        line-height: 15px;
    }
    #todo .content-retail {
        padding: 0;
        height: 48px;
        font-size: 10px;
        line-height: 12px;
    }
    #todo .link:hover {
        background-color: white;
        color: #b4975a;
    }
    #todo .link {
        margin: 0;
        font-size: 0.8em;
        border: none;
        padding: 0;
        padding-right: 15px;
        text-decoration: underline;
        text-align: right;
        font-weight: 900;
        color: #b4975a;
        background-color: white;
    }
    .no-padding-inmb .col-xs-12 {
        padding: 0px;
    }
}


/* adapt to 6 titles for iPhone 5\SE */

@media (max-width: 320px) and (min-width:320px) {
    #todo .title-card {
        height: 30px;
    }
    #todo .content-retail {
        height: 46px;
    }
}