* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    position: relative;
    font-family: PingFang SC;
}

html, body {
    overflow: hidden;
    background-color: black;
}

.swiper-wrapper{
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    margin-left: -1px;
    margin-top: -1px;
}

.bgImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImg2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#comingsoonBg {
    width: 100vw;
    height: 100vh;
}


.content {
    position: fixed;
    left: 50%;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pk_logo {
    position: absolute;
    left: 15%;
    top: 5%;
    z-index: 2;
    width: 196px;
    height: 56px;
    background-image: url('../img/pk_logo.webp');
    transform: scale(1.2);
    transform-origin: top left;
}

.slogan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slogan_zh {
    background-image: url('../img/slogan_zh.webp');
    width: 866.2240857777165px;
    height: 127.83285902010414px;
    margin-bottom: 48px;
}

.slogan_1_en {
    background-image: url('../img/slogan_1_en.webp');
    width: 878px;
    height: 116px;
}

.slogan_2_en {
    background-image: url('../img/slogan_2_en.webp');
    width: 706.5360317200006px;
    height: 104.26693272226197px;
    margin-top: -26px;
    margin-bottom: 29px;
}

.slogan_1_vn {
    background-image: url('../img/slogan_1_vn.webp');
    width: 1072px;
    height: 142px;
}

.slogan_2_vn {
    background-image: url('../img/slogan_2_vn.webp');
    width: 863.2782238738444px;
    height: 127.39812847741138px;
    margin-top: -12px;
    margin-bottom: 48px;
}

.bg_1 {
    background-image: url('../img/bg_1.webp');
    overflow: hidden;
}

.bg_1::after {
    background-image: url('../img/bg_s_1.webp');
}

.bg_2 {
    background-image: url('../img/bg_2.webp');
    overflow: hidden;
}

.bg_2::after {
    background-image: url('../img/bg_s_2.webp');
}

.bg_3 {
    background-image: url('../img/bg_3.webp');
    overflow: hidden;
}

.bg_3::after {
    background-image: url('../img/bg_s_3.webp');
}

.bg_1::after, .bg_2::after, .bg_3::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1001px;
    height: 848px;
    max-height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.content_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    font-weight: 400;
    width: 100%;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;

    padding-bottom: 8px;
}

.content_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0 auto 10px;
    gap: 240px;

    font-weight: 500;
    font-style: Semibold;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.content_box > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vietname_bg, .brazil_bg, .thailand_bg {
    width: 135.8139190673828px;
    height: 93.99999237060547px;
    margin-bottom: 16px;
}

.logo_gorup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65.74px;
}

.logo_1 {
    background-image: url('../img/logo_1.webp');
    width: 111.52253723144531px;
    height: 61.956966400146484px;
}

.logo_2 {
    background-image: url('../img/logo_2.webp');
    width: 88.80497741699219px;
    height: 61.956966400146484px;
}

.logo_3 {
    background-image: url('../img/logo_3.webp');
    width: 55.761268615722656px;
    height: 61.956966400146484px;
}

.logo_4 {
    background-image: url('../img/logo_4.webp');
    width: 47.50033950805664px;
    height: 72.28313446044922px;
}

.logo_5 {
    background-image: url('../img/logo_5.webp');
    width: 53.42067337036133px;
    height: 57.27577590942383px;
}

.logo_6 {
    background-image: url('../img/logo_6.webp');
    width: 114.00081634521484px;
    height: 57.82650375366211px;
}

.logo_7 {
    background-image: url('../img/logo_7.webp');
    width: 53.69603729248047px;
    height: 53.69603729248047px;
}

#else {
    background-image: url('../img/qr_bg.webp');
    width: 100vw;
    height: 100vh;
}

#else::before {
    content: " ";
    position: absolute;
    background-color: #0C081880;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.close {
    position: absolute;
    top: 10%;
    right: 30%;
    z-index: 3;
    transform: scale(2);
    cursor: pointer;
}

.qr_content {
    position: fixed;
    width: 100%;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

    color: #fff;
}

.qr_content > div {
    white-space: pre-line;
}

.qrcode {
    margin-top: 36px;
    margin-bottom: 220px;
}

@media (max-width: 960px) {
    .pk_logo {
        left: 10%;
        width: 147px;
        height: 42px;
    }

    .bg_1::after, .bg_2::after, .bg_3::after {
        width:747.5;
        height: 633px;
        top: 5%;
    }


    .content {
        bottom: 10%;
    }

    .slogan_zh {
        width: 500px;
        height: 66px;
        margin-bottom: 33px;
    }

    .slogan_1_en {
        width: 500px;
        height: 66px;
    }

    .slogan_2_en {
        width: 500px;
        height: 66px;
        margin-top: -18px;
        margin-bottom: 19px;
    }

    .slogan_1_vn {
        width: 500px;
        height: 66px;
    }

    .slogan_2_vn {
        width: 297.500px;
        height: 43.66px;
        margin-top: -6px;
        margin-bottom: 24px;
    }

    .content_box {
        gap: 80px;
        font-size: 18px;
    }

    .vietname_bg, .brazil_bg, .thailand_bg {
        width: 98px;
        height: 66px;
        margin-bottom: 11px;
    }

    .logo_gorup {
        /* width: 243px; */
        flex-wrap: wrap;
        gap: 9px 32px;
    }


    .qr_content {
        font-size: 20px;
    }

    .qrcode {
        margin-top: 38px;
        margin-bottom: 83px;
    }
}


@media (max-width: 500px) {
    .pk_logo {
        left: 5%;
        width: 98px;
        height: 28px;
    }

    .bg_1::after, .bg_2::after, .bg_3::after {
        width: 494px;
        height: 419px;
        top: 50%;
        transform: translate(-50%, -70%);
    }

    .content {
        bottom: 50%;
        transform: translate(-50%, 140%);
    }

    .content_text {
        font-size: 14px;
    }

    .slogan_zh {
        width: 365px;
        height: 53.86500709247393px;
        margin-bottom: 22px;
    }

    .slogan_1_en {
        width: 375px;
        height: 50px;
    }

    .slogan_2_en {
        width: 301.76654948711644px;
        height: 44.53314341208057px;
        margin-top: -12px;
        margin-bottom: 13px;
    }

    .slogan_1_vn {
        width: 369px;
        height: 49px;
    }

    .slogan_2_vn {
        width: 297.15454983846246px;
        height: 43.852528920436846px;
        margin-top: -4px;
        margin-bottom: 16px;
    }

    .content_box {
        gap: 52px;
        font-size: 14px;
    }

    .vietname_bg, .brazil_bg, .thailand_bg {
        width: 62px;
        height: 43px;
        margin-bottom: 6px;
    }

    .logo_gorup {
        width: 243px;
        flex-wrap: wrap;
        gap: 9px 32px;
    }

    .logo_1 {
        width: 54px;
        height: 30px;
    }

    .logo_2 {
        width: 43px;
        height: 30px;
    }

    .logo_3 {
        width: 27px;
        height: 30px;
    }

    .logo_4 {
        width: 23px;
        height: 30px;
    }

    .logo_5 {
        width: 25.866666793823242px;
        height: 27.733333587646484px;
    }

    .logo_6 {
        width: 55.2px;
        height: 28px;
    }

    .logo_7 {
        width: 26px;
        height: 26px;
    }


    .qr_content {
        font-size: 20px;
    }

    .qrcode {
        margin-top: 38px;
        margin-bottom: 83px;
    }
}