.kbank-logo {
    max-width: 95px;
    width: 100%;
}

.sierra-logo {
    max-width: 54px;
    width: 100%;
}

.thesierra-text {
    max-width: 138px;
    width: 100%;
}

p {
    margin-bottom: 8px;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

.nw {
    white-space: nowrap !important;
}

.mb-40 {
    margin-bottom: 40px !important;
    display: block;
}

.hidden-w767 {
    display: none;
}

.visible-w767 {
    display: block;
}

.hidden-w991 {
    display: none;
}

.visible-w991 {
    display: block;
}

@media screen and (min-width:767px) {
    .hidden-w767 {
        display: block;
    }

    .visible-w767 {
        display: none;
    }

    .kbank-logo {
        max-width: 156px;
        width: 100%;
    }

    .sierra-logo {
        max-width: 107px;
        width: 100%;
    }

    .thesierra-text {
        max-width: 178px;
        width: 100%;
    }
}

@media screen and (min-width:991px) {
    .hidden-w991 {
        display: block;
    }

    .visible-w991 {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .container {
        padding: 0 16px !important;
    }
}

/*########## header ##########*/
.exclusive-gift-top {
    position: absolute;
    z-index: 3;
    width: 100%;
}

.exclusive-gift-top .box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin: 0 4px;
    flex-direction: row;
}

section {
    overflow: hidden;
}

@media screen and (min-width:767px) {
    .exclusive-gift-top .box-flex {
        padding: 40px 0;
        margin: 0 10px;
    }
}


/*########## end header ##########*/

/*########## end Heightlight ##########*/
.thesierra-background-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.thesierra-heightlight {
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/banner/the-sierra_bg-banner-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.thesierra-heightlight .container {
    padding-top: 0;
}

.title-hl {
    font-family: 'ITC Giovanni Std';
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #C9BE9E;
    padding-left: 15px;
    margin-bottom: 32px;
    margin-top: 25px;
    text-shadow: 0px 3px 4px rgba(9, 8, 8, .6);
}

/* .letter-space {
    letter-spacing: 0.5em;
} */

.hl-line-mb {
    max-width: 328px;
    width: 100%;
    margin: 0 auto;
}

.hl-line-pc {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.hl-des {
    font-family: 'Sukhumvit Set';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FBF8EF;
    margin-top: 32px;
    padding: 0 15px;
}

.t-en {
    font-family: 'ITC Giovanni Std';
    letter-spacing: 0.25em;
    font-weight: 700;
}


@media screen and (min-width:767px) {
    .thesierra-heightlight .container {
        padding-top: 110px;
    }

    .title-hl {
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 26px;
        margin-top: 27px;
        text-shadow: 0px 3px 4px rgba(9, 8, 8, .6);
    }

    .hl-des {
        font-size: 26px;
        line-height: 48px;
        margin-top: 26px;
    }

    .thesierra-heightlight {
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/banner/the-sierra_bg-banner-desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

/*########## end Heightlight ##########*/

/*########## set1 ##########*/
/* stacked-cards */
.card-img img {
    max-width: 762px;
    width: 100%;
}

.card-img {
    /* background-color: #fff; */
    /* max-height: 800px; */
    /* box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.16); */
    /* width: 100%; */
    transform-origin: 50% 0;
    transform: perspective(100px) translateY(75px) scale(0.9) rotateX(-10deg);
    opacity: 0;
    transition: all 3s ease-in-out, max-height 3s ease-in-out;
    pointer-events: none;
}

.card-img:nth-last-of-type(1) {
    transition: all 1.5s ease-out;
    transform: translate3d(0, 0px, -32px);
}

.card-img--added {
    transform: translateY(0px) scale(1);
    opacity: 1;
}

.card-img:nth-last-of-type(2) {
    transform: translate3d(0, -10px, -32px);
    opacity: 1;
}

.card-img:nth-last-of-type(2):hover {
    transform: translate3d(0, calc(-100% - 0px) -32px);
}

.card-img:nth-last-of-type(3) {
    transform: translate3d(0, -30px, -64px);
    background-color: #CDC0A2;
    opacity: 0.6;
    padding-top: 20px;
}

/* .card-img:nth-last-of-type(3) .layer {
    background-color: #CDC0A2;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.card-img:nth-last-of-type(3):hover {
    transform: translate3d(0, calc(-100% - 10px) -64px);
}

.card-img:nth-last-of-type(4) {
    transform: translate3d(0, -50px, -96px);
    background-color: #F3ECDA;
    opacity: 0.6;
    padding-top: 35px;
}

.card-img:nth-last-of-type(4):hover {
    transform: translate3d(0, calc(-100% - 20px) -96px);
}

.card-img:nth-last-of-type(n+10) {
    display: none;
}

.card-img:nth-last-of-type(n+2) {
    position: absolute;
    /* max-height: 100px; */
    overflow: hidden;
}

.card-img:nth-last-of-type(n+2):hover {
    opacity: 1;
    transition-delay: 0.333s;
}

.stacked-cards {
    /* margin-top: 120px; */
    perspective: 1000px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
}

#switch {
    display: none;
}

@media screen and (min-width:767px) {
    .card-img:nth-last-of-type(3) {
        transform: translate3d(0, -40px, -64px);
        background-color: #CDC0A2;
        opacity: 0.6;
    }

    .card-img:nth-last-of-type(4) {
        transform: translate3d(0, -70px, -96px);
        background-color: #F3ECDA;
        opacity: 0.6;
    }
}

/* end stacked-cards */

.thesierra-set {
    background-color: #FFFBF8;
}

.thesierra-set.set1 {
    padding: 40px 0;
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/set1/the-sierra_set1_bg-mobile.png);
    background-position: right top;
    background-size: 20%;
    background-repeat: no-repeat;
}

.box-flex {
    display: flex;
    flex-direction: column;
}

.box-flex .t-content {
    width: 100%;
}

.text-head {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1CDB2;
    margin-bottom: 24px;
}

.text-detail .box-flex img {
    max-width: 80px;
    width: 100%;
}

.text-head .set-title {
    font-family: 'ITC Giovanni Std';
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #537658;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

.text-head .set-subtitle {
    font-family: 'Sukhumvit Set';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #537658;
    margin-bottom: 16px;
}

.text-head .set-des {
    font-family: 'Sukhumvit Set';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #A59885;
}

.text-detail .con-title {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #527358;
    margin-bottom: 0;
}

.text-detail .con-subtitle {
    font-family: 'Sukhumvit Set';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #8F9F82;
    margin-bottom: 8px;
}

.text-link {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    color: #537658 !important;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #537658;

    background-image: linear-gradient(to right, #223224, #223224 50%, rgb(83 118 88 / 95%) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-link:hover {
    color: #537658;
    /*    border-bottom: 1px solid #537658;*/
    background-position: 0;
}

.text-link.c-brown1 {
    border-bottom: 1px solid #E1CDB2;
    background-image: linear-gradient(to right, #ffe5c3, #ffe5c3 50%, rgb(225 205 178 / 95%) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-link.c-brown1:hover {
    background-position: 0;
}

.text-detail .box-flex {
    margin-bottom: 32px;
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-detail .box-flex:last-child {
    margin-bottom: 40px;
}

.btn-green {
    display: block;
    background-color: #65896C;
    border-radius: 100px;
    padding: 9px 0 5px;
    max-width: 300px;
    width: 100%;

    font-family: 'Sukhumvit Set';
    font-weight: 700;
    font-size: 18px;
    color: #E1CDB2 !important;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.btn-green:hover {
    background-color: #E1CDB2;
    color: #527358 !important;
}

.btn-beige {
    display: block;
    background-color: #E1CDB2;
    border-radius: 100px;
    padding: 9px 0 5px;
    max-width: 300px;
    width: 100%;

    font-family: 'Sukhumvit Set';
    font-weight: 700;
    font-size: 18px;
    color: #527358 !important;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.btn-beige:hover {
    background-color: #F8E6CE;
    color: #65896C !important;
}

.note-title {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #A59885;
    margin-top: 56px;
    margin-bottom: 0;

    border-top: 1px solid #A59885;
    padding: 16px 0 8px;
}

.thesierra-set.set2 .note-title {
    color: #fff;
    border-top: 1px solid #fff;
}

.note-title.c-brown1 {
    border-top: 1px solid #E1CDB2 ;
}

.text-note {
    border-bottom: 1px solid #A59885;
}

.thesierra-set.set2 .text-note {
    border-bottom: 1px solid #fff;
}

.text-note:has(.c-brown1){
    border-bottom: 1px solid #E1CDB2;
}

.note-des {
    padding-bottom: 16px;
}

/* .note-title::after {
    font-size: 16px;
    display: inline-block;
    content: "\276E";
    right: 15px;
    position: absolute;
    transform: rotate(-90deg);
}

.note-title.active::after {
    transform: rotate(90deg);
} */

.note-des,
.note-des li {
    font-family: 'Sukhumvit Set';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A59885;
    margin-bottom: 0;
}

.thesierra-set .text-note {
    margin-bottom: 40px;
}

.thesierra-set.set1 .text-note {
    margin-bottom: 56px;
}

@media screen and (min-width:991px) {
    .thesierra-set.set1 {
        padding: 80px 0;
        /* padding: 42px 0 56px; */
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/set1/the-sierra_set1_bg-desktop.png);
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .box-flex {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .thesierra-set.set1 .box-flex .t-content {
        width: 40%;
    }

    .thesierra-set.set1 .img-detail {
        width: 60%;
    }

    .thesierra-set .box-flex {
        gap: 44px;
    }

    .text-detail .box-flex {
        justify-content: flex-start;
        gap: 32px;
        text-align: left;
    }

    .text-head {
        margin-bottom: 32px;
    }

    .text-head .set-title {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .text-head .set-subtitle {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 16px;
    }

    .text-head .set-des {
        font-size: 20px;
        line-height: 32px;
    }

    .note-title {
        margin-top: 56px;
    }

    .thesierra-set .note-des {
        margin-bottom: 0;
    }
}

@media screen and (min-width:991px) and (max-width:1024px) {
    .box-flex .t-content {
        width: 75%;
    }
}

/*########## end set1 ##########*/

/*########## end set2 ##########*/
.thesierra-set.set2 {
    padding: 40px 0;
    position: relative;
    /*
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/set2/the-sierra_set2_bg-image_mobile.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
*/
    background-color: #92a486;
}

.thesierra-set.set2 .bg-set2 {
    display: none;
}

.thesierra-set.set2::before,
.thesierra-set.set2::after {
    content: "";
    position: absolute;
    width: 100%;
}

.thesierra-set.set2::before {
    top: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(43%, rgba(201, 190, 158, 1)), color-stop(52%, rgba(201, 190, 158, 1)), color-stop(59%, rgba(201, 190, 158, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(254, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe', GradientType=1);
    height: 2px;
}

.thesierra-set.set2::after {
    bottom: 0;
    background: rgba(83, 118, 88, 1);
    background: -moz-linear-gradient(left, rgba(83, 118, 88, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(83, 118, 88, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83, 118, 88, 1)), color-stop(43%, rgba(201, 190, 158, 1)), color-stop(52%, rgba(201, 190, 158, 1)), color-stop(59%, rgba(201, 190, 158, 1)), color-stop(100%, rgba(83, 118, 88, 1)));
    background: -webkit-linear-gradient(left, rgba(83, 118, 88, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(83, 118, 88, 1) 100%);
    background: -o-linear-gradient(left, rgba(83, 118, 88, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(83, 118, 88, 1) 100%);
    background: -ms-linear-gradient(left, rgba(83, 118, 88, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(83, 118, 88, 1) 100%);
    background: linear-gradient(to right, rgba(83, 118, 88, 1) 0%, rgba(201, 190, 158, 1) 43%, rgba(201, 190, 158, 1) 52%, rgba(201, 190, 158, 1) 59%, rgba(83, 118, 88, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#537658', endColorstr='#537658', GradientType=1);
    height: 3px;
}

/* .thesierra-set.set2::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28%;
    background-color: linear-gradient(173.87deg, #92A486 25.75%, #537658 90.14%);
} */

.thesierra-set.set2 .box-flex {
    gap: 43px;
    flex-direction: column-reverse;
}

.thesierra-set.set2 .text-head {
    margin-bottom: 56px;
}

.rester-logo {
    max-width: 112px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

/* .thesierra-set.set2 .img-detail img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
} */

/*
.thesierra-set.set2 .text-note {
    margin-bottom: 125%;
}

@media screen and (min-width:767px) {
    .thesierra-set.set2 .text-note {
        margin-bottom: 137%;
    }
}
*/

@media screen and (min-width:991px) {
    .thesierra-set.set2 .img-detail img {
        max-width: 580px;
        width: 100%;
    }

    .thesierra-set.set2 {
        padding: 80px 0;
    }

    .thesierra-set.set2 .t-content {
        width: 50%;
    }

    .thesierra-set.set2 .img-detail {
        width: 40%;
    }

    .thesierra-set.set2 .box-flex {
        gap: 56px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .rester-logo {
        margin-top: 32px;
    }

    /* .thesierra-set.set2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 41.5%;
        background-color: linear-gradient(173.87deg, #92A486 25.75%, #537658 90.14%);
    } */

    .thesierra-set.set2 {
        background-position: left bottom;
        background-size: 43%;
        background-repeat: no-repeat;
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/set2/the-sierra_set2_bg-gradient.png), linear-gradient(173.87deg, #92A486 25.75%, #92A486 90.14%);
        position: relative;
    }

    .thesierra-set.set2 .text-note {
        margin-bottom: 0;
    }
}

/*########## end set2 ##########*/

/*########## set3 ##########*/
.thesierra-set.set3 {
    background-color: #537658;
    padding: 40px 0;
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/set3/the-sierra_set3_bg-mobile.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
}

.c-brown1 {
    color: #E1CDB2 !important;
}

.c-brown2,
.c-brown2 li {
    color: #C9BE9E !important;
}

.c-brown3,
.c-brown3 li {
    color: #FBF8EF !important;
}

.thesierra-set.set3 .img-detail img {
    /* max-width: 381px; */
    width: 100%;
}

.text-detail .des li {
    font-family: 'Sukhumvit Set';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.text-detail .des li strong {
    font-weight: 700;
}

.lounge-logo {
    max-width: 162px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width:991px) {
    .thesierra-set.set3 {
        padding: 80px 0;
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/set3/the-sierra_set3_bg-desktop.png);
        background-position: 85%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .thesierra-set.set3 .t-content {
        width: 40%;
    }

    .thesierra-set.set3 .img-detail {
        width: 60%;
    }

    .lounge-logo {
        margin-top: 48px;
        margin-bottom: 0;
    }

    .thesierra-set.set3 .text-head {
        border-bottom: 1px solid #8F9F82;
    }
}

/*########## end set3 ##########*/

/*########## thesierra-howto ##########*/
.thesierra-howto {
    padding: 40px 0;
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/footer/the-sierra_condition_bg-mobile.jpg);
    background-size: cover;
}

.thesierra-howto .howto-con {
    margin-bottom: 32px;
}

.thesierra-howto .howto-con:last-child {
    margin-bottom: 0;
}

.thesierra-howto .howto-title {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #A59885;
    margin-bottom: 8px;

}

.thesierra-howto .howto-des li {
    font-family: 'Sukhumvit Set';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #A59885;
}

@media screen and (min-width:767px) {
    .thesierra-howto {
        padding: 80px 0;
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/footer/the-sierra_condition_bg-desktop.jpg);
        background-size: cover;
    }
}

/*########## end thesierra-howto ##########*/

/*########## footer ##########*/
.exclusive-gift-bottom {
    background-color: #537658;
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/footer/the-sierra_footer_bg-mobile.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 10%;
    padding: 24px 0;
    position: relative;
    overflow: hidden;
}

.exclusive-gift-bottom p {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* text-transform: uppercase; */
    color: #E1CDB2;
    margin-bottom: 0;
    text-align: center;
    /* padding-top: 16px;
    border-top: 1px solid rgba(225, 205, 178, 0.4); */
    text-decoration: none;
}


.exclusive-gift-bottom .tel-footer {
    font-family: 'Sukhumvit Set';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #E1CDB2;
    margin-bottom: 0;
    text-align: center;
    padding-top: 16px;
    text-decoration: none;
}

.exclusive-gift-bottom .tel-footer:hover {
    text-decoration: underline;
}

.social {
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.social img {
    max-width: 40px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.exclusive-gift-bottom .box-flex {
    justify-content: center;
}

@media screen and (min-width:767px) {
    .exclusive-gift-bottom {
        padding: 24px 0 20px;
        background-color: #E1CDB2;
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/footer/the-sierra_footer_bg-desktop.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 60% 100%;
    }

    .exclusive-gift-bottom .box-flex {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .exclusive-gift-bottom p {
        text-align: left;
        padding-top: 0;
        /* padding-left: 24px;
        border-left: 1px solid rgba(225, 205, 178, 0.4); */
        border-top: 0;
    }

    .social {
        padding-right: 24px;
        padding-bottom: 0;
    }
}

/*########## end footer ##########*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
    width: 100%;
    max-width: 1170px;
    margin: 50px 0;
    text-align: center;
}

.popup-open .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #537658;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 120;
    opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
    font-size: 27px;
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
}

.popup-open .mfp-content .container {
    padding: 50px 15px;
}

.promotion-content {
    padding: 40px 16px 130px;
    background-color: #E2E3E5;
    background-image: url(../img/pages/thesierra-exclusive-gift-2023/popup/the-sierra_popup_bg-mobile.jpg), linear-gradient(180deg, #E2E3E5 60.11%, rgba(226, 227, 229, 0) 78.78%);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.promotion-content .logo-popup img {
    max-width: 80px;
    width: 100%;
}


.promotion-content .line {
    border-bottom: 1px solid rgba(165, 152, 133, 0.3);
    margin-bottom: 32px;
    margin-top: 32px;
}

.promotion-content .popup-title {
    font-family: 'ITC Giovanni std';
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #A59885;
    margin-bottom: 0;
}

.promotion-content .popup-subtitle {
    font-family: 'ITC Giovanni std';
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    /* text-transform: capitalize;     */
    color: #A59885;
    margin-bottom: 32px;
}

.promotion-content .popup-des {
    padding-left: 0;
    font-family: 'Sukhumvit Set';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #A59885;
    margin-bottom: 32px;
    list-style: inside;
}

.promotion-content .popup-des li {
    width: fit-content;
    margin: auto;
}

.promotion-content .popup-des li span,
.promotion-content .popup-des span {
    font-family: 'ITC Giovanni std';
    font-style: italic;
    font-weight: 400;
}

.promotion-content .popup-des.list-left li {
    width: fit-content;
    margin: 0;
    text-align: left;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.promotion-content .popup-note {
    font-family: 'ITC Giovanni std';
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #A59885;
    margin-bottom: 32px;
}

.promotion-content .des-img {
    font-family: 'ITC Giovanni std';
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #A59885;
}

.promotion-content .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promotion-content .contact.pc {
    display: none;
    border-bottom: 1px solid rgba(165, 152, 133, 0.3);
    margin-bottom: 32px;
}

.promotion-content .contact.pc .con1 {
    width: 45%;
}

.promotion-content .contact.pc .con2 {
    width: 30%;
    text-align: left;
}

.promotion-content .contact.pc .con3 {
    width: 25%;
    border-left: 1px solid rgba(165, 152, 133, 0.3);
    padding-left: 32px;
    margin-bottom: 32px;
}

.promotion-content .contact.mb {
    display: block;
}

.promotion-content .contact.mb .con1 {
    width: 100%;
    margin-bottom: 16px;
}

.promotion-content .contact.mb .con2 {
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(165, 152, 133, 0.3);
    border-bottom: 1px solid rgba(165, 152, 133, 0.3);
    margin: 0;
    margin-bottom: 16px;
    padding: 16px 0;
}

.a-left {
    text-align: left !important;
}

.promotion-content .contact .time {
    text-align: center;
}

.promotion-content .contact .time,
.promotion-content .contact .time p {
    font-family: 'ITC Giovanni std';
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    color: #A59885;
    text-align: left;
    margin-bottom: 0;
}

.link-tel {
    font-family: 'ITC Giovanni std';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #A59885;
    text-decoration: none;
}

.promotion-content .contact.pc .con3 p {
    font-weight: 500;
}

.link-tel:hover {
    text-decoration: underline;
}

.tel-icon {
    max-width: 14px;
    width: 100%;
}

@media screen and (min-width: 767px) {
    .promotion-content {
        padding: 60px 64px 150px;
        background-image: url(../img/pages/thesierra-exclusive-gift-2023/popup/the-sierra_popup_bg-desktop.jpg), linear-gradient(180deg, #E2E3E5 60.11%, rgba(226, 227, 229, 0) 78.78%);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 115%;
    }

    .promotion-content .logo-popup img {
        max-width: 148px;
        width: 100%;
    }

    .promotion-content .popup-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .promotion-content .popup-des {
        font-size: 18px;
    }

    .promotion-content .popup-subtitle {
        font-size: 20px;
    }

    .promotion-content .popup-note {
        font-size: 20px;
    }

    .promotion-content .des-img {
        font-size: 26px;
    }

    .link-tel,
    .promotion-content .contact.pc .con3 p {
        font-size: 18px;
        line-height: 32px;
    }

    .promotion-content .contact.pc {
        display: flex;
    }

    .promotion-content .contact .time,
    .promotion-content .contact .time p {
        font-size: 20px;
    }

    .promotion-content .contact.mb {
        display: none;
    }
}

/*########################### end popup ###########################*/


.thesierra-set.set2 .text-head .set-des,
.thesierra-set.set2 .note-des,
.thesierra-set.set2 .note-des li,
.thesierra-set.set2 .note-title {
    color: #fff;
}

.thesierra-set.set2 .text-head .set-title,
.thesierra-set.set2 .text-head .set-subtitle {
    color: #E1CDB2;
    text-shadow: 0px 1px 4px rgba(9, 8, 8, .3);
}


@media screen and (max-width: 1200px) {
    .exclusive-gift-bottom {
        background-size: 80% 100%;
    }
}

@media screen and (max-width: 991px) {
    .img-detail {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .img-detail img {
        width: 100%;
    }

    .thesierra-set.set2 .bg-set2 {
        display: block;
        background: rgba(119, 145, 114, 1);
        /*
        background: -moz-linear-gradient(-45deg, rgba(119, 145, 114, 1) 0%, rgba(83, 118, 86, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(119, 145, 114, 1)), color-stop(100%, rgba(83, 118, 86, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(119, 145, 114, 1) 0%, rgba(83, 118, 86, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(119, 145, 114, 1) 0%, rgba(83, 118, 86, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(119, 145, 114, 1) 0%, rgba(83, 118, 86, 1) 100%);
        background: linear-gradient(135deg, rgba(119, 145, 114, 1) 0%, rgba(83, 118, 86, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#779172', endColorstr='#537656', GradientType=1);
*/

        background-color: #92a486;
        padding-bottom: 80px;
        position: relative;
        bottom: -40px;
        margin-top: -40px;
    }

    .thesierra-set.set2 .bg-set2 .img-detail {
        position: relative;
        z-index: 5;
    }

    /*
    .thesierra-set.set2 .bg-set2:before {
        content: '';
        background: #FFFBF8;
        width: 100%;
        height: 20%;
        position: absolute;
        top: -2px;
        z-index: 2;
    }

    .thesierra-set.set2 .bg-set2:after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../img/pages/thesierra-exclusive-gift-2023/set1/the-sierra_set1_bg-desktop.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        opacity: 0.5;
        position: absolute;
        z-index: 1;
        bottom: 2px;
    }
*/



    .exclusive-gift-bottom {
        background-size: 90% 100%;
    }

}

@media screen and (max-width: 767px) {

    .text-head .set-des,
    .text-detail .des li {
        font-size: 16px;
        line-height: 24px;
    }

    .text-head .set-subtitle {
        font-size: 22px;
        line-height: 32px;
    }

    .note-des,
    .note-des li,
    .thesierra-howto .howto-des li {
        font-size: 14px;
    }

    .thesierra-set.set1 {
        background-size: 10%;
    }

    .exclusive-gift-bottom {
        background-size: contain;
    }


}


/* #### bar mb #### */
.bar-mb {
    background: #FBF4E8;
}

.bar-mb .bar-title:not(.active) {    
    padding: 11px 0 8px;
}

.bar-mb.bar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

.bar-title {
    font-family: 'Sukhumvit Set';
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #8F9F82;
    margin-bottom: 0;
    padding: 11px 0 8px;
    /* padding: 11px 0 16px; */
}

.bar-title::after {
    font-size: 16px;
    display: inline-block;
    content: "\276E";
    right: 20px;
    position: absolute;
    transform: rotate(-90deg);
}

.bar-title.active::after {
    transform: rotate(90deg);
}

.bar-content {
    border-top: 1px solid rgb(143, 159, 130, 0.3);
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-top: 16px;
}

.bar-content .btn-jump,
.bar-content li  {
    font-family: 'Sukhumvit Set';
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #8F9F82;
    margin-bottom: 8px;
    text-decoration: none;
}

.bar-content strong {
    font-weight: 600;
}

.bar-content .btn-jump:hover {
    text-decoration: underline;
}

@media screen and (min-width: 767px) {
    .bar-mb {
        display: none;
    }
}

/* #### end bar mb #### */