@font-face {

    font-family: 'CPN Regular';
    src: url(../font/CPN-Regular.woff);

}

@font-face {
    font-family: 'CPN Bold';
    src: url(../font/CPN-Bold.woff);
}

:focus {
    outline:none;
}

a:hover {
    cursor:pointer !important;
}
h2 {
    font-size: 40px;
}

.cpnBold,
.highlightDetailBox  .titleText{
    font-family: 'CPN Bold';
}

.btn {min-width:150px;}

html {
    overflow-x: hidden;
}

body {
    font-family: 'CPN Regular';
    font-size: 16px;
    background-color: #060606;
    color: #fff;
}


h1, h2 {
    font-family: 'CPN Bold';
}


pre {
    font-family: 'CPN Regular';
    src: url(../font//CPN-Regular.woff);
}

.ui-autocomplete {
    background-color: #000;
    border: solid 1px #555;
    color: #999;
    font-size: 14px;
    max-height:200px;
    overflow:scroll;
}

    .ui-autocomplete li {
        padding:10px 5px;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #585858;
    border: 0;
    font-size: 14px;
    margin: 0;
}

/************* POC hight banner *****************/
.swiper-wrapper {
    max-width: 100vw;
}



/*::-webkit-input-placeholder {
    color: #a78241 !important;
}*/
select {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-appearance: none;
    padding-right:20px;
    background-image:url('/Image/arrow-down.png');
    background-position: 97%;
    background-repeat:no-repeat;
}



.headerLogo {
    text-align:center;
    padding-top:3px;
}

.headerLogo img {
    display: inline-block;
    margin: auto;
    /*max-width:120px;*/
    max-height:37px;
    width:auto;
}

.freezeHeader  header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    height:auto;
    z-index:99;
    background-color:rgba(0, 0, 0, 0.80)
}

.freezeHeader .headerLogo img {
    /*max-width:90px;*/
    padding-top:5px;
    max-height:28px;
}

.freezeHeader header .borderBottom {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.freezeHeader #wrapper {
    padding-top:167px;
}


.freezeHeader #locationDropdown {
    vertical-align: middle;
    padding-bottom: 5px !important;
    padding-top: 12px !important;
}
.mainFooter {
    background-color: #000000;
    color: #ffffff;
}

.mainNav {
    position: relative;
}

    .mainNav select {
        display: none;
    }

    .mainNav ul {
        display: inline-table;
        width: 100%;
        list-style-type: none;
        text-align: center;
        margin-bottom: 0;
        padding-left:0;
    }

        .mainNav ul li {
            /*min-width: 12%;*/
            border-bottom: none;
            display: inline-block;
            width:auto;
            padding:0 2%;
            cursor:pointer !important;
        }

            .mainNav ul li a {
                color: #fff;
                text-transform: none
                cursor: pointer !important;
            }

                .mainNav ul li a:hover {
                    color: #F8B600 !important;
                    text-decoration: none !important;
                }

            .mainNav ul li.active a {
                color: #F8B600 !important;
                text-decoration: none !important;
            }

.swiper-wrapper {max-width:100vw;}

.maxHeight90vh .swiper-wrapper {
    max-height: 90vh;
}

.promotionViewAllLink {
    display: none;
}

.borderBottom {
    border-bottom: solid 1px #dee2e65e;
}

.borderTop {
    border-top: solid 1px #dee2e65e;
}

.mainNav div {
    width: 100%;
}

.branchImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.branchList {
    margin-bottom: 20px;
}

.stockBanner {
    height: 200px;
    background-color: #EBEDEF;
}

.highlightBanner {
    position: relative;
    text-align: left;
}


    .highlightBanner img {
        width: 100%;
        max-width:90%;
        /*max-width: 1100px;
        margin: auto;*/
    }


.wv-90 {
    width: 90vw;
    margin: auto;
}

.highlightDetailBox, .topStoryDetailBox,
.highlightEventBanner .highlightDetailBox {
    position: absolute;
    /*height: 500px;
    width: 550px;*/
    height:79%;
    width:40%;
    background-color: #ffffff;
    padding: 70px 100px 70px 60px;
    top: 10%;
    right: 0;
    box-shadow: 0 2px 2px #79797957;
    color: #0c0c0c;
}

.style1 {
    width: 90vw;
    margin: auto;
    /*min-height:650px;*/
}
.homePage .wv-90 {
    width: 90vw;
    margin: auto;
}

.homePage .style1 .highlightBanner img {
    width: 100%;
    max-width: 90% !important;
}


.homePage .style1 .highlightDetailBox {
    position: absolute;
    height: 445px;
    width: 100%;
    max-width:500px;
    background-color: #ffffff;
    padding:60px;
    top: 10%;
    right: 0;
    box-shadow: 0 2px 2px #79797957;
    color: #0c0c0c;
}

    .homePage .style1 .highlightDetailBox .seeMoreLink {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        padding:15px 25px
    }

    .highlightDetailBox .swiper-pagination {
        margin-top:15px;
    }

        .highlightDetailBox .swiper-pagination .swiper-pagination-bullet{
            margin-right:5px;
        }

        .homePage .style1 .titleText {
            /*font-size: 2.5rem;*/
            /*font-weight: 600;*/
            line-height: 1.2;
            height: 125px;
        }
.homePage .style1 .subTitleText {
    height: 100px;
}
.style1 .highlightBanner img {
    width: 100%;
    max-width: 90%;
}
.style1 .highlightDetailBox {
    position: absolute;
    height: 79%;
    width: 40%;
    background-color: #ffffff;
    padding: 70px 100px 70px 60px;
    top: 10%;
    right: 0;
    box-shadow: 0 2px 2px #79797957;
    color: #0c0c0c;
}
.style1 .titleText {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.style1 .swiper-pagination {
    width: 200px !important;
    text-align: left;
}

.style1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #000 !important;
    opacity: 1 !important;
    left: auto !important;
}

.style2 .highlightDetailBox .seeMoreLink {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding:15px 50px;
}



.style2 .titleText {
    /*font-size: 35px;*/
    height: 100px;
}

.style2 .subTitleText {
    height: 50px;
    font-family: 'CPN Regular';
    line-height:1.2
}



.style2 .swiper-slide img {
    float: right;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 52%;
}
.style2 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 510px !important;
    left: 65px !important;
}
.style2 .highlightDetailBox {
    height: 400px;
    width: 540px;
    right: auto;
    top: 22%;
    left: 6%;
    text-align: left;
    /*padding: 50px 100px 50px 60px;*/
    padding:3rem;
}

.style3 .highlightBanner img {
    max-width: 100% !important;
}
.style3 .highlightDetailBox {
    position: absolute;
    box-shadow: 0 2px 2px #79797957;
    background-color: #0c0c0cc9;
    height: 330px;
    width: 420px;
    top: 10%;
    right: 8%;
    padding: 2.5rem;
    color: #fff;
}
.style3 .titleText {
    /*font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;*/
    height:100px;
}
.style3 .subTitleText {
    font-size: 16px;
    height: 80px;
}
.style3 .highlightDetailBox .seeMoreLink {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.style3 .highlightBanner .swiper-pagination{
    text-align:left !important;
}

.style3 .highlightBanner .swiper-pagination {
    top: auto;
    width:200px !important;
}

.style3 .highlightBanner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.style3 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    
}

.style3 .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
    left: auto !important;
}


.style4 img {
    width: 100%;
}
.style4 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 8%;
    top: 76%;
}


.style4 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    background-color:#fff;
}

.style4 .swiper-pagination .swiper-pagination-bullet{
    left:auto !important;
}

.style4 .swiper-pagination{
    width:200px !important;
    text-align:left !important;
}

.the1Section .t1SubLogo{
    height:95px;
}

.style4 .highlightDetailBox {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    height: 380px;
    width: 500px;
    top: 15%;
    left: 9%;
    color: #fff;
    box-shadow: 0 2px 2px #79797957;
    padding: 2.5rem;
}
    .style4 .highlightDetailBox .titleText {
        height:115px;
    }
.style4 .highlightDetailBox .subTitleText {
    height:115px;
    font-size:14px;
}
.contentWithBackground {
            position: relative;
        }

.the1Section .subMember img {
    /*height:40px;*/
    /*width:auto !important;*/
}

.bgHighlightDetailBoxNone .highlightDetailBox {
    background-color:transparent;
    box-shadow:none;
}

.text-black .highlightDetailBox{
    color:#000;
}

.z99 {z-index:99;}
.searchSection .newsGroupBtn{
    max-width:100px;
}


.searchSection .promotionGroupBtn {
    max-width: 70px;
}
    .searchSection .promotionGroupBtn a,
    .searchSection .newsGroupBtn  a{
        color: #888 !important;
    }

        .searchSection .promotionGroupBtn a:hover,
        .searchSection .newsGroupBtn a:hover {
            color: #ccc !important;
        }



    .searchSection .promotionGroupBtn.active a, 
    .searchSection .newsGroupBtn.active a {
        color: #fff !important;
    }

/*..contentWithBackground .contentBackground {
    height:100px !important;
    overflow:hidden;
}

.contentWithBackground .contentBackground img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    margin-top: -100%;
}*/

/*.topStoryDetailBox {
        position: absolute;
        height: 400px;
        width: 550px;
        background-color: #ffffff;
        padding: 40px;
        top: 10%;
        right: 6%;
        box-shadow: 0 2px 2px #79797957;
        color: #0c0c0c;
    }

.popupRight .highlightDetailBox {
    position: absolute;
    height: 400px;
    width: 550px;
    background-color: #ffffff;
    padding: 40px;
    top: 10%;
    right: 6%;
    box-shadow: 0 2px 8px #aaa;
    box-shadow: 0 2px 2px #79797957;
    color: #0c0c0c;
}*/

.highlightEventBanner .highlightDetailBox {
    height: 62%;
    width: 38%;
    right: auto;
    top: 22%;
    left: 6%;
    text-align: left;
    padding: 50px 100px 50px 60px;
}


.bgContain {
    background-size: contain !important;
}

.bgCover {
    background-size: cover !important;
}

.contentWithBackground {
    background-repeat: no-repeat;
}

.seeMoreLink {
    display: none;
    font-family:'CPN Regular';
}

.seeMore .seeMoreLink {
    display: inline-block;
    font-size: 16px;
    text-align:center;
}

.btnWhite:hover {
  text-decoration:none;
}

.getLatestUpdateFormSection .titleText {
    font-size: 40px;
    padding-bottom: 15px;
}

.hl1{
    font-size:55px !important;
}

.hl2 {
    font-size: 40px !important;
}

.hl3 {
    font-size: 35px !important;
}

.t1 {
    font-size:20px !important;
}

.t2 {
    font-size: 16px !important;
}

.t3 {
    font-size: 14px !important;
}

.hl1,.hl2,.hl3,.t1,.t2, .t3{
    margin-bottom:0 !important;
    font-family:'CPN Bold' !important;
    font-weight:normal !important;

}

.t14px {
    font-size:14px !important;
}




/*.highlightBanner .swiper-pagination-bullet:first-child {
        left: 0 !important;
    }*/

/*.swiper-pagination-bullet-active {
    width: 60px;
}*/

.highlightBanner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000 !important;
    border-radius: 20px !important;
    width: 45px;
}

    .swipePagingWhite .swiper-pagination .swiper-pagination-bullet-active
    {
        background-color:#fff !important;
    }

    .highlightBanner .swipePagingWhite .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff !important;
    }


/************* POC 147 - 169 */
.popupRight.swipePagingBlack .swiper-pagination {
    /*left: auto !important;
    right: 195px;*/
    /*bottom:20%;*/
}

.popupLeft.swipePagingBlack .swiper-pagination {
    right: auto !important;
    left: 21%;
    top: 42%;
}

.popupRight.swipePagingWhite .swiper-pagination {
    /*left: auto !important;*/
    /*right: 21%;*/
    /*top: 70%;*/
    /*margin-left:4%;*/
    bottom:auto;
}

.popupLeft.swipePagingWhite .swiper-pagination {
    right: auto !important;
    left: 21%;
    top: 42%;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    transform: translateX(0);
    /*padding-top:10px;*/
    height:15px;
}

.swipePagingBlack .swiper-pagination,
.swipePagingWhite .swiper-pagination {
    width: 200px !important;
    text-align: left;
}

.swipePagingBlack .swiper-pagination-bullet {
    background-color: #000 !important;
    opacity: 1 !important;
    left: auto !important;
}

.row-md {
    margin-left:-15px;
    margin-right:-15px;
}

.swipePagingWhite .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
    left: auto !important;
}

.showSwipePaging .swiper-pagination-bullet:first-child {
    left: 0 !important;
}

.showSwipePaging .swiper-pagination-bullet-active {
    width: 60px;
}

.desktopSwipePagingNone .swiper-pagination {
    display:none;
}

.eventSection {
    width: 100vw;
}

    .eventSection .highlightBanner img {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .eventSection .highlightDetailBox {
        background-color: rgb(0 0 0 / 63%);
        color: #fff;
        height: 79%;
        width: 35%;
        top: 12%;
        right: 6%;
        padding:3%;
        max-width:440px;
        min-height:360px;
    }

    .eventSection .cpnGold {
        color: #FFF850;
    }

    .eventSection .btnGetDirection {
        background-color: #fff;
        color: #0c0c0c;
        padding: 10px 45px 10px 45px;
    }

    .eventSection .popupRight.swipePagingWhite .swiper-pagination {
        /*left: auto !important;
        left:4%;
        right:auto !important;
        top: auto !important;
        bottom:13% !important;*/
    }

    .eventSection .highlightDetailWhiteBox {
        height: auto;
        width: 360px;
        top: 25%;
        right: 0;
        padding: 30px;
    }

    .eventSection .counter.btnCpnFullWidthBlack {
        padding: 1%;
        font-size: 12px;
    }

    .eventSection .btnCpnFullWidthBlack {
        padding: 8px 0;
    }

.highlightDetailWhiteBox {
    position: absolute;
    height: 550px;
    width: 500px;
    background-color: #ffffff;
    padding: 40px;
    top: 10%;
    right: 6%;
    box-shadow: 0 2px 8px #aaa;
    color: #0c0c0c;
}

.eventDetailPage .highlightDetailWhiteBox {
    top: 10%;
    max-height: 500px;
    max-width: 500px;
    width:41%;
    height:auto;
    right: 0;
    padding: 40px;
}

    .eventDetailPage .highlightDetailWhiteBox .subTitleText i {
        font-size:20px !important;
        font-weight:bold;
    }

.eventDetailPage .highlightBanner {
    max-width: 1140px !important;
    min-width: 1000px !important;
}

.eventDetailPage .newsFullDetailPage .highlightBanner {
    max-width: 100vw;
}
.eventDetailPage .newsFullDetailPage .highlightBanner img.desktop{
    width:100vw;
    max-width:100%;
    margin:auto;
}


.eventDetailPage .titleText {
    font-size: 2rem;
    height: 75px;
}

    .eventDetailPage .highlightBanner img.desktop {
        width: 80%;
        max-width:1000px;
        margin-left: 0;
    }


.eventDetailPage .subTitleText{
    font-size:18px;
}



.eventTimeBox {
    display: block;
    width: 100%;
    background-color: #0c0c0c;
    color: #fff;
    padding: 14px 28px;
    text-align: center;
    font-weight: bold;
}

    .eventTimeBox .timeBox:after {
        content: ":";
        float: right;
    }

    .eventTimeBox .timeBox:last-child:after {
        content: " ";
    }

    .eventTimeBox .font-small {font-size:12px;}

.promotionSection .wv-90 {
    height: 800px;
}
/*.promotionSection .highlightBanner img {
    max-width:100%!important;
}
.promotionSection .highlightDetailBox {
    background-color: #0c0c0c;
    height: 330px;
    width: 420px;
    top: 10%;
    right: 8%;
    padding: 50px 90px 50px 50px;
    color: #fff;
}*/

.font-small,
.small {
    font-size: 14px;
}

.lh-1{
    line-height:33px;
}
.promotionSection .titleText {
    /*font-size: 1.5rem;
    font-weight: 600;*/
    line-height: 1.2;
}
.promotionSection .subTitleText {
    font-size: 16px;
}
.promotionSection .popupRight.swipePagingWhite .swiper-pagination {
    /*left: auto !important;
    right: 14%;
    top: 74%;*/
}
.promotionSection .btnWhite 
    .promotionForm .sf_cols {
    width: 100%;
}
.promotionSection swiper-button-next.circle, .swiper-button-prev.circle, .circleButton .swiper-button-next, .circleButton .swiper-button-prev {
    color: #000 !important;
    background-color: #fff !important;
}

.form-control:focus {
    border:solid 0 !important;
    box-shadow:none;
}

.sf-form-control .sf_colsOut {
    margin: auto;
    padding: 0;
}

.sf-form-control .sf_2cols_1_50,
.sf-form-control .sf_2cols_2_50 {
    width: 49%;
    display: inline-block;
}

/*.sf-form-control .hide-label label,
.sf-form-control .hide-strong strong {
    display: block;
}*/

.sf-form-control .sf-Checkboxes div {
    display: inline-block;
    margin: auto;
    width: auto;
}

.sf-form-control.promotionForm .sf-Checkboxes.div3Columns div {
    width: 32%;
}
.sf-form-control .sf-Checkboxes.div2Columns div {
    width: 25%;
   
}
.sf-form-control.promotionForm .sf-Checkboxes div:first-child {
    text-align: left !important;
}

.sf-form-control.promotionForm .sf-Checkboxes div:last-child {
    text-align: right;
}

.rdTable .backend3Items .swiper-slide {
    width: 30%;
    margin: auto;
}

.rdTable .searchNotFound {display:block;}

swiper-button-next.circle,
.swiper-button-prev.circle,
.circleButton .swiper-button-next,
.circleButton .swiper-button-prev {
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background-color: rgba(12, 12, 12, 0.3);
    line-height: 30px;
    display: inline-block;
    border-radius: 200px;
    text-align: center;
}

    .swiper-button-next.circle:after,
    .swiper-button-prev.circle:after,
    .circleButton .swiper-button-next:after,
    .circleButton .swiper-button-prev:after {
        font-size: 17px !important;
        line-height: 52px;
    }

    .swiper-button-next.circle:hover,
    .swiper-button-prev.circle:hover,
    .circleButton .swiper-button-next.circle:hover,
    .circleButton .swiper-button-prev.circle:hover {
        color: #fff;
        background-color: rgba(12, 12, 12, 0.5);
    }

.sf-form-control .child-form-control input[type='text'],
.subscribeInput .child-form-control input[type='text'] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    /*border: 1px solid #ced4da;*/
    border-radius: .25rem;
    /*-webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
    background-color: #75757540;
    box-shadow: none;
    border: 0;
}

.sf-form-control .child-form-control input[type='email'],
.subscribeInput .child-form-control input[type='email'] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    /*border: 1px solid #ced4da;*/
    border-radius: .25rem;
    /*-webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
    background-color: #75757540;
    box-shadow: none;
    border: 0;
}

.contactUsSection .child-form-control[data-sf-role="email-text-field-container"]
{
    padding-right:0;
    padding-left:0;
}

.subscribeInput .child-form-control input[type='text'],
.subscribeInput .child-form-control input[type='email'] {
    display: inline-block;
    width: 75%;
}

.label-mb-0 label {
    margin-bottom:0 !important;
}

.contacUsMainBanner {
    height: 740px;
}

    .contacUsMainBanner img {
        object-fit: cover;
        width:100%;
        height:100%;
    }

.subscribeForm .interstingChoice label {
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    /*white-space: pre-line*/
}
.subscribeForm .interstingChoice label input[type='checkbox'] {
    margin-right: 5px;
}

.subscribeForm .subScribeChannel .sf_cols{
    width:100%;
    height:1px;
}

 .subScribeChannel .sf_cols .sf_colsOut
{
    width:24%;
    display:inline-block;
}


.subScribeChannel .sf_colsOut.sf_1col_1_100 {
    width:100%;
}

*[data-sf-role='error-message'] {
    font-size: 12px;
    color: #ff0000;
    text-align: left;
}

.channelMobilePhone,
.channelEmail,
.channelLine,
.channelFacebook
{
    display:none;
}


.subscribeInput label {
    display: inline-block;
    width: 145px;
}

.subscribeInput .acceptant label {
    width:auto;
    
}

.subscribeInput .acceptant a {
    text-decoration: underline;
}

.subscribeSection button[type='submit'] {
    padding: 5px 10px;
    min-width: 150px;
    border: none;
}



#subscribeSuccessful {
    width: 100%;
    display: none;
    min-width: 1200px;
    /* max-width: 1400px; */
    margin: auto;
    /*background-color: #000;*/
    height:50vh;
    padding-top:40px;
}

.subscribeSuccessful #wrapper,
.subscribeSuccessful #bgBlur,
.subscribeSuccessful #cookieAcceptance {
    display: none !important;
}

#cookieAcceptance h4 {
    font-family:'CPN Bold';
    font-size:35px;
}

.subscribeSuccessful #subscribeSuccessful {
    display: block;
}
/*.subscribeForm .sf-form-control .sf_colsOut {
    display: inline-block;
}*/
.commingUpTime {
    color: #FFF850;
    font-size: 10px;
}

.unsubscribePage,
.changeInterestingSection{display:none;}

.unsubscribeCompletedPage pre {
    color: #999 !important;
}

    .unsubscribeCompletedPage h2 {
        color:#fff !important;
    }

    .unsubscribeCompletedPage h3 {
        display: none;
    }

    .text-grey {color:#999;}

.unsubscribeLandingSection .unsubscribe {
    border: solid 1px #888 !important;
    border-radius: 0;
    font-size: 1rem;
    color:#999;
    line-height:33px;
}
.rdTable .unsubscribePage,
.rdTable .changeInterestingSection {
    display: block;
}

.promotionForm .sf_cols {
    width: 100%;
}

.su.sf-form-control .sf_colsOut {
    margin: auto;
    padding: 0;
}

.sf-form-control .sf_2cols_1_50,
.sf-form-control .sf_2cols_2_50 {
    width: 49%;
    display: inline-block;
    vertical-align:top;
}

.sf-form-control .hide-label label,
.hide-strong strong {
    display: none;
}

.subScribeChannel .sf_cols {
    width:100%;
}


.text-left {
    text-align:left;
}

.sf-form-control .sf-Checkboxes div {
    display: inline-block;
    margin: auto;
    width: auto;
}

.sf-form-control.promotionForm, .sf-form-control.subscribeForm .sf-Checkboxes.div3Columns div {
    width: 32%;
}

.sf-form-control.promotionForm, .sf-form-control.subscribeForm .sf-Checkboxes div:first-child {
    text-align: left !important;
}

.sf-form-control.promotionForm, .sf-form-control.subscribeForm .sf-Checkboxes div:last-child {
    text-align: right;
}

.rdTable .backend3Items .swiper-slide {
    width: 30%;
    margin: auto;
}

.promotionForm select, .subscribeForm select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #75757540 !important;
    border: none !important;
    font-size: 14px;
    padding: 11px;
    height: 43px;
    color: #888 !important;
}

.promotionForm select, .subscribeForm select,
.getLatestUpdateForm select, .contactForm select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #75757540 !important;
    border: none !important;
    font-size: 14px;
    padding: 11px;
    height: 43px;
    color: #888 !important;
}
.contactForm select {
   color:#fff !important;
}
.contactForm textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    border-radius: .25rem;
    background-color: #75757540;
    box-shadow: none;
    border: 0;
    max-height: 70px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.contactForm .child-form-control input[type='text'],
.contactForm .child-form-control input[type='email'] {
    color: #fff !important;
    font-size: 14px;
}
.contactForm button[type='submit'],
.contactForm button[type='submit'] :focus{
    padding: 10px;
    min-width: 200px;
    border: solid 0px #fff;
    background-color: #fff;
}

.customerFeedback .promotionListCaption h4 {
    color: #fff;
}



form p {
    margin-bottom: 0;
}

.contactForm h2 {
    font-size:27px;
}


.contactUsSection .highlightDetailBox {
    position: absolute;
    height: auto;
    width: 30%;
    background-color: #0c0c0cd9;
    padding: 2%;
    /*top: 44%;*/
    top: 350px;
    right: 96px;
    box-shadow: 0 2px 2px #79797957;
    color: #fff;
}
.subscribeForm .container {
    width: 70%;
}

.subscribeForm h2 {
    font-size: 3rem;
}

.subscribeForm .interstingChoice .sf_colsOut,
.changePreferenceForm .container .sf_colsOut{
    width: 25%;
    vertical-align:top;
    display:inline-block;
}

.changePreferenceForm .container .sf_colsOut .sf_colsIn {
    width:95%;
}

.subscribeForm .interstingChoice .sf_colsIn {
    width: 95%;
}

.subscribeForm .colorBox, .changePreferenceForm .colorBox {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    padding: 10px !important;
    text-align: left;
    margin: 1%;
}

.changePreferenceForm label {margin-bottom:0;}

.changePreferenceForm .sf_cols {
    width: 100%;
}

.changePreferenceForm .container {
    width:100%;
}

/*.subscribeForm .blueBox, .changePreferenceForm .blueBox {
    background-color: #3db0ae;
}

.subscribeForm .greenBox, .changePreferenceForm .greenBox {
    background-color: #557753;
}

.subscribeForm .pinkBox, .changePreferenceForm .pinkBox {
    background-color: #e97f93;
}

.subscribeForm .redBox, .changePreferenceForm .redBox {
    background-color: #cb4136;
}*/
.sf-form-control.subscribeForm .sf-Checkboxes.div3Columns div:first-child {
    text-align: left !important;
    display: none;
}

.subscribeForm.sf-form-control button[type='submit'],
.changePreferenceForm.sf-form-control button[type='submit'] {
    padding: 5px 10px;
    min-width: 150px;
    border: none;
}

.leavingForm .btnWhite {
    padding: 5px 10px;
    width: 200px;
    font-size: 1rem;
}

.leavingForm .btnBlack {
    padding: 5px 10px;
    width: 200px;
    border: 1px solid #fff;
}

/*.changePreferenceForm .container {
    width: 71%;
    margin-left: auto;
    margin-right: auto;
}*/

.getLatestUpdateForm .emailInput input {
    width: 100%;
    padding: 6px;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: #212121;
    border-color: #212121;
}

getLatestUpdateForm h2 {
    font-size: 40px;
}
.privacySection h2 {
    font-size: 40px;
}


.privacySection .card {
    background-color: transparent;
}

.privacySection .btn-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #dee2e65e;
    width: 100%;
    text-align: left;
    border-radius: 0;
}

    .privacySection .btn-link::after {
        content: "\e904";
        font-family: 'cpn-icon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        transform: rotate(90deg);
        float: right;
    }


    .privacySection .btn-link[aria-expanded='true']::after {
        content: "\e904";
        font-family: 'cpn-icon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        transform: rotate(-90deg);
        float: right;
    }


    .privacySection .card-header {
        padding: 0.75rem 0;
    }

.eventSection .titleText {
    font-size: 1.5rem;
}

#newsSection .mainNews img {
    width:100%;
    object-fit:cover;
}

#newsSection .promotionListCaption {
    min-height: 85px;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    color: #0c0c0c;
}

#newsSection .mainNews .promotionListCaption {
    height: 85px;
    min-height: 0;
}

    #newsSection .mainNews .promotionListCaption h4{
        height:35px;
    }

    #newsSection .promotionListCaption a {
        color: #0c0c0c !important;
    }

    /*#newsSection .promotionListCaption h4,
    .touristSection .promotionListCaption h4 {
        font-size: 0.8rem;
        font-weight: bold;
    }*/


#searchPopup .searchTitle.directory {
    display:none;
}

.subCategoryList a {
    font-size:13px;
    color:#999;
    max-width:100%;
    display:inline-block;
    width:88%;
}

.directorySearch .suggestion,
.directorySearch .searchTitle {
    display: none;
}

.directorySearch.shopSearchResult .logoBox {max-height:175px;line-height:175px;}

.directorySearchResult .subCategoryList .subCategoryItem {
    border-bottom: solid 1px #333 !important;
}
.subCategoryList .subCategoryItem .circle {
    width: 20px;
    height: 20px;
    border: solid 2px #333;
    border-radius: 200px;
    display: inline-block;
    float: right;
    margin-top: 2px;
    position:absolute;
    right:0;
    top:8px;
}

.subCategoryList .subCategoryItem .circle:hover {
    border:solid 2px #fff;
}



.subCategoryList .subCategoryItem.active .circle{
    background-color:#333;
} 

.directorySearch.shopSearchResult .logoBox img {
    width: 90%;
}

    .directorySearchResult .shopSection {
        display: block !important;
    }

.directorySearch #searchPopup .directory {
    display: block;
}

.bgWhite {
    background-color: #fff !important;
}

    .bgWhite * {
        color: #000 !important;
    }

.eventSection .promotionListCaption {
    color: #0c0c0c;
}

.touristSection {
    width: 100vw;
}

    /*.touristSection .nearbyAttraction .swiper-slide {
        width: auto !important;
    }*/

    .touristSection .nearbyAttraction .listCaption {
        padding: 20px  20px 20px 0;
        font-size:14px;
    }

    .touristSection .highlightDetailBox {
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        height: 400px;
        width: 500px;
        top: 12%;
        left: 6%;
        padding: 40px;
    }
    
    .touristSection .mapBox {
        width:100%;
        height:auto;
        background-color:#495057;
    }

        .touristSection .mapBox iframe {
            width: 100%;
            height: 500px;
        }

            .touristSection .mapBox iframe .place-card {
                display:none;
            }

            .feedbackCard {
                background-color: #252525;
                height: auto;
                max-height:340px;;
                /*width: 300px !important;*/
                padding: 30px;
            }

    .feedbackCard a h4 {
        color: #fff !important;
        text-decoration: none !important;
    }

    .feedbackCard a:hover {
        color: #999 !important
    }


    .feedbackCard img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border:solid 1px #fff;
    }
                .feedbackCard .promotionListCaption {
                    color: #999999;
                    font-size: 12px;
                }

                    .feedbackCard .promotionListCaption .commentator {
                        font-size: 14px;
                        color: #fff;
                    }
    .feedbackCard .ratingStar {
    color:#999;
    height:20px;
}
    .feedbackCard .feedbackLinkImage {
        position: absolute;
        top: 70px;
        right: 115px;
        width: 26px;
        height: 26px;
    }
    .touristSection .popupLeft.swipePagingWhite .swiper-pagination {
        right: auto !important;
        left: 10%;
        top: 70%;
    }

#addToCalendar 
{
    border:none;
    cursor:pointer;
}
#addToCalendar:hover {
    background-color: #000;
}

    #addToCalendar .addToCal {
        border:solid 1px #000;
    }

    #addToCalendar .add-to-calendar-checkbox:checked ~ a {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        color: #000;
        background-color: #fff;
        text-align: left;
        text-indent: 20%;
        font-weight: bold;
        line-height: 30px;
        vertical-align: middle;
    }

    #addToCalendar .add-to-calendar-checkbox:checked ~ a img {
        width:25px;
        vertical-align:top;
        margin-right:20px;
    }


#addToCalendar .icon-ical {
    margin-top: 15px;
}

    #addToCalendar .add-to-calendar-checkbox:checked ~ a:hover {
        color: #333 !important;
    }

    .addToCal label {
        margin-bottom: 0;
        cursor:pointer;
    }

.touristSection .highlightBanner {
    max-width: 100%;
}

    .touristSection .titleText {
        font-size: 2rem;
        line-height: 1.3;
    }
.touristSection .singleHighlightBanner img {
    width:100%;
}
.lineLogin {
    width: 230px;
    padding: 0;
    display: inline-block;
    background-color: #00b900;
    border-radius: 4px;
    text-align: center;
}

    .lineLogin .lineIcon {
        width: 43px;
        display: inline-block;
        text-align: center;
        height: 35px;
        border-right: solid 1px #469b40;
        float:left;
    }

        .lineLogin .lineIcon span {
            font-size: 32px;
            padding-top: 2px;
            display: inline-block;
    }

    .lineLogin span {
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }


    .touristSection .highlightEventBanner .swiper-slide img {
        max-width: 100%;
        margin: inherit;
        width:100%;
    }

    .touristSection .rightDetailBox {
        position: absolute;
        background-color: transparent;
        color: #fff;
        height: 422px;
        width: 400px;
        top: 30%;
        right: 14%;
    }

    .touristSection .promotionContainer a {
        color: #000;
    }

    .touristSection .swiper-slide {
        /*width: auto;*/
    }

    .touristSection .promotionListCaption a {
        color: #0c0c0c;
    }

    .touristSection .specialService .promotionListCaption a {
        color: #fff !important;
    }
.touristSection .highlightDetailBox .bigIcon i {
    font-size: 45px;
}
.touristSection .bigIcon span {
    font-size: 12px;
    display: block;
}
/* HACK SWIPER*/
.promotionWithThumbNail  {
    position:relative
}

    .promotionWithThumbNail .swiper-button-next,
    .shopInBranchSection .swiper-button-next,
    .blogGallery .swiper-button-next,
    .swipeOutsideContainer  .swiper-button-next{
        right: -75px;
    }

    .promotionWithThumbNail .swiper-button-prev,
    .shopInBranchSection .swiper-button-prev,
    .blogGallery .swiper-button-prev,
    .swipeOutsideContainer .swiper-button-prev {
        left: -75px;
    }

    .promotionWithThumbNail .specialService .promotionListCaption {
        background-color: #0c0c0c;
        color: #fff;
    }

.touristSection.noSpace .swiper-slide {
    position: relative;
}

.touristSection.noSpace .promotionListCaption {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    color: #fff;
}

.noSpace .touristPromotionListCaption {
    margin-top: -100px;
    padding: 10px;
}

    .noSpace .touristPromotionListCaption h3 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff !important;
    }

.touristSection.noSpace .promotionListCaption a {
    color: #fff;
}

.touristSection .blogItemhomePage:nth-child(even) {
    padding-top: 35px;
}

/*.the1Section .highlightBanner {
    z-index: 0;
}



.the1Section .highlightDetailBox {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 400px;
    width: 500px;
    top: 22%;
    left: 12%;
}*/

.the1Section .style4.swipePagingWhite .swiper-pagination {
    bottom: 10%;
}

.the1Section .highlightBanner img {
    max-width: 100%;
}

.the1Section .subTitleText {
    font-size: 15px;
}

.the1Section .titleText {
    height:125px;
}

.the1Section .redeemCard .titleText{
    height:25px;
}

.the1Section .redeemCard .subTitleText {
    margin-bottom: 40px;
    margin-top: 0;
}
    .the1Section .redeemCard p {
    margin-bottom:0;
}


.the1Section .cpnGold {
    color: #b39656;
}

.the1Section .membershipBox {
    text-align: center;
}

    .the1Section .membershipBox img {
        width: auto;
        height:50px;
    }

.the1Member h3 {
    font-size: 1.3rem;
}

.the1Member .subTitleText {
    font-size: 13px;
}

.the1JoinNow {
    position: absolute;
    top: 60px;
    right: 130px;
}

.the1Section .the1AppSection {
    display: flex;
}

.the1DisplayImage01Section {
    margin-top: -80px;
    z-index: 99;
    position:absolute;
}

.section01.container {
    height: 550px;
}


.the1Section img.vdoIcon {
    width: 20px;
    vertical-align: top;
    line-height: 24px;
    margin-right: 10px;
}
.the1Highlight2 .highlightDetailBox {
    color: #0c0c0c;
    width: 500px;
    background-color: transparent;
    box-shadow: none;
}

.the1DisplayImage2Section {
    position: relative;
    top: -90px;
}

.redeemCard {
    background-color: #232323;
    padding: 18px;
    font-size: 10px;
}

    .redeemCard .titleText {
        font-size: 1rem;
    }

    .redeemCard .subTitleText {
        margin-bottom: 30px;
        font-size: 10px;
        color:#999999;
    }

.blogSection .highlightDetailBox {
    background-color: #0c0c0c;
    height: 380px;
    width: 500px;
    top: 12%;
    right: 9%;
    /*padding-right: 8%;*/
    padding:2.5rem;
    color: #fff;
}

.blogSection .titleText {
    font-size: 2rem;
    line-height: 1.3;
}

.blogItemLifestyle .titleText {
    font-size: 1rem;
    overflow: hidden;
    height: 40px;
}

.blogSection .subTitleText {
    /*font-size: 13px;*/
    height:50px;
}
/*.blogSection .popupRight.swipePagingWhite .swiper-pagination {
    left: auto !important;
    right: 20%;
    top: 82%;
}*/
.eventSection .cpnGold {
    color: #F7b601;
}

.blogSection .highlightDetailBox .swiper-pagination {
    margin-top:30px;
}

.blogSection .cpnGold {
    color: #FFF850;
}

.blogItemLifestyle .subTitleText {
    color: #666666;
}

.blogSection .highlightBanner img {
    max-width: 100%;
}

.blogSection .listCaption {
    height: 100px;
    width: 100%;
    background-color: #fff;
    color: #0c0c0c;
    padding: 4% 6% 0 6%;
}

    .blogSection .listCaption a {
        color: #0c0c0c
    }

.blogSection .categoryList .btn {
    min-width: inherit;
}

.blogSection .blogGallery  .swiper-container {
    height: 500px;
}

.blogSection .blogGallery .swiper-container
{
    height:auto;
}
.blogLayout1 h2, .blogLayout3 h2 {
    font-size: 1.5rem;
}
.blogLayout1 .subTitleText, .blogLayout3 .subTitleText, .blogLayout5 .subTitleText {
    color: #999999;
    height:auto;
}
.blogLayoutImage2 {
    margin-top: -50px;
}
.blogLayout1 hr.short, .blogLayout3 hr.short {
    margin-left: 0;
}
.blogLayout2 {
    background-color: #e97f93;
    height:450px;
}

.blogLayout2 .detailBox, .blogLayout4 .detailBox {
   
    text-align: center;
    margin: auto;
 }
    .blogLayout2 .detailBox:before {
        content: '"';
        font-size: 120px;
        position: absolute;
        top: 0;
        left: -30px;
        margin-top: -6.5rem;
        line-height: 121px;
        font-style: italic;
        opacity: 0.5;
    }

    .blogLayout2 .detailBox:after {
        content: '"';
        font-size: 120px;
        position: absolute;
        bottom: 0;
        right: 15px;
        margin-bottom: -12rem;
        line-height: 121px;
        font-style: italic;
        opacity: 0.5;
    }
.blogLayout2 .titleText, .blogLayout4 .titleText, .blogLayout5 .titleText {
        font-size: 1.5rem;
    }
.blogLayout2 .blogLayout2Image1 {
    top: -50px;
 }
.blogLayout4 {
    background-color: #557753;
    height: 450px;
}
.blogLayout4 .blogLayout4Image1 {
    top: -40px;
}
.blogLayout4 .detailBox:before {
    content: '"';
    font-size: 120px;
    position: absolute;
    top: 0;
    left: -30px;
    margin-top: -7rem;
    line-height: 121px;
    font-style: italic;
    opacity: 0.5;
}

.blogLayout4 .detailBox:after {
    content: '"';
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: -13.5rem;
    line-height: 121px;
    font-style: italic;
    opacity: 0.5;
}

/*.blogGallery img {
    width:100%;
}*/

.shopInBranchSection .swiper-pagination {
    display:none;
}

.promotionContainer .shopInBranchSection .swiper-container {
    height: 300px;
    /*max-width: 880px;*/
}

.promotionContainer .logoBox {
    height: 155px;
    width: 135px;
    text-align: center;
    background-color: #fff;
    line-height: 150px;
}

.promotionContainer .shopInBranchSection .swiper-container .swiper-slide{
    width:inherit;
    margin-right:10px;
}

.relatedpromotion .btn {
    display: inline-block;
    width: 160px;
}

.promotionWithThumbNail .popupRight.swipePagingWhite .swiper-pagination {
    top: 0 !important;
}

.branchInformationSection .highlightDetailBox {
    height: auto;
    width: 450px;
    top: 12%;
    left: 5%;
    color: #fff;
    z-index: 10;
    padding:50px;
    background-color: rgba(0, 0, 0, 0.7);
}
.branchInformationSection .highlightDetailBox .titleText {
    font-size:16px;
}

    .branchInformationSection .highlightDetailBox .bigIcon a {
        line-height:0;
        cursor:pointer;
    }

    .branchInformationSection .highlightDetailBox .bigIcon a:hover {
        text-decoration:none;
        color:#999 !important;
    }
    .branchInformationSection .highlightDetailBox .bigIcon i {
        font-size: 45px;
    }

.branchInformationSection .bigIcon span {
    font-size: 12px;
    display: block;
    min-width: 90px;
    text-align: center;
    margin: auto;
}


.hallSection .highlightBanner img {
    max-width: 100%;
}
.hallSection .highlightDetailBox {
    height: auto;
    width: 450px;
    top: 8%;
    left: 10%;
    color: #fff;
    z-index: 10;
    padding: 40px 40px 60px 40px;
    background-color: rgba(0, 0, 0, 0.7);
}
.hallSection .btnCpnGold, .btnWhite {
    width: auto;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 10px !important;
}
.hallSection .highlightDetailBox p {
    margin-bottom:0.5rem;
    font-size:13px;
}
.hallSection .highlightDetailBox .row div {
    font-size:13px;
}
    .hallSection .highlightDetailBox hr.short {
    border-bottom: solid 1px #fff;
    margin:0.5rem 0;
}
.hallSection .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 12.7%;
    bottom: 18%;
    width:115px !important;
}

.hallSection .swiper-pagination-bullet:first-child
{
    left:0 !important;
}


.hallSection .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1 !important;
    left: auto !important;
}
.cpnPopup .modal-dialog {
    max-width: 1000px;
}

.cpnPopup .modal-content {
    background-color: #000;
    width: 1000px;
    margin-top: 10%;
    height:70%;
}

.cpnPopup .cpn-icon-close-tab {
    text-shadow:none;
    color:#fff;
}

#directionPopup{
    font-size:14px;
    color:#fff;
}

#directionPopup .directionInformation {
    height:50vh;
    overflow:scroll;
}

#directionPopup .directionInformation i {
    font-size: 40px;
}

.cpnPopup .cpn-icon-close-tab:hover {
    color: #999;
}

    .cpnPopup .modal-header {
        border-bottom: none;
    }

.cpnPopup .modal-header  h5 {margin:auto;width:100%;text-align:center; font-family:"CPN Bold";font-size:28px;}


.branchInformationSection .floorNumber {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 10px #333;
}

.ourService h3, .h3 {
    font-size: 1rem;
    margin-top: 1rem;
}

.cursor {
    cursor: pointer;
}


.branchInformationSection .highlightDetailBox p {
    font-size: 13px;
}
/*.branchInformationSection .highlightDetailBox::after {
        background-color: rgba(0, 0, 0, 0.7);
        filter: blur(2px);
        -webkit-filter: blur(2px);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }*/
.branchInformationSection .highlightDetailBox img {
    width: 50%;
}

.branchInformationSection .listCaption {
    padding-top: 10px;
}

    .branchInformationSection .listCaption a {
        color: #fff;
    }

.branchInformationSection .highlightBanner img {
    max-width: 100%;
}

.branchInformationSection .ourService img {
    margin-bottom: 20px;
}

.branchInformationSection .ourService h3 {
    font-size: 1rem;
}

.branchInformationSection .branchInfoIcon {
    width: 20px !important;
}

.branchInformationSection .bigIcon {
    font-size: 40px;
}

.contactUsSection .smallFont {
    font-size: 0.85rem;
}

.contactUsSection .btnCpnGold {
    width: 25%;
}

.contactUsSection .contactInfo img {
    width: 8%;
}

.contactUsSection .contactInfo .virticalCenter {
    position: relative;
    top: 10px;
}

.contactUsSection .contactInfo span[class*="cpn-icon"]
{
    font-size:25px;
}

.contactUsSection .contactInfo .sf_colsOut {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.contactUsSection .contactInfo .sf_colsOut:last-child{
    margin-left:0;
    width:50%;
}

.contactUsSection .subScribeCheckbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/*.contactUsSection label {
    font-size: 1.3rem;
}*/

.serviceSection .highlightDetailBox {
    background-color: rgba(0, 0, 0, 0.7);
    height: 380px;
    width: 500px;
    top: 15%;
    left: 9%;
    color: #fff;
    padding: 2.5rem;
}

.serviceSection .highlightDetailBox .titleText{
    height:150px;
}

.serviceSection .smallFont {
    font-size: 0.85rem;
}

.serviceSection .subTitleText {
    font-size: 14px;
    height: 50px;
}

.serviceSection .highlightDetailBox.titleText {
    font-size: 2rem;
}

.serviceSection .serviceCard {
    position: absolute;
}

.serviceSection .serviceCardCaption {
    width: 100%;
    background-color: #fff;
    color: #0c0c0c;
    padding: 25px 20px 20px 20px;
    text-align: center;
}

.serviceSection .serviceBox .serviceCardCaption a {
    color: #0c0c0c;
}

.serviceSection .serviceCardCaption .titleText {
    font-size: 1rem;
    height: 40px;
}

.serviceSection .serviceBigBox .titleText {
    font-size: 1.5rem;
}

.serviceSection .serviceCardIcon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 30px;
}

.serviceSection .serviceCard img {
    width: 100%;
}

.serviceSection .serviceCardImage {
    position: relative;
    top: 35px;
    left: 30px;
}

.serviceSection .serviceCardText {
    position: relative;
    top: 100px;
    left: 40px;
}
/*.serviceSection .serviceBox {
    background-color:#fff;
}*/
.serviceSection .categoryList .btn {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.serviceSection .serviceTableTag {
    position: absolute;
    width: 150px;
    top: 205px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #3C80AD;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
}

.serviceSection .serviceBigBox .serviceTableTag {
    top: 30px;
    left: 30px;
    margin: inherit;
}
/*.serviceSection .serviceCardContent {
    height:500px;
}*/

.top-right {
    position: absolute;
    top: 0px;
    right: 15px;
}

.transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}

/*.eventBanner .highlightDetailBox h5 {
    font-size:18px;
    font-weight:bold;
}*/

#rspNav {
    display: none;
}

.rsp {
    display: none;
}

.desktop {
    display: block;
}

.titleText {
    font-family: 'CPN Bold';
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.subTitleText {
    font-size: 16px;
}

.blackbackground {
    background-color: #000;
}

.btnBlack {
    background-color: #0c0c0c;
    color: #ffffff;
    width: auto;
    min-width: 200px;
    padding: 5px 50px;
}

.btnBlack:hover {
    color:#fff !important;
    background-color:#333 !important;
}

.btnCpnWhite {
    background-color: #fff;
    color: #0c0c0c;
    padding: 10px 45px 10px 45px;
}

.btnCpnWhite:hover{
    color:#000 !important;
    text-decoration:none;
    background-color:#999;
}

.subMenuPopup .highlightImage img {
    width:100%;
}

.btnCpnBlack {
    background-color: #0c0c0c;
    color: #fff;
    padding: 10px 45px 10px 45px;
}

.btnCpnFullWidthBlack {
    display: block;
    width: 100%;
    background-color: #0c0c0c;
    color: #fff;
    padding: 14px 28px;
    text-align: center;
}

    .btnCpnFullWidthBlack:hover{
        color:#fff;
        background-color:#999
    }

    .cpnBlackBackGround {
        background-color: #0c0c0c;
    }

.btnCpnLink {
    color: #6c757d;
}

    .btnCpnLink:hover {
        color: #fff;
        text-decoration: none;
    }

.has-search {
    width: 350px;
    margin: auto;
}

    .has-search .form-control {
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 5%;
        height: 2.375rem;
        line-height: 2.7rem;
        text-align: center;
        pointer-events: none;
        color: #a78241;
    }


.searchCategory .btn-link {
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #fff;
}

    .searchCategory .btn-link:hover {
        text-decoration: none;
        background-color: #f9f9f9;
        color: #000 !important;
    }

    .searchCategory .btn-link.active {
        background-color: #fff;
        color: #000;

    }

.searchCategory .categoryList{
    white-space: -webkit-nowrap !important;
    line-height:42px;
}

.cpnGold {
    color: #fff;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    color: #fff;
}

.cpnBlack {
    color: #0c0c0c
}

.relative {
    position:relative;
}


/*.topStoryBanner {
    background-color: #b39656;
    position: relative;
    padding: 4%;
}*/

.topStoryDetailBox {
    position: absolute;
    top: 90px;
    left: 6%;
}

/*#personalizedSection {
    background-image: url('../../../Image/marble  background.jpg');
}

#event {
    background-image: url('../../../Image/bg2.jpg');
}*/
#touristTemplate i {
    font-size:30px;
}

#locationDropdown {
    position: relative;
    width: 300px;
    cursor: pointer;
    color: #eee
}

    #locationDropdown:hover {
        color: #fff;
    }

    #locationDropdown span {
        border: none;
        width: 220px;
        text-indent: 20px;
        font-size: 0.9rem;
        vertical-align:top;
        line-height:27px;
    }

    #locationDropdown i.cpn-icon-pin-fill {
        width: 20px;
        margin-right: 5px;
        font-size: 24px;
    }

    #locationDropdown i.cpn-icon-arrow-down {
        display: inline-block;
        padding-top: 0;
        vertical-align: middle;
        margin-left: 5px;
        line-height:27px;
        vertical-align:top;
    }

#cookieAcceptance a {
    text-decoration: underline;
}



    #cookieAcceptance
    {
        position:fixed;
        bottom:0;
        width:100%;
        background-color:rgba(12, 12, 12, 0.85);
        color:#fff;
        z-index:98;
    }
#cookieAcceptance h6 {
    font-size: .8rem;
}

#cookieAcceptance .btnWhite {
    font-size: 16px;
    padding: 10px;
    width:150px;
}

        #cookieAcceptance  p {
            margin-bottom:0;
        }

        .getLatestUpdateFormSection {
            text-align: center;
        }

.socialNetworkList {
    list-style-type: none;
    padding: 0;
    text-indent: 0;
    text-align: right;
    /*padding-right: 10px;*/
    margin-bottom: 0;
    line-height: 1;
    display: inline-table;
    width: 100%;
    
}

    .socialNetworkList li {
        display: inline-block;
        width: auto;
        padding: 0 5px;
        vertical-align: top;
    }

        .socialNetworkList li a {
            color: #fff;
            text-decoration: none;
        }

            .socialNetworkList li a i {
                font-size: 20px;
                line-height: 25px;
            }

            .socialNetworkList li a:hover,
            .socialNetworkList li i:hover {
                color: #999 !important;
            }

                .socialNetworkList li:last-child
                {
                    padding-right:0;
                }

#languageSwitcher {
    padding-top: 5px;
}

.socialNetworkList img {
    height: 25px;
}

.categoryList span {
    width: 100%;
    display: block;
}

.categoryList .btn {
    line-height: 16px;
    font-size: 12px;
    min-width: 120px;
    border-radius:5px;
}

.searchSection h3 {
    font-weight: bold
}

.searchCategory .searchItem {
    display:inline-block;
    margin-right:10px;
}

.searchCategory .searchItem .btn-link{
        font-size:12px;

}

.searchSection .searchIcon {
    left: 10px;
    top: 7px;
    cursor: pointer;
    z-index: 1
}
.searchSection .searchBox {
    border: none;
    background-color: #75757540;
    border-radius: 6px;
    height: 40px;
    padding: 0 50px;
    color: rgba(255, 255, 255, 0.50) !important
}


    .searchSection .searchBox:focus {
        border: none !important
    }

.searchSection .form-group span {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}

.searchSection .categoryList i {
    font-size: 45px
}

.backtoGroup {cursor:pointer; text-decoration:underline;}

.btnPersona :hover{cursor:pointer; margin-top:-10px;}


.interstingChoice .sf_cols {display:inline-table;width:100%;}

.promotionPersonalizationSection {
    display: none;
}

#shopLandingPage h1 {font-size:2rem;}

#shopLandingPage .contactDetails,
#shopLandingPage  p{
    font-size: 14px;
    margin-bottom:0;
}
#shopLandingPage .contactDetails i {
    font-size: 22px;
    color: #999;
}

#shopLandingPage .getDirection {display:none;}

.rdTable .promotionPersonalizationSection {
    display: block;
}

.topStoryBanner hr {
    margin: 0;
    padding: 0;
    width: 40px;
    border-bottom: solid 4px #0c0c0c
}

.hideSwiperPagination .swiper-pagination{
    display:none !important;
}


.swiper-pagination-bullet {
    /*transform: scale(.6) !important;*/
    transform: scale(1) !important;
}
hr.grey {
    border-color: #999
}

.blogPersonalization {
    text-align:center;
}

    .blogPersonalization.blogSection  .blogTitle{
        object-fit:contain;
        width:100%;
        height:100%;
    }

        .blogPersonalization.blogSection .blogTitle .blogPopup{
            margin-top:40%;
        }

        .promotionPersonalizationSection .promotionItem {
            max-width: 24%;
            vertical-align: top;
        }

.promotionItem.up {padding-top:35px;}



/*.promotionPersonalizationSection .promotionItem:nth-child(even) {
    padding-top: 35px;
}*/

.eventBanner {
    text-align: center;
    background-size: cover;
    color: #fff;
}

.eventItem,

.promotionItem,
.blogItem,
.blogItemhomePage {
    width: auto !important;
    padding: 0 1.6%;
    display: inline-block;
    margin: auto;
}


    .blogItemhomePage img {
        max-width: 280px;
    }

    .blogItemhomePage .swiper-container .swiper-pagination {
        width: 100% !important;
        text-align: center;
        bottom: 0;
    }

.blogWithThumbNail .swiper-container {
    /*height: 350px;*/
}

/*.eventBanner .swiper-container {
    height: 580px;
}*/

.promotionSection .searchSection .searchIcon {
    top: 8px;
}

.rdTable .rsp {
    /*display: inline-table;*/
    max-width: 200px !important;
    top: 0 !important;
}

.rdTable .backend3Items .swiper-slide {
    width: 25%;
    margin: auto;
}

.rdTable .backend4Items .swiper-slide {
    width: 18%;
    margin: auto;
}


.eventBanner .swiper-container .swiper-pagination,
.blogWithThumbNail .swiper-container .swiper-pagination {
    width: 100% !important;
    text-align: center;
    bottom: 0;
}

    .eventBanner .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
    .eventBanner .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
    .blogWithThumbNail .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active {
        background-color: #fff !important;
        border-radius: 20px !important;
        width: 45px !important;
    }


.touristSection .blogWithThumbNail {
    width: 100%;
}

.eventBanner .container {
    max-width: 1100px;
}

.eventBanner .swiper-wrapper {
    text-align: center;
}

.eventBanner h5 {
    font-size: 40px;
    font-weight: bold;
}

.highlightEventBanner .highlightDetailBox h2 {
    font-size: 2rem;
    font-weight: bold;
}

.eventBanner .btnCpnGold, .btnWhite {
    width: auto;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 10px 15px;
}
    .eventBanner .btnCpnGold, .btnWhite {
        min-width: 200px;
    }
        .eventBanner .btnCpnGold:hover, .btnWhite:hover {
        color: #000 !important;
        background-color: #acacac;
    }

/*.showSwipePaging .swiper-pagination-bullet:first-child {
    left: 0 !important;
}*/
.showSwipePaging .swiper-pagination-bullet {
    background-color: #fff;
}

.promotionListCaption h4 {
    color: #000;
    height:45px;
}

.promotionListCaption .mainNews h4 {
    font-size: 18px;
}

    .showSwipePaging .swiper-pagination-bullet:first-child {
        left: 0 !important;
    }

.showSwipePaging .swiper-wrapper {
    padding-bottom: 40px;
}

#promotionItem h1 {font-size:2rem;}

#promotionItem .container {
    max-width: 1000px;
    font-size:14px;
    line-height:1.8;
}

.eventItem .eventBox {background-color:#fff;color:#000;text-align:left;border-bottom:solid 4px #F8B600;min-height:160px;}

.eventItem .eventDate {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    width:65px;
    height:70px;
    display:inline-block;
    text-align:center;
}

    .eventItem .eventDate .month {display:block;padding-top:5px;font-size:15px; text-transform:uppercase}
    .eventItem .eventDate .date {
        display: block;
        padding-top: 0;
        font-size: 35px;
        line-height:36px;
    }

    .eventItem h2 {
        font-size: 16px;
        font-family:'CPN Bold';
    }

    .eventItem .eventBox .shortDescription{
        height:70px;
        overflow:hidden;
        line-height:20px;
    }

.promotionContainer a {
    color: #fff;
}

.promotionBanner {
    position: relative;
}

    .promotionBanner .btnCpnBlack {
        color: #fff;
    }

    .promotionBanner img {
        float: right;
        width: 50%;
        float: right;
        margin-right: 5%;
    }

    .promotionBanner .promotionDetailBox {
        position: absolute;
        height: 345px;
        width: 470px;
        background-color: #ffffff;
        padding: 40px;
        top: 25%;
        left: 15%;
        box-shadow: 0 2px 8px #aaa;
    }

.promotionDetailBox * {
    color: #000;
}

.promotionItem {
    width: 33%;
    display: inline-block;
    /*box-shadow: 0 2px 8px #aaa;*/
}

.sf-form-control.promotionForm .sf-Checkboxes div:last-child {
    text-align: right;
}

.rdTable .backend3Items .swiper-slide {
    width: 30%;
    margin: auto;
}

.promotionWithThumbNail {
    text-align: center;
}

    .promotionWithThumbNail .promotionListCaption {
        height: 100px;
        width: 100%;
        /*background-color: #ffffff;*/
        background-color: #fff;
        color: #0c0c0c;
        padding: 3%;
        text-align: left;
    }

.promotionListCaption a {
    color: #0c0c0c !important;
}

.newsLabel {
    background-color: #fff;
    color: #000;
    height: 100px;
}

    .newsLabel a {
        color: #000;
    }

.highlightBanner .btnCpnGold,
.highlightEventBanner .highlightDetailBox .btnCpnGold {
    width: auto;
    padding: 15px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
}

    .highlightBanner .btnCpnGold:hover,
    .highlightEventBanner .highlightDetailBox .btnCpnGold:hover {
        color: #fff;
        text-decoration: none;
    }

    .btnBlack:hover {
        color:#fff;
        background-color:#555;
    }


.highlightBanner .btnBlack:hover,
.highlightEventBanner .highlightDetailBox .btnBlack:hover {
    color: #fff;
    background-color: #0c0c0c;
    text-decoration: none;
}

hr.short {
    border-bottom: solid 3px #fff;
    width: 40px;
    opacity:1;
}
    /*.eventBanner h5 {font-size:2.5rem;font-weight:bold;}*/

    hr.short.black {
        border-bottom: solid 3px #0c0c0c;
        display: block;
        margin: 1.5rem 0;
    }

    hr.short.red {
        border-bottom: solid 3px #e41b25;
        display: block;
        margin: 1.5rem 0;
    }

/*.personalizedSection hr.short {
    border-bottom: solid 3px #0c0c0c;
}*/

.personalizedSection h6, .personalizedSection h2 {
    font-weight: bold;
}

/*.personalizedSection .cardItem img {
    box-shadow:2px 2px 10px #aaa;
}*/

.personalizedSection .cardItem:nth-child(even) {
    margin-top: 35px;
}


.personalizedSection .container {
    max-width: 1400px;
}

.blogItemhomePage {
    width: 22%;
    vertical-align: top;
}

.blogStyle:not(.onFilter) .swiper-slide:nth-child(even),
.blogStyle .swiper-slide.up {
    padding-top: 35px;
}

.blogItemLifestyle .titleText {
    font-size: 1rem;
    overflow: hidden;
    height: 45px;
}

.blogSection .subTitleText {
    font-size: 13px;
    text-transform:capitalize;
}

.blogSection .smallBox {height:270px;}

.blogSection .blogTitle {
  position:absolute;    
  top:0;
  left:0;
  height:100%;
  display:none;
  opacity:0.9;
  border:1rem;
  z-index:10;
  width:100%;
}

/*.blogSection .bigBox,
.blogSection .smallBox {
    overflow:hidden;
    text-align:center;
    cursor:pointer;
}*/

.blogSection .blogPopup {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-top: 30%;
}

.blogSection .blogPopupMask {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -10px;
    left: -10px;
    display:none;
    z-index:9;
}

.blogSection .blogHover .blogPopupMask {
    display:block;
}

.blogSection .bigBox .blogTitle {
    width: 94.5%;
    height:94.5%;
    padding:15px;
    cursor:default;
    padding-top:15%;
}

    .blogSection .smallBox .blogTitle {
        /*width: 88%;
        height: 88%;*/
        padding:15px;
        max-width:88.5%;
        height:90.5%;
    }

.blogGallery .bigBox .imgMask {
    height: 540px;
    width: 540px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}


.blogSection .blogGallery .smallBox
{
    height:280px;
}
.blogGallery .smallBox .imgMask {
    height: 260px;
    width: 260px;
    position: relative;
    overflow: hidden;
    background-size:cover;
}

.blogGallery .imgMask img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


input.bg,
select.bg {
    background-color: #f7f4ef;
    border: solid 0 !important;
    outline: none !important;
}

input[type='text']:focus {
    outline: none !important
}

input[type='text'],
input[type='email'],
input[type='password'] {
    color: #999 !important;
}


footer {
    background-color: #b39555;
    color: #999;
    font-size: 0.9rem;
}

    footer a {
        color: #fff;
    }

.promotionContainer,
.blogContainer {
    /*max-width: 1200px;*/
    max-width:1150px;
    width: 100%;
    margin: auto;
}

.highlightBanner .swiper-slide {
    width: 100% !important;
}

.promotionWithThumbNail img {
    width: 100%;
}

.sfBackgroundAbsolute {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
}

    .sfBackgroundAbsolute img {
        width: 100%;
    }

.sfBackgroundAbsolute, .highlightEventBanner {
    height: auto;
}

    .highlightEventBanner .swiper-slide img {
        /*max-width: 800px;*/
        float: right;
        margin-right: 10%;
        margin-top: 5%;
        margin-bottom: 5%;
        width:52%;
    }

/*.sfPageWrapper .backendWithBackground {
    margin-top: 140px !important;
}

    .sfPageWrapper .backendWithBackground .RadDockZone {
        width: 95%;
        margin: auto;
    }

        .sfPageWrapper .backendWithBackground .RadDockZone:hover .RadDock {
            background-color: #ffffe669 !important;
        }*/

.sfPageWrapper #locationSelect {
    display: inline-table;
    width: 100%;
    position: relative
}

.bgDark {
    background-color: #75757540 !important;
    border: none !important;
    color: #fff !important;
}


.showSwipePaging .swiper-pagination {
    bottom: 0.8rem !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.rdTable #locationSelect {
    display: none;
}


.rdTable .contentWithBackground .contentBackground {
    /*max-height: 200px;*/
    /*overflow: hidden;*/
    position: relative;
    height:auto;
}

    .rdTable .contentWithBackground .contentBackground .RadDock {
        max-height: 200px;
        position: relative;
        overflow: hidden;
    }

    .rdTable .contentWithBackground .contentBackground::after {
        content: 'Background Image';
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 123px;
        z-index: 10;
    }


footer {
    background-color: #0c0c0c;
}


    footer ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0
    }

        footer ul li {
            display: inline-block;
            padding-right: 40px;
        }

            footer ul li a {
                color: #fff;
            }


    footer .privacy ul li {
        display: inline-block;
        padding-right: 10px;
        border-right: solid 1px #999;
        height: 15px;
        line-height: 15px;
    }

        footer .privacy ul li:last-child {
            padding-left: 10px;
            border:0;
        }

#locationSelect {
    background-color: #000;
    width: 100%;
    height: 100vh;
}

    #locationSelect h1 {
        font-weight: bold;
    }

.btn-white {
    background-color: #333;
    color: #fff
}

#locationSelect img {
    width: 17px;
}

#locationSelect input[type='text'] {
    background-color:transparent;
    border:none;
    color:#999;
    text-align:center;
    padding-left:0;
    padding-right:30px;
}

#locationSelect .btn-white {
    border-radius: 0 !important;
    text-align: center;
    padding:10px;
    background-color:#fafafa;
    color:#000;
    width:100%;
}

#locationSelect .btn-white:hover {
    background-color: #fff;
}

.currentLocation .cpn-icon-pin {
    font-size: 26px;
}

.locationTextSearch #locationSelect .itemFullWidth .locationItem a {
    display: inline-block;
    width:190px;
}

.locationTextSearch #locationBySelect,
.locationTextSearch #locationBySearch .zone,
#locationBySearch {
    display: none;
}

.locationTextSearch #locationBySearch {
    display:block;
}

.locationTextSearch a {
    width: 20%;
    display: inline-block;
}


.locationSwitch {
    border-radius: 30px;
    background-color: #141414;
    height: 40px;
    width: 100%;
    display: inline-table;
    margin-left: auto;
    margin-right: auto;
}


    .locationSwitch a {
        background-color: transparent;
        border: none;
        color: #fff;
        line-height: 40px;
        font-size: 0.9rem;
    }

        .locationSwitch a:hover {
            text-decoration: none;
            color: #fff;
        }

a, a:hover {
    color: #fff
}

.searchSection a:hover {
    text-decoration:none !important;
    color:#999 !important;
}

.bangkokShow .locationSwitch .bangkokSwitch,
.noneBangkokShow .locationSwitch .otherProvincesSwitch {
    border: none;
    border-radius: 30px;
    height: 40px;
    background-color: #262626;
}

.bangkokShow .otherProvincesSwitch,
.noneBangkokShow  .bangkokSwitch{
    color: #585858
}

#locationSelect .locationItem {
    width: 20%;
    float: left;
    text-align: left;
}

.locationItem a {
    color: #999;
    font-size: 13px;
    padding: 10px 0 10px 20px;
    position:relative;
}

    .locationItem a:hover {
        text-decoration: none;
        color: #fff
    }

/*.locationItem a i {
        line-height: 18px;
        vertical-align: middle; 
    }*/

.locationItem i {
    position:absolute;
    left:0;
    margin-top:-3px;
}

#locationSelect .itemFullWidth .locationItem a {
    width: 100% !important;
    display: block;
}

#locationSelect .bangkok, #locationSelect .noneBangkok {
    display: none;
}

.bangkokShow .bangkok {
    display: block !important;
}

.noneBangkokShow .noneBangkok {
    display: block !important;
}

.rdTable .noneBangkok {
    display: block !important;
}


.backendWithBackground {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000
}

.bgRight {
    background-position: right top !important;
    background-size: unset;
}


#bgBlur {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    /*height: 340vh;*/
    height: 200vh;
    background-repeat: no-repeat;
    background-size: 160%;
    background-position: top center;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    display:none;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    text-align: center;
    background-color: #E97F93;
    /*animation: fadebackground 1s infinite;*/
    /*background: linear-gradient(270deg, #E97F93, #F8B601, #CB4136, #567754, #3D80AD);*/
    background: linear-gradient(to right, #E97F93 0 20%, #F8B601 20% 40%, #CB4136 40% 60%, #3D80AD 60% 80%, #567754 80% 100%);
    /*background: linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #dd0000 66%, #ffc608 66%);*/
    background-size: 1000% 1000%;
    -webkit-animation: rainbow 3s ease alternate-reverse;
    -z-animation: rainbow 13s ease normal;
    -o-animation: rainbow 1s ease normal;
    animation: rainbow 3s ease alternate-reverse;
    display:none;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 50% 50%
    }

    100% {
        background-position: 100% 100%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 50% 50%
    }

    100% {
        background-position: 100% 100%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 50% 50%
    }

    100% {
        background-position: 100% 100%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 50% 50%
    }

    100% {
        background-position: 100% 100%
    }
}

@keyframes fadebackground {
    from {
        background-color: #E97F93;
    }
    to {
        background-color: #2EB07B;
    }
    to {
        background-color: #ff0000;
    }
}




    #loading img {
        margin: 30% auto;
        width: 100px;
        color: #fff;
        fill: #fff;
        /*filter: invert(100%) sepia(89%) saturate(0%) hue-rotate(172deg) brightness(105%) contrast(105%);*/
    }

#loading svg path{
    fill: #fff;
}


/*#bgBlur img {
    width:150%;
    margin-left:-25%;
    max-width:200% !important;
    height:auto;
    z-index:0;
}*/
#locationSelect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    z-index: 100;
    padding: 0 !important;
    display: none;
}

body.showSelectLocation {
    height: 150vh;
    overflow: hidden;
}

.showSelectLocation #locationSelect {
    display: block;
    overflow:scroll;

}

.closePopup {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: #ddd;
    cursor: pointer
}

    .closePopup:hover {
        color: #fff;
    }

a:hover {
    color: inherit !important;
}

footer .footerRight span, footer .footerRight span div {
    display: inline-block;
}

footer .nav {
    line-height: 28px;
}

    footer .nav ul.socialNetworkList {
        vertical-align: top;
    }


footer .callcenter,
footer .social {
    display: inline-block;
    width: auto;
}

.pagination {
    text-align: center;
    width: auto;
    display: inline-block;
    margin: auto;
}

    .pagination li {
        width: 30px;
        height: 30px;
        border-radius: 200px;
        margin: auto;
        display: inline-block;
        line-height: 33px;
        font-size: 14px;
        vertical-align: top;
    }

        .pagination li.active {
            background-color: #fff;
            color: #000;
        }
            .pagination li.active a {
                color: #000 !important;
            }
.page-link {
    background-color:transparent !important;
    border:none;
    color:#fff;
}

.pagination .page-item {
    cursor:pointer;
}

#searchResult {
    display: none;
}

.form-contro.searchBoxl::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-control.searchBox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control.searchBox::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#promotionGroupPage h1 {
    text-align: center;
    font-size: 2rem;
}

.promotionGroup .jsBackButton {
    display: none;
}


.usp img {
    max-width: 30px;
    margin-right: 20px !important;
}

.usp .icon {
    font-size: 30px;
    vertical-align: middle;
    padding-right:20px;
}

.uspBorder  a:hover span {
    color:#ccc;
}


.usp img, .usp span {
    display: inline-block;
    margin: auto;
}

.usp .uspBorder {
    padding: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #252525
}

.usp .borderColor1 {
    border-top: solid 4px #CB4136;
}

.usp .borderColor2 {
    border-top: solid 4px #E97F93;
}

.usp .borderColor3 {
    border-top: solid 4px #F8B600;
}

.usp .borderColor4 {
    border-top: solid 4px #3D80AE;
}

body.showSearch {
    height: 100vh;
    overflow: hidden;
    position:fixed;
}

#searchPopup {
    position: fixed;
    background-color: rgba(12, 12, 12, 0.90);
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#social {
    padding-top: 6px;
}

.languageSwitcherli {
    vertical-align: middle;
    width:60px !important;
}

    .languageSwitcherli select {
        border:none;
        text-transform:uppercase;
        padding-right:25px;
    }

    .languageSwitcherli div {
        padding-top: 3px;
    }


.showSearch #searchPopup {
    display: block
}

#searchPopup .searchTitle {
    font-size: 35px;
    font-family: 'CPN Bold';
}

#searchPopup strong {
    font-family:'CPN Bold';
}

.showSearch #searchPopup .searchIcon {
    font-size: 26px;
    left: 12px;
}

#searchPopup .closePopup {
    font-size: 30px;
    right: 15px;
}

.showSearch .searchCategory .searchItem a {
    border-radius:5px;
    min-width:90px;
}

.font-grey,
.searchHistory * {
    color: #999 !important;
}

.searchHistory {
    height:140px;
    overflow-y:auto;
    overflow-x:hidden;
}

.searchHistory .history {
    border-bottom:solid 1px #666 !important;
}

span.cpn-icon-shared.sharedIcon,
.shareTo span {
    font-size: 22px !important;
    cursor: pointer;
}

.shareIconSet .shareTo a:hover {
    text-decoration: none;
}

.shareIconSet {
    position: relative;
    z-index: 10;
    height: 25px;
}

.sharedToMask {
    position: absolute;
    right: -30px;
    top: -30px;
    height: 100px;
    width: 500px;
    z-index: 1;
    display:none;
}

.shareTo {display:none;}
.active .shareTo,
.active .sharedToMask{display:inline-block;z-index:2}

    .active .sharedToMask {z-index:1;}


.shopCategoryList {
    text-align: left;
    overflow: auto;
    height: 130px;
    /*height:auto;*/
}

.shopCategory {
    text-align: center;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
}

    .shopCategory i {
        font-size: 30px !important
    }

    .shopCategory label {
        font-size: 11px;
        display: inline-table;
        clear: both;
        line-height: 11px;
        width: 100%;
        min-height:40px;
    }

    .shopCategory .circle,
    .shopCategory img{
        width: 60px;
        height: 60px;
        border-radius: 200px;
        display: inline-block;
        margin: auto;
        line-height: 75px;
        vertical-align:top;
    }

.font-grey,
.searchHistory * {
    color: #999
}

.shopCategoryList a{
    display:inline-block;
    width:10%;
    float:left;
}

.shopCategory {
    text-align: center;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
}

    .shopCategory i {
        /*font-size: 30px !important*/
        font-size: 34px !important;
        line-height: 60px;
    }

    .shopCategory label {
        font-size: 11px;
        display: inline-table;
        clear: both;
        line-height: 11px;
        width: 100%;
    }

    .shopCategory .circle {
        width: 60px;
        height: 60px;
        border-radius: 200px;
        display: inline-block;
        margin: auto;
        line-height: 75px;
    }

.bg-pink,
.pinkBox{
    background-color: #E97F93
}

.bg-yellow,
.yellowBox {
    background-color: #F8B601
}

.bg-red,
.redBox{
    background-color: #CB4136;
}

.bg-green,
.greenBox {
    background-color: #567754;
}

.bg-blue,
.blueBox{
    background-color: #3D80AD;
}


.b-pink {
    border-left : solid 3px #E97F93;
}

.b-yellow {
    border-left: solid 3px #F8B601
}

.b-red {
    border-left: solid 3px #CB4136;
}

.b-green {
    border-left: solid 3px #567754;
}

.b-blue {
    border-left: solid 3px #3D80AD;
}

.logoBox {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #fff;
    line-height: 150px;
    border-radius: 3px;
    border: solid 1px #666;
}

.searchNotFound .logoBox {
    width:100%;
    height:200px;
    line-height: 200px;
}

.searchNotFound .logoBox  img{
    width:80%;
}

.searchResutList {
    height: 60vh;
    overflow-x: auto;
}

    .searchResutList small {
        font-size: 11px;
        color: #999
    }


.searchIcon {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 25px
}

.swiper-button-next.circle,
.swiper-button-prev.circle {
    color: #0c0c0c;
    font-size: 18px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 200px;
    text-align: center;
}

    .swiper-button-next.circle:after,
    .swiper-button-prev.circle:after {
        font-size: 20px !important;
        line-height: 55px;
    }

    .swiper-button-next.circle:hover,
    .swiper-button-prev.circle:hover {
        color: #fff;
        background-color: rgba(12, 12, 12, 0.5);
    }

.max-w-90 {
    width: 90vw !important;
    max-width: 90% !important;
    margin: auto;
}




#splashBanner {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 900;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1;
}

    #splashBanner .mainBanner {
        position: relative;
    }

#splashBanner i {
    position:absolute;
    right:15px;
    top:7vh;
    font-size:30px;
    cursor:pointer;
}

    #splashBanner .btn {
        font-size: 14px;
        padding: 5px;
        border-radius: 0;
    }

    #splashBanner .btnWhite {
        border: solid 1px #ccc;
    }

#splashBanner img {
    margin: auto;
    margin-top: 13vh;
    width:100%;
}

.splashBtn {
    bottom: 115px;
}


.rdTable #splashBanner {
    display: inline-table;
    width: 100%;
    position: relative;
}

    .rdTable #splashBanner img {
        margin: auto;
        max-width: 300px;
        height: auto;
    }

.subMenuPopup {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 20;
    color: #000;
    padding-bottom: 60px;
    margin-top: 20px;
    border-top: solid 4px #F8B600;
    display: none;
}

.subMenuShow .subMenuPopup {
    display: block;
    z-index: 99;
}

.subMenuShow #wrapper {
    /*margin-top: 24px;*/
}
/*.subMenuShow #mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(12, 12, 12, 0);
    z-index:9;
}*/
.subMenuShow .mainNav {
    z-index: 100;
}

.subMenuShow .subMenuPopupMask {
    width: 100%;
    position: absolute;
    background-color: transparent;
    height: 95vh;
    margin-top: -80px;
    z-index: 90;
}



select option {
    background-color: #000;
}


#stickySearch {
    width: auto;
    display: inline-block;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding-top: 12px;
    vertical-align: top;
    margin-right:10px;
}

    #stickySearch i {
        font-size: 18px;
        font-weight: bold;
    }

    #stickySearch:hover {
        color: #999;
    }


.searchResultButton a{
    font-weight:bold;
}
.searchResultButton span {
    display: inline-block;
    width: auto;
}

.clearText {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #666;
    padding: 0;
    border-radius: 200px;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #000;
    line-height: 20px;
    cursor:pointer;
}

    .clearText i {
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: bold !important;
    }

.subCategoryList .subCategoryName {
    width:88%;
    display:inline-block;
}



.searchResultSection section {
    width: auto;
    display: none;
}

.searchResultSection .clearText {
    right:15px;
}


.freeze {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.subMenuPopup strong {
    font-family: "CPN Bold";
    font-size: 2.5rem;
    line-height: 75px;
    font-weight: 900;
    margin-top: -10px;
    display: inline-block;
    padding-bottom: 10px;
}

.subMenuPopup a {
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 14px;
    padding: 5px 0 15px 0;   
    clear: both
}


.subMenuPopup .content .title {
    font-size: 26px;
    line-height: 29px;
    font-family: 'CPN Bold';
    font-weight: 900;
    display:inline-block;
    padding-top:23px;
    padding-bottom:10px;
}

hr.orange {
    border: 0;
    border-bottom: solid 3px #F8B600;
    width: 100px;
    display: block;
    margin:0;
}

.subMenuPopup .content a {
    text-decoration: underline;
    position: absolute;
    bottom: 0
}

.shopSearchResult .swiper-wrapper {
    display:inline-table;
}

div:not(.searchNotFound) .shopSearchResult .swiper-slide {
    width:20%;
    height:auto;
    padding:15px;
    display:inline-block;
    vertical-align:top;
}

.shopSearchResult .logoBox{
    max-width:190px;
    max-height:190px;
    width:100%;
    height:100vh;
    line-height:190px;
    border-radius:3px;
    border:solid 1px #666;
}

.shopSearchResult .logoBox img{
    vertical-align:middle;
}
.shopSearchResult .shopContent {
    height: 80px;
    font-size:14px;
}

.shopSearchResult .shopContent small {
    color:#999;
}

.otherSection .swiper-wrapper {
    display:inline-table;
}

.otherSection .swiper-wrapper .swiper-slide {
    height:auto;
}

.promotionPersonalizationSection .promotionCategory {text-transform:capitalize}
/*.otherSection .otherBox {
    width:100%;
    height:150px;
    overflow:hidden;
    position:relative;
}*/
.otherSection .otherBox img {
    /*position:absolute;*/
    /*max-width:150px;*/
}

.searchForm {position:relative;}

.eventBox .eventTitle {height:80px;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.blogImageGallery {
    position:fixed;
    top:0;
    height:100vh;
    width:100%;
    overflow:hidden;
    z-index:100;
    background-color:#000;
    left:0;
    display:none;
}

.showGallery .blogImageGallery {display:block;}

.blogImageGallery .container {
    height: 100vh;
    position: relative;
}

    .blogSection .blogGallery .blogImageGallery .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

.blogSection .blogGallery .blogImageGallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.blogSection .blogGallery .blogImageGallery .gallery-top {
    height: 80%;
    width: 100%;
    text-align:center;
}

    .blogSection .blogGallery .blogImageGallery .gallery-top img {
        height: 100%;
        width: 100%;
        margin: auto;
        object-fit: contain;
    }

    .blogSection .blogGallery .blogImageGallery .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        width:100%;
    }

    .blogSection .blogGallery .blogImageGallery .gallery-thumbs .swiper-slide {
        /*width: 13% !important;*/
        height: 100%;
        opacity: 0.4;
    }

    .blogSection .blogGallery .blogImageGallery .circle{
        z-index:101;
        bottom:13%;
        top:auto !important;
        width:35px;
        height:35px;
    }

        .blogSection .blogGallery .blogImageGallery .circle:hover {
            background-color:#999;
            color:#000;
        }


.blogGallery .blogImageGallery .swiper-button-next.circle:after, .blogGallery .blogImageGallery .swiper-button-prev.circle:after {
    font-size: 15px !important;
    line-height: 37px;
}

.blogSection .blogGallery .blogImageGallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border:solid 4px #fff;
}

.blogGallery .blogImageGallery .swiper-button-next {right:-30px;}
.blogGallery .blogImageGallery .swiper-button-prev {
    left: -30px;
}

.blurMobileOnly #bgBlur {
    display: none;
}

.blogSection iframe {
    width: 100%;
    height: 100% !important;
    min-height: 400px;
    min-height: 500px;
    border:0 !important;
}

.blogSection div[contenteditable='false'] {
    width: 100% !important;
    min-height: 600px;
    min-height: 800px;
    height: 100% !important;
}

.searchNotFound {display:none;}

/*.searchNotFound .shopSearchResult {
    padding: 0 !important;
}*/

.searchNotFound .eventBanner,
.searchNotFound .eventBanner .container,
.searchNotFound .eventBanner  .eventItem{
    padding: 0 !important;
}

.searchResultSection .paging  {display:none;}


/* Calendar */
.add-to-calendar-checkbox ~ a:before {
    background-size: 100%;
    background-position: 0;
    background:none !important;
}

/*.add-to-calendar-checkbox ~ a.icon-ical:before {
    background-image: url(/Image//icon/apple-icon.png) !important;
}

.add-to-calendar-checkbox ~ a.icon-google:before {
    background-image: url(/Image//icon/google-icon.png) !important;
}

.add-to-calendar-checkbox ~ a.icon-outlook:before {
    background-image: url(/Image//icon/office-icon.png) !important;
}

.add-to-calendar-checkbox ~ a.icon-yahoo:before {
    background-image: url(/Image//icon/yahoo-icon.png) !important;
}*/
.showSelectLocation #wrapper {
    display:none;
}

#floorPlanPopup .close {
    position: absolute;
    right: 25px;
    top: 25px;
}


.sfContentBlock h1{
    font-size: 40px;
}

.directoryBack {
    position:absolute;
    left:10%;
    top:30px;
}
/*.sfContentBlock h1,
.sfContentBlock p,
.sfContentBlock hr,
.promotionGroup h1,
.promotionGroup .searchSection form,
.promotionGroup .categoryList a,
.subMenuPopup .menu,
.subMenuPopup .suggestion{
    opacity: 0;
}*/
.touristSection .blogWithThumbNail .swiper-slide {
    padding-top: 30px;
    vertical-align: top;
}

    .touristSection .blogWithThumbNail .swiper-slide:nth-child(even) {
        padding-top: 0;
    }

.touristTemplate .promotionListCaption {padding:5%;}

    .touristTemplate .promotionListCaption h4 {
        font-size: 14px
    }


.blurHightlightDetailBox .highlightDetailBox {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .touristTemplate .promotionListCaption small {
        font-size: 75%
    }

.rspDirectoryFilter {display:none;}

.touristTemplate .customerFeedback {
    padding-bottom: 100px !important;
}


.touristTemplate.freezeHeader header .borderBottom {
    padding-bottom: 15px !important;
}

.touristTemplate .style4 .highlightDetailBox .subTitleText{
    height:45px;
}


#serviceTouristSection {
    padding: 0 !important;
}

#serviceTouristSection h4 {color:#fff;font-size:18px;}

.touristTemplate .highlightBanner a:hover {text-decoration:none;}

i.cpn-icon-star-half {
    transform: rotateY(180deg);
}

.headerLogo .the1 img {max-height:60px;}

.h1px {height:1px }

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}

.hiddenScreen {
    overflow:hidden;
}
.btn-subscribe{
    position: relative;
}

.locationSwitch {
    margin-bottom: 40px !important;
    max-width: 66.67% !important;
}

#locationSelect .locationItem {
    width: 18% !important;
    margin-left: 1vw !important;
}

#locationSelect .itemFullWidth .locationItem a {
    min-height: 50px !important;
}


@media only screen and (max-width: 768px) {
    .zone {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width:769px) and (max-width: 1050px) {
    #locationSelect .itemFullWidth .locationItem a {
        min-height: 80px !important;
    }

    #locationSelect .itemFullWidth {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 520px) {
    .locationSwitch {
        max-width: 95% !important;
    }
}
