.event-page {
    @media (min-width: 1500px) {
        .container-xl {
            max-width: 1500px !important;
        }
    }

    .section-event-banner {
        padding: 0 23px;
        border-radius: 20px;
    }

    .event-banner {
        min-height: 200px;
        width: 100%;
        border-radius: 20px;
        @media (max-width: 768px) {
            min-height: auto;
        }

        img {
            position: initial !important;
            height: auto !important;
            border-radius: 20px;
            /*filter: drop-shadow(10.069px 12.434px 23px rgba(15, 16, 20, 0.5));*/
            /*background-color: #0f1014;*/
        }
    }

    .adv-section {
        /*padding: 0 23px;*/
        visibility: hidden;

        .content-title {
            padding: 0px 23px;
            margin: 50px 0 0px 0;
            font-size: 50px;
            text-transform: uppercase;
            color: #000000;
        }

        .card-advertising {
            display: flex;
            justify-content: space-between;
            max-width: 701px;
            margin: 20px 0 30px 0;
            width: 48%;
            height: 350px;
            border-radius: 20px;
            /*background: url("../img/event/adv-bg.png") no-repeat right center;*/
            background-color: #fff1f1;
            border: 0px solid #000000;
            padding: 20px 40px;
        }

        .adv-content {
            max-width: 40%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .adv-content-dt {
            display: flex;
            flex-direction: column;
        }

        .adv-img-exhibition {
            width: 100%;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        .inner-rate-region {
            top: 0px;
            right: 0px;
            background-color: #FFF !important;
            color: #000 !important;
        }

        .store-adv-logo {
            max-height: 2.875rem;
            text-align: left;

            > img {
                height: 100%;
            }
        }

        .adv-text {
            font-size: 22px;
            line-height: 24px;
            color: #000000;
            margin: 10px 0;
            max-height: 196px;
            font-family: "Source Sans Pro";
        }

        .adv-rate {
            font-size: 22px;
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            /*max-width: 177px;*/
            /*width: 200px;*/
            height: 35px;
            border-radius: 5px;
            background-color: #ffcccc;
            border: 0px solid #000000;
            font-size: 30px;
            color: #ffffff;
            font-weight: 400;
            font-family: "Source Sans Pro";

            i {
                margin: 0 5px;
                font-size: 32px;
                /*margin-left: 10px;*/
                color: #ff1f35;
                font-weight: 600;
                font-family: "Source Sans Pro";
            }
        }

        .coupon-rate {
            font-size: 30px;
            line-height: 50px;
            color: #000;
            font-weight: 400;
            font-family: "Source Sans Pro";

            i {
                margin: 0 5px;
                font-size: 32px;
                color: #ff1f35;
                font-weight: 600;
                font-family: "Source Sans Pro";
            }
        }

        .adv-rate.couponbtn {
            color: #000 !important;
        }


        .exhibition-img {
            width: 90%;
            max-width: 348px;
            height: 174px;
            border-radius: 10px;
            border: 0px solid #ffc28c;
            background-size: cover;

            > img {
                border-radius: 10px;
            }
        }

        .adv-img-exhibition-mobile {
            display: none;
        }

        /*.slick-slide {*/
        /*    margin: initial;*/
        /*}*/

        .slick-prev {
            left: -1.5rem;
            opacity: 0.3;
        }

        .slick-next {
            right: -1.5rem;
            opacity: 0.3;
        }

        .slick-prev:hover, .slick-next:hover {
            opacity: 1;
        }

        @media (max-width: 1440px) {
            .slick-prev {
                left: 0rem;
            }

            .slick-next {
                right: 0rem;
            }
        }

        @media (max-width: 1200px) {
            .adv-text {
                font-size: 20px;
                line-height: 22px;
            }

            .coupon-rate .adv-rate {
                font-size: 16px;
                white-space: nowrap;

                i {
                    font-size: 20px;
                }
            }
        }
        @media (max-width: 992px) {
            .card-advertising {
                padding: 15px 20px;
                flex-direction: column;
                height: auto;
            }

            .adv-img-exhibition-desktop {
                display: none;
            }

            .adv-img-exhibition-mobile {
                display: block;
                margin-top: 20px;
            }

            .inner-rate-region {
                top: 10px;
                right: 10px;
            }

            .exhibition-img {
                max-width: 100%;
                width: 100%;
            }

            .adv-img-exhibition {
                max-width: 100%
            }

            .adv-content {
                max-width: 100%;
                height: 100%;
            }

            .adv-text {
                font-size: 20px;
                line-height: 22px;
                margin: 20px 0px;
            }

            .adv-rate {
                margin: 0px 0 20px 0;
            }

            .store-adv-logo {
                display: flex;
                justify-content: center;
            }

            .right-img {
                width: 100%
            }

            .slick-prev {
                left: 0.5rem;
                top: 400px;
            }

            .slick-next {
                right: 0.5rem;
                top: 400px;
            }
        }
        @media (max-width: 768px) {
            .card-advertising {
                padding: 10px 15px;
                width: 49% !important;
            }

            .exhibition-img {
                width: 100%;
                max-height: 60px;
            }

            .content-title {
                margin: 5px 0 0px 0;
                font-size: 16px;
            }

            .card-advertising {
                width: 100%
            }

            .adv-text {
                font-size: 16px;
            }
            .adv-rate {
                margin: 0px 0 5px 0;
            }

            .coupon-rate {
                font-size: 16px;
                line-height: 30px;
                i {
                    margin: 0 5px;
                    font-size: 16px;
                }
            }
            .slick-next, .slick-prev {
                top: 46%;
            }
        }
    }

    .featured-store-header {
        padding: 0px 23px;
        margin-top: 80px;
        margin-bottom: 60px;
        /*padding: 0 15px;*/
        font-size: 50px;
        color: #000000;

        .ft-left-img {
            max-width: 768px;
            width: 50%;
            max-height: 375px;
            height: 375px;
            background: url("../img/event/black-store-title-bg.png") no-repeat center;
            background-size: contain;
        }

        .ft-right-title {
            width: 50%;
            /*height: 315px;*/
        }

        .ft-title-img {
            max-width: 539px;
            width: 100%;
            height: 59px;
            background: url("../img/event/ft-title.png") no-repeat center;
            background-size: contain;
        }

        .ft-title-fs {
            position: relative;
            font-size: 3.75rem;
            letter-spacing: 3px;
            color: #000000;
            padding-bottom: 5px;
            font-family: "Harmony Serif Medium";
            @media (max-width: 1200px) {
                font-size: 3rem;
            }
            @media (max-width: 768px) {
                font-size: 2.5rem;
            }
        }

        .ft-title-fs::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #000000;
        }

        .ft-title {
            white-space: nowrap;
            display: inline-block;
            max-width: 530px;
            overflow-wrap: break-word;
            font-size: 40px;
            color: #000000;
            font-weight: 400;
            text-transform: uppercase;
            font-family: "Source Sans Pro";
        }

        @media (max-width: 1440px) {
            padding: 0 19px;
        }

        @media (max-width: 1200px) {
            margin-top: 60px;
            margin-bottom: 30px;
            padding: 0px 17px;
        }

        @media (max-width: 992px) {
            margin-top: 60px;
            align-items: center;
            .ft-left-img, .ft-right-title {
                width: 100%;
            }

            .ft-left-img {
                margin-top: 20px;
                margin-bottom: 20px;
            }
        }
        @media (max-width: 768px) {
            margin-bottom: 20px;
            margin-top: 20px;
            .ft-left-img {
                margin-top: 10px;
                margin-bottom: 10px;
                height: 172px;
            }

            .ft-title {
                font-size: 30px;
            }

            .king-vip-store {
                margin-bottom: 10px;
            }
        }
    }

    .event-vip-store {
        .king-vip-store-wrap {
            /*padding: 0 23px;*/
            display: flex;
            align-items: center;
            /*justify-content: space-between;*/
        }

        .king-vip-store {
            display: flex;
            flex-direction: column;
            border-radius: 20px;
            align-items: center;
            /*max-width: 347px;*/
            width: 100%;

            .text-dark {
                color: #979797 !important;
            }
        }


        .king-vip-logo {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 330px;
            width: 100%;
            height: 175px;
            background-color: #fff;
            border-radius: 20px;
            border: 1px solid rgba(182, 182, 182, 0.29);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 0;

            .store-box-img {
                background-color: transparent;
                filter: initial;
            }

            @media (max-width: 1200px) {
                width: 95%;
            }
        }

        .king-vip-logo:hover ~ .king-vip-title > .king-vip-name, .king-vip-logo:hover ~ .king-vip-rate > .text-dark {
            color: #000 !important;
        }

        .king-vip-rate {
            width: 100%;
            max-width: 330px;
            padding-left: 15px;
            font-size: 20px;
            color: #000000;
            font-weight: 400;
            font-family: "Source Sans Pro";
            @media (max-width: 992px) {
                max-width: 300px;
                display: flex;
                justify-content: center;
            }

            i {
                color: #d81b60;
                font-weight: 600;
            }
        }

        @media (max-width: 1440px) {
            padding: 0 7px;
            .king-vip-store-wrap {
                padding: 0;
            }

            .king-vip-store {
                align-items: center;
            }

            .king-vip-logo {
                /*width: 90%;*/
            }
        }
        @media (max-width: 992px) {
            .king-vip-store {
                max-width: initial;
                margin-bottom: 20px;
            }

            .king-vip-logo {
                width: 100%;
            }
        }
        @media (max-width: 768px) {
            /*.king-vip-store {*/
            /*    max-width: 347px;*/
            /*}*/
        }
    }

    .king-vip-title {
        width: 100%;
        max-width: 330px;
        padding-left: 15px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        @media (max-width: 992px) {
            justify-content: center;
            max-width: 300px;
        }
    }

    .king-vip-name {
        font-size: 24px;
        color: #979797;
        font-weight: 600;
        font-family: "Source Sans Pro";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .king-vip-area {
        font-size: 20px;
        color: #000000;
        font-weight: 400;
        font-family: "Source Sans Pro";
    }


    .featured-bottom-store-header {
        padding: 0px 18px;
        width: 100%;
        height: 365px;
        /*padding: 0 18px;*/
        font-size: 50px;
        text-transform: uppercase;
        color: #000000;

        .featured-bottom-store {
            display: flex;
            align-items: end;
            width: 100%;
            height: 100%;
            background: url("../img/event/store-title-bottom-bg.png") no-repeat;
            background-position-y: bottom;
            background-size: contain;
        }

        .header-title {
            margin-bottom: 40px;
            margin-left: 50px;
            @media (max-width: 1200px) {
                margin-bottom: 20px;
            }
            @media (max-width: 992px) {
                margin-bottom: 10px;
            }
            @media (max-width: 768px) {
                font-size: 14px;
                margin-bottom: 0px;
                line-height: 37px;
                margin-left: 30px;
            }
        }

        @media (max-width: 1440px) {
            padding: 0 15px;
        }
        @media (max-width: 1200px) {
            height: 283px;
        }
        @media (max-width: 992px) {
            height: 235px;
        }
        @media (max-width: 768px) {
            height: 100px;
            margin-bottom: 20px;
        }
    }

    .header-title {
        font-size: 40px;
        line-height: 67px;
        color: #ffffff;
        /*font-family: "Myriad Pro";*/
        text-align: center;
    }

    .section-store {
        margin-top: 50px;
        @media (max-width: 768px) {
            margin-top: 0px;
        }

        .a-link {
            width: 100%;
            display: flex;
            justify-content: center;
            @media (max-width: 768px) {
                width: 83%;
            }
        }

        .a-link:hover ~ .store-title-info > .king-vip-name, .a-link:hover ~ .store-title > .text-dark {
            color: #000 !important;
        }
    }

    .featured-store-content {
        /*custom vip */
        /*.store-box-inner:nth-of-type(-n+4){*/
        /*    flex: 0 0 25%;*/
        /*    max-width: 30%;*/
        /*    !*background-color: #1ba87e;*!*/
        /*    @media (max-width: 992px) {*/
        /*        flex: 0 0 50%;*/
        /*        max-width: 50%;*/
        /*    }*/
        /*    .a-link {*/
        /*        display: flex;*/
        /*        align-items: center;*/
        /*        max-width: 347px;*/
        /*        width: 100%;*/
        /*        height: 175px;*/
        /*        !*filter: drop-shadow(0 0 6px rgba(182, 182, 182, 0.29));*!*/
        /*        background-color: #fff;*/
        /*        border-radius: 20px;*/
        /*        border: 1px solid rgba(182, 182, 182, 0.29);*/
        /*        background-repeat: no-repeat;*/
        /*        background-position: center;*/
        /*        @media (max-width: 1200px) {*/
        /*            width: 95%;*/
        /*        }*/
        /*    }*/
        /*    .store-box-img {*/
        /*        background-color: transparent;*/
        /*        filter: initial;*/
        /*    }*/
        /*    .store-title-info {*/
        /*        margin-top: 10px;*/
        /*    }*/
        /*    .store-title-info, .store-title {*/
        /*        max-width: 347px;*/
        /*    }*/
        /*}*/
        @media (max-width: 1200px) {
            padding: 0 16px;
        }
    }

    .store-box-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 3%;
    }


    .col-custom-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .store-title-info {
        width: 100%;
        max-width: 245px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /*padding-left: 10%;*/

        .king-vip-title {
            /*padding-left: 15px;*/
            margin-top: 10px;
            display: flex;
            align-items: center;
        }

        .king-vip-name {
            font-size: 24px;
            color: #979797;
            font-weight: 600;
            font-family: "Source Sans Pro";
        }

        @media (max-width: 1440px) {
            max-width: 220px;
        }

        @media (max-width: 1200px) {
            max-width: 200px;
        }
        @media (max-width: 992px) {
            width: 90%;
            max-width: 240px;
            padding-left: 0;
            text-align: center;
        }
        @media (max-width: 768px) {
            .king-vip-name {
                font-size: 16px;
            }
        }
    }

    .store-box-img {
        width: 100%;
        max-width: 245px;
        height: 127px;
        border-radius: 10px;
        filter: drop-shadow(0 0 6px rgba(182, 182, 182, 0.29));
        background: #fff;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background-size: cover;

        > img {
            max-height: 53%;
        }

        @media (max-width: 1440px) {
            max-width: 238px;
        }

        @media (max-width: 1200px) {
            max-width: 200px;
        }
        @media (max-width: 992px) {
            max-width: 240px;
        }
    }

    .store-title {
        width: 100%;
        max-width: 245px;
        /*padding-left: 10%;*/

        .text-dark {
            color: #979797 !important;
        }

        @media (max-width: 1440px) {
            max-width: 220px;
        }

        @media (max-width: 1200px) {
            max-width: 200px;
        }
        @media (max-width: 992px) {
            max-width: 240px;
            padding-left: 0;
            text-align: center;
        }
    }

    .store-title i {
        color: #d81b60;
    }

    .store-title > span:nth-of-type(1) {
        font-size: 20px;
        line-height: 19px;

        i {
            font-weight: 600;
        }
    }

    .store-title > span:nth-of-type(2) {
        opacity: 0.502;
        font-size: 14px;
        line-height: 19px;
        text-decoration: line-through;
        color: #000000;
    }

    .block-title {
        font-family: AlegreyaSansBlack;
        font-size: 50px;
    }

    .big-store-wrap {
        display: flex;
        justify-content: space-between;
        /*padding-bottom: 3%;*/
        @media (max-width: 992px) {
            flex-direction: column;
            padding-bottom: 0%;
            align-items: center;
        }
    }

    .left-store {
        width: 60%;
        max-width: 877px;
        padding-left: 9px;

        @media (max-width: 1440px) {
            padding-left: 10px;
        }
        @media (max-width: 1200px) {
            width: 48%;
        }
        @media (max-width: 992px) {
            > a {
                width: 100%;
            }

            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            margin-bottom: 20px;
        }
    }

    .store-box-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
        @media (max-width: 768px) {
            width: 50px;
            height: 50px;
        }
    }

    .big-store-rate {
        padding-left: 15px;
        font-size: 20px;
        color: #000000;
        font-weight: 400;
        font-family: "Source Sans Pro";

        i {
            font-weight: 600;
            color: #d81b60;
        }

        .text-dark {
            color: #979797 !important;
        }
    }

    .big-store-img {
        position: relative;
        width: 100%;
        height: 375px;
        max-width: 875px;
        background: url("../img/event/left-big-img.png") no-repeat center;
        background-size: cover;
        border-radius: 20px;
        @media (max-width: 768px) {
            height: 160px
        }
    }

    .big-store-link:hover ~ .king-vip-title > .king-vip-name, .big-store-link:hover ~ .big-store-rate > .text-dark {
        color: #000 !important;
    }

    .right-store {
        flex: 1;
        margin-left: 23px;
        @media (max-width: 992px) {
            width: 100%;
            margin-left: 0;
        }

        .store-box-inner {
            padding-bottom: 8%;
        }
    }


    @media (max-width: 768px) {
        .featured-store-right-slick {
            width: 100%;
        }

        .featured-store-left-title {
            max-width: 100%;
            width: 100%;
            padding-top: 0px;
            margin-bottom: 5%;
            min-height: auto;
        }

        /*.store-box-inner {*/
        /*    margin: 3% 0;*/
        /*}*/
        .store-box-img {
            /*max-width: 157px;*/
            height: 100px;
            margin-bottom: 5px;
            padding: 10px;
        }

        .store-title {
            max-width: 157px;
            white-space: nowrap;
        }

        .store-title > span:nth-of-type(1) {
            font-size: 14px;
        }

        .store-title > span:nth-of-type(2) {
            font-size: 12px;
        }

        .more-store-btn {
            font-size: 16px;
            white-space: nowrap;
        }
    }

    .event-store-content {
        padding: 0 8px;
    }

    .event-store-content, .featured-store-content {
        .store-box-img {
            background: #fff !important;
        }
    }
}

.multi-eight-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}


