@font-face {
    font-family: "ShopeeDisplay";
    src: url(../fonts/ShopeeDisplay-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ShopeeDisplay";
    src: url(../fonts/ShopeeDisplay-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Shopee2021";
    src: url(../fonts/shopee2021-bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: 1200px;
}

.high-light:hover {
    filter: brightness(1.2);
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #013832;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #028d7d;
    }

    .wrap {
        position: relative;
        width: 100%;
        height: 3288px;
        max-width: 1920px;
        overflow: hidden;
        margin: 0 auto;
        background: url(../assets/home/bg.jpg) top center no-repeat #ecebe7;
    }

    .wrap-1 {
        position: relative;
        width: 100%;
        height: 3288px;
        max-width: 1920px;
        overflow: hidden;
        margin: 0 auto;
        background: url(../assets/home/bg-1.jpg) top center no-repeat #e5e9db;
        background-color: #e5e9db;
    }
        
@media (max-width: 1200px) {
    body {
        min-width: unset;
    }

    .wrap {
        height: 4600rem;
        background: url(../assets/home/bg-mb.jpg) top center no-repeat #f3ebde;
        background-size: 100% auto;
    }

    .wrap-1 {
        height: 4600rem;
        background: url(../assets/home/bg-mb-1.jpg) top center no-repeat #e5e9db;
        background-color: #e5e9db;
        background-size: 100% auto;
    }

    .menuhd {
        font-size: 12px;
    }
}

.header {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: visible;
    background: #252525;
}

    .header .logo {
        /* position: absolute;
        top: 19px;
        left: calc(9.72vw - 116px);
        width: 145px;
        height: 145px;
        background: url(../assets/app.png) no-repeat; */
    }

    .header .nav-header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 5.2vw;
    }

        .header .nav-header li .nav-icon {
            width: auto;
            height: 60px;
            margin-right: 10px;
        }

        .header .nav-header li a {
            position: relative;
        }

        .header .nav-header li span {
            position: relative;
            top: -20px;
            color: #ddd9d1;
            font-family: ShopeeDisplay;
            font-weight: bold;
        }

    .header .group-btn {
        display: none;
    }

@media (max-width: 1200px) {
    .header {
        height: 274rem;
        overflow: hidden;
    }

        .header .logo {
            top: -20rem;
            left: 21rem;
            width: 190rem;
            margin: 50rem;
            height: 190rem;
            background: url(../assets/logo.png) no-repeat;
            background-size: 100% auto;
        }

        .header .nav-header {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 124rem;
            gap: 50rem;
        }

            .header .nav-header li:nth-of-type(1) {
            /* .header .nav-header li:nth-of-type(2) { */
                display: none;
            }

            .header .nav-header li .nav-icon {
                width: auto;
                height: 64rem;
                margin-right: 10rem;
            }

            .header .nav-header li span {
                top: -16rem !important;
                font-size: 40rem;
            }

        .header .group-btn {
            position: absolute;
            right: 74rem;
            top: 24rem;
            display: flex;
        }

            .header .group-btn img {
                height: 106rem;
                width: auto;
            }
}

.nav-right {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 99;
    width: 262px;
    height: 676px;
    background: url(../assets/home/bg-nav-right.png) top center no-repeat;
    padding: 202px 40px 0 60px;
    box-sizing: border-box;
    transform: translateX(216px);
    transition: all 0.3s ease-in-out;
}

    .nav-right a img {
        display: block;
    }

    .nav-right .btn-toggle {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 215px;
        left: 0px;
        width: 50px;
    }

    .nav-right .btn-open {
        display: block;
    }

    .nav-right ul {
        display: block;
        position: relative;
        list-style: none;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }

        .nav-right ul li {
            width: 162px;
            height: 47px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: visible;
        }

            .nav-right ul li img {
                max-width: unset;
                width: 182px;
                height: 65px;
            }

    .nav-right .to-top {
        cursor: pointer;
        width: 40px;
        margin: 20px auto 0;
    }

    .nav-right.active {
        transform: translateX(0);
    }

        .nav-right.active .btn-open {
            display: none;
        }

@media (max-width: 1200px) {
    .nav-right {
        display: none;
    }
}

.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-1 {
    height: 800px;
}

    .section-1 .play-btn {
        position: absolute;
        top: 191px;
        left: 53%;
        transform: translateX(-50%);
        width: 95px;
        height: 95px;
    }

    .section-2 .group-btn {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 930px;
        /* height: 254px; */
        background: url(../assets/home/sec1-group-bg.png) center center no-repeat;
        background-size: auto 100%;
        padding: 31px 0 31px 170px;
        display: flex;
        gap: 12px;
    }

        .section-2 .group-btn .napthe {
            position: relative;
            width: 260px;
        }

        .section-2 .group-btn ul {
            display: block;
            position: relative;
            list-style: none;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

            .section-2 .group-btn ul li {
                width: 200px;
                height: 58px;
            }

                .section-2 .group-btn ul li ~ li {
                    margin-top: 10px;
                }

                .section-2 .group-btn ul li img {
                    position: absolute;
                }

                .section-2 .group-btn ul li.on:hover {
                    filter: brightness(1.2);
                }

                .section-2 .group-btn ul li.on img:last-of-type {
                    visibility: hidden;
                }

        .section-2 .group-btn .taigame,
        .section-2 .group-btn .luudanh {
            display: block;
            width: 260px;
        }

        .section-2 .group-btn .luudanh {
            margin-top: 8px;
        }

@media (max-width: 1200px) {
    .section-1 {
        height: 0rem;
    }

        .section-1 .play-btn {
            display: none;
        }

        .section-2 .group-btn {
            top: 774rem;
            width: 100%;
            height: 418rem;
            padding: 50rem 30rem;
            gap: 25rem;
            left: 568rem;
        }

            .section-2 .group-btn .napthe {
                width: 321rem;
            }

            .section-2 .group-btn ul li {
                width: 330rem;
                height: 96rem;
            }

                .section-2 .group-btn ul li ~ li {
                    margin-top: 16rem;
                }

            .section-2 .group-btn .taigame,
            .section-2 .group-btn .luudanh {
                display: block;
                width: 323rem;
            }

            .section-2 .group-btn .luudanh {
                margin-top: 10rem;
            }
}

.section-2 {
    height: 200px;
    padding-top: 80px;
}

    .section-2 .news-cont {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        width: 90%;
        height: 480px;
    }

    .section-2 .news-slide-cont {
        position: relative;
        width: 100%;
        height: 480px;
    }

        .section-2 .news-slide-cont .news-slide {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
            background: #fff;
        }

            .section-2 .news-slide-cont .news-slide li {
                width: 100%;
                height: 100%;
                position: absolute;
                visibility: hidden;
                opacity: 0;
                transition: all 0.6s ease-in-out;
            }

                .section-2 .news-slide-cont .news-slide li.curr {
                    visibility: visible;
                    opacity: 1;
                }

                .section-2 .news-slide-cont .news-slide li img {
                    height: 100%;
                    object-fit: fill;
                }

        .section-2 .news-slide-cont .news-pagination {
            position: absolute;
            bottom: 32px;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: center;
            gap: 30px;
        }

            .section-2 .news-slide-cont .news-pagination li {
                display: block;
                width: 26px;
                height: 26px;
                background: #ffffff;
                border-radius: 13px;
                transition: all 0.6s ease-in-out;
                cursor: pointer;
            }

                .section-2 .news-slide-cont .news-pagination li.curr {
                    width: 100px;
                    background: #ffcf00;
                }

                .section-2 .news-slide-cont .news-pagination li:hover {
                    background: #ffcf00;
                }

    .section-2 .news-list-cont {
        display: flex;
        flex-direction: column;
    }

    .section-2 .news-tabs {
        margin-bottom: 30px;
    }

        .section-2 .news-tabs .nav-item {
            background: #00642b;
            height: 49px;
            width: 22.5%;
            border-radius: 25px;
            font-family: ShopeeDisplay;
            font-weight: bold;
            font-size: 24px;
            text-align: center;
            line-height: 49px;
            padding: 0;
            color: #fff;
        }

            .section-2 .news-tabs .nav-item.active {
                background: #de8f00;
                color: #fffeed;
                text-shadow: 0 0 10px #fd0013;
            }

            .section-2 .news-tabs .nav-item:last-of-type {
                font-size: 36px;
                width: 49px;
                margin-left: auto;
                line-height: 53px;
                color: #ccffe2;
            }

    .section-2 .news-list {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        height: 315px;
        overflow-y: auto;
    }

        .section-2 .news-list li {
            width: 100%;
            height: 52px;
        }

            .section-2 .news-list li:hover,
            .section-2 .news-list li:first-of-type {
                background: #ffe6aa;
            }

            .section-2 .news-list li a {
                position: relative;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                font-family: ShopeeDisplay;
                color: #00642b !important;
                font-size: 18px;
                font-weight: bold;
                border-bottom: 1px solid #ffe6aa;
                padding: 0 14px 0 25px;
            }

            .section-2 .news-list li .news-item-title {
                flex-grow: 1;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 35vw;
            }

            .section-2 .news-list li .news-item-date {
                width: 100px;
                text-align: right;
                margin-left: auto;
            }

    .section-2 .news-all {
        display: none;
    }

    .section-2 .search-group {
        margin-top: auto;
        height: 59px;
    }

        .section-2 .search-group input {
            border: 1px solid #ffe5ae;
            box-shadow: none;
            outline: none;
            padding: 0 26px;
        }

        .section-2 .search-group .btn {
            width: 59px;
            background: #ffa72a;
            color: #824c00;
            font-size: 28px;
        }

@media (max-width: 1200px) {
    .section-2 {
        height: 1244rem;
        padding-top: 0;
    }

        .section-2 .news-cont {
            left: 50%;
            transform: translateX(-50%);
            grid-template-columns: 1fr;
            gap: 65rem;
            width: 1015rem;
            height: auto;
        }

        .section-2 .news-slide-cont {
            height: 560rem;
        }

            .section-2 .news-slide-cont .news-slide li img {
                width: 100%;
            }

            .section-2 .news-slide-cont .news-pagination {
                position: absolute;
                bottom: 42rem;
                gap: 30rem;
            }

                .section-2 .news-slide-cont .news-pagination li {
                    width: 26rem;
                    height: 26rem;
                    border-radius: 13rem;
                }

                    .section-2 .news-slide-cont .news-pagination li.curr {
                        width: 100rem;
                    }

        .section-2 .news-list-cont {
            flex-direction: column-reverse;
        }

        .section-2 .news-tabs {
            margin-bottom: 60rem;
        }

            .section-2 .news-tabs .nav-item {
                background: #00642b;
                height: 49rem;
                width: 22.5%;
                border-radius: 25rem;
                font-size: 24rem;
                line-height: 49rem;
            }

                .section-2 .news-tabs .nav-item.active {
                    text-shadow: 0 0 10rem #fd0013;
                }

                .section-2 .news-tabs .nav-item:last-of-type {
                    font-size: 36rem;
                    width: 49rem;
                    line-height: 53rem;
                }

        .section-2 .news-list {
            width: 100%;
            height: 588rem;
            margin-bottom: 30rem;
        }

            .section-2 .news-list li {
                height: 96rem;
            }

                .section-2 .news-list li a {
                    font-size: 32rem;
                    border-bottom: 1rem solid #ffe6aa;
                    padding: 0 14rem 0 25rem;
                }

                .section-2 .news-list li .news-item-title {
                    flex-grow: 1;
                    max-width: 80vw;
                }

                .section-2 .news-list li .news-item-date {
                    width: 100rem;
                }

        .section-2 .news-all {
            display: block;
            width: 100%;
            height: 89rem;
            background: #00642b;
            color: #fff;
            font-family: ShopeeDisplay;
            font-size: 32rem;
            font-weight: bold;
            line-height: 89rem;
            text-align: center;
            margin-top: auto;
        }

        .section-2 .search-group {
            position: relative;
            top: 0;
            height: 95rem;
            margin-bottom: 80rem;
        }

            .section-2 .search-group input {
                padding: 0 26rem;
                border: 1rem solid #ffe5ae;
                font-size: 28rem;
            }

            .section-2 .search-group .btn {
                width: 95rem;
                font-size: 50rem;
            }
}

.section-3 {
    height: 967px;
}

    .section-3 .title {
        width: 1256px;
        padding-top: 70px;
        margin: 0 auto;
    }

    .section-3 .role-box {
        position: relative;
        width: 100%;
        height: 793px;
        margin: 0 auto;
        overflow: hidden;
    }

    .section-3 .role-tab {
        position: absolute;
        width: 1600px;
        height: 116px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0 170px;
        /* background: url(../assets/home/role/bg.jpg) no-repeat; */
        background-size: 100% 100%;
        box-sizing: border-box;
    }

        .section-3 .role-tab li {
            position: relative;
            width: 132px;
            height: 100%;
            opacity: 0.8;
            transition: opacity 0.7s 0s ease;
            -webkit-transition: opacity 0.7s 0s ease;
            -ms-transition: opacity 0.7s 0s ease;
            cursor: pointer;
        }

            .section-3 .role-tab li div {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                gap: 16px;
                justify-content: center;
                align-items: center;
            }

            .section-3 .role-tab li::before {
                position: absolute;
                left: -11px;
                bottom: 0;
                overflow: visible;
                content: "";
                display: block;
                background: url(../assets/home/role/role-split.png) no-repeat;
                background-size: 100% 100%;
                width: 22px;
                height: 114px;
                z-index: 1;
            }

            .section-3 .role-tab li:last-of-type::after {
                position: absolute;
                right: -11px;
                bottom: 0;
                overflow: visible;
                content: "";
                display: block;
                background: url(../assets/home/role/role-split.png) no-repeat;
                background-size: 100% 100%;
                width: 22px;
                height: 114px;
                z-index: 1;
            }

            .section-3 .role-tab li img {
                display: none;
            }

            .section-3 .role-tab li p {
                font-family: "ShopeeDisplay";
                font-weight: bold;
                font-size: 24px;
                line-height: 28px;
                text-align: center;
                margin: 0;
                padding: 0 25px;
                box-sizing: border-box;
                color: #fffeed;
                text-shadow: 0 0 10px #fd0013;
            }

            .section-3 .role-tab li.curr,
            .section-3 .role-tab li:hover {
                opacity: 1;
            }

                .section-3 .role-tab li.curr div,
                .section-3 .role-tab li:hover div {
                    height: 209px;
                    background: url(../assets/home/role/role-active.png) no-repeat;
                    background-size: 100% 100%;
                }

                .section-3 .role-tab li.curr img,
                .section-3 .role-tab li:hover img {
                    display: block;
                    width: 96px;
                    height: auto;
                }

    .section-3 .role-list {
        position: relative;
        width: 1580px;
        height: 674px;
        overflow: visible;
        list-style: none;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }

        .section-3 .role-list li {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            height: 100%;
            transition: all 0.7s 0s ease;
            -webkit-transition: all 0.7s 0s ease;
            -ms-transition: all 0.7s 0s ease;
        }

            .section-3 .role-list li .role-img {
                position: absolute;
                top: 0;
                left: 681px;
                display: flex;
                width: 772px;
                height: 100%;
                box-sizing: border-box;
                justify-content: center;
                align-items: center;
            }

                .section-3 .role-list li .role-img img {
                    max-height: 100%;
                }

            .section-3 .role-list li .role-info {
                width: 620px;
                height: 100%;
                padding: 0 0 0 50px;
                box-sizing: border-box;
            }

            .section-3 .role-list li .role-label {
                width: 100%;
                height: 56px;
                font-family: "ShopeeDisplay";
                font-weight: bold;
                font-size: 24px;
                line-height: 56px;
                box-sizing: border-box;
                text-align: center;
                margin: 18px auto 0;
            }

                .section-3 .role-list li .role-label span {
                    display: block;
                    background: -webkit-linear-gradient(#000000,#184dba);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .section-3 .role-list li .role-name {
                position: relative;
                text-align: center;
                height: 135px;
            }

                .section-3 .role-list li .role-name img {
                    max-height: 100%;
                }

                /* .section-3 .role-list li .role-name::before {
                    position: absolute;
                    content: "";
                    width: 78px;
                    height: 94px;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background: url(../assets/home/role/left.png) no-repeat;
                    background-size: 100% 100%;
                }

                .section-3 .role-list li .role-name::after {
                    position: absolute;
                    content: "";
                    width: 78px;
                    height: 94px;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background: url(../assets/home/role/right.png) no-repeat;
                    background-size: 100% 100%;
                } */

            .section-3 .role-list li .role-des {
                position: relative;
                margin-top: 30px;
                font-family: "ShopeeDisplay";
                font-size: 24px;
                line-height: 28px;
                color: #000000;
                padding-left: 36px;
                box-sizing: border-box;
            }

                .section-3 .role-list li .role-des::before {
                    content: "";
                    position: absolute;
                    display: block;
                    left: 0;
                    width: 1px;
                    height: 267px;
                    background: linear-gradient(to bottom,#f5e5c1,transparent);
                    background-size: 100% 100%;
                }

            .section-3 .role-list li .role-play {
                position: absolute;
                bottom: 110px;
                left: 86px;
                display: flex;
                align-items: center;
                gap: 17px;
                font-family: ShopeeDisplay;
                font-size: 23px;
                line-height: 29px;
                font-weight: bold;
                color: #f9eed0;
                text-transform: uppercase;
            }

                .section-3 .role-list li .role-play img {
                    width: 95px;
                }

            .section-3 .role-list li.curr {
                visibility: visible;
                opacity: 1;
            }

@media (max-width: 1200px) {
    .section-3 {
        height: 1864rem;
    }

        .section-3 .title {
            padding-top: 0rem;
            width: 100%;
            height: 100rem;
        }

        .section-3 .role-box {
            width: 100%;
            margin-top: 20rem;
            height: 1736rem;
        }

        .section-3 .role-tab {
            display: flex;
            flex-wrap: wrap;
            width: 99%;
            height: 313rem;
            background: url(../assets/home/role/bg-mb.jpg) no-repeat;
            background-size: 100% 100%;
            padding: 0;
            gap: 0;
            flex-direction: row;
            justify-content: center;
        }

            .section-3 .role-tab li {
                width: 180rem;
                height: 156rem;
            }

                .section-3 .role-tab li div {
                    gap: 12rem;
                    float: left;
                }

                .section-3 .role-tab li::before {
                    left: -13rem;
                    width: 26rem;
                    height: 173rem;
                }

                .section-3 .role-tab li:last-of-type::after {
                    position: absolute;
                    right: -13rem;
                    width: 26rem;
                    height: 173rem;
                }

                .section-3 .role-tab li p {
                    font-size: 31rem;
                    line-height: 37rem;
                    padding: 0 40rem;
                }

                .section-3 .role-tab li.curr div,
                .section-3 .role-tab li:hover div {
                    height: 279rem;
                }

                .section-3 .role-tab li.curr img,
                .section-3 .role-tab li:hover img {
                    width: 128rem;
                }

        .section-3 .role-list {
            width: 100%;
            height: 1521rem;
        }

            .section-3 .role-list li {
                width: 100%;
                height: 100%;
            }

                .section-3 .role-list li .role-img {
                    position: absolute;
                    top: 124rem;
                    left: 50%;
                    transform: translateX(-50%);
                    height: 724rem;
                }

                    .section-3 .role-list li .role-img img {
                        max-height: 724rem;
                    }

                .section-3 .role-list li .role-info {
                    padding: 0 128rem;
                    width: 100%;
                    height: 100%;
                }

                .section-3 .role-list li .role-name {
                    height: 103rem;
                }

                    .section-3 .role-list li .role-name::before,
                    .section-3 .role-list li .role-name::after {
                        width: 78rem;
                        height: 102rem;
                    }

                .section-3 .role-list li .role-label {
                    height: 72rem;
                    font-size: 36rem;
                    line-height: 72rem;
                    margin-top: 745rem;
                    padding: 0;
                }

                .section-3 .role-list li .role-des {
                    padding: 0 37rem;
                    margin: 30rem 0 0;
                    font-size: 36rem;
                    line-height: 43rem;
                }

                    .section-3 .role-list li .role-des::before {
                        width: 1rem;
                        height: 267rem;
                    }

                .section-3 .role-list li .role-play {
                    bottom: 435rem;
                    left: 50%;
                    transform: translateX(-50%);
                    gap: 18rem;
                    font-family: ShopeeDisplay;
                    font-size: 36rem;
                    line-height: 42rem;
                }

                    .section-3 .role-list li .role-play img {
                        width: 117rem;
                    }
}

.section-4 {
    height: 910px;
}

    .section-4 .title {
        width: 1256px;
        padding-top: 70px;
        margin: 0 auto;
    }

    .section-4 .slide-cont {
        width: 100%;
        height: 618px;
        /* margin-top: 52px; */
    }

        .section-4 .slide-cont .slide-box {
            position: relative;
            height: 100%;
            width: 1080px;
            margin: 0 auto;
        }

            .section-4 .slide-cont .slide-box .slide-item {
                padding: 19px 23px;
                box-sizing: border-box;
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 0;
                visibility: hidden;
                opacity: 0;
                transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                -o-transition: all 0.6s ease-in-out;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .section-4 .slide-cont .slide-box .slide-item img {
                    width: 100%;
                }

                .section-4 .slide-cont .slide-box .slide-item::before {
                    position: absolute;
                    visibility: hidden;
                    opacity: 0;
                    content: "";
                    width: 1080px;
                    height: 618px;
                    background: url(../assets/home/galery-mask.png) no-repeat center center;
                    background-size: 100% 100%;
                    z-index: 1;
                }

            .section-4 .slide-cont .slide-box .item-active {
                visibility: visible;
                opacity: 0.8;
            }

            .section-4 .slide-cont .slide-box .item-prev {
                transform: translateX(-90%) scale(1);
                -moz-transform: translateX(-90%) scale(1);
                -webkit-transform: translateX(-90%) scale(1);
                -o-transform: translateX(-90%) scale(1);
            }

            .section-4 .slide-cont .slide-box .item-next,
            .section-4 .slide-cont .slide-box .item-prev {
                visibility: visible;
                z-index: 1;
                opacity: 0.3;
            }

            .section-4 .slide-cont .slide-box .item-next {
                transform: translateX(90%) scale(1);
                -moz-transform: translateX(90%) scale(1);
                -webkit-transform: translateX(90%) scale(1);
                -o-transform: translateX(90%) scale(1);
            }

            .section-4 .slide-cont .slide-box .item-center {
                transform: translate(0);
                -moz-transform: translate(0);
                -webkit-transform: translate(0);
                -o-transform: translate(0);
                z-index: 2;
                opacity: 1;
            }

                .section-4 .slide-cont .slide-box .item-center::before {
                    visibility: visible;
                    opacity: 0.8;
                }

        .section-4 .slide-cont .prev,
        .section-4 .slide-cont .next {
            position: absolute;
            width: 104px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 3;
        }

        .section-4 .slide-cont .prev {
            left: -174px;
        }

        .section-4 .slide-cont .next {
            right: -174px;
        }

    .section-4 .slide-pagination {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin: 36px 0 0;
        padding: 0;
        list-style: none;
    }

        .section-4 .slide-pagination li {
            display: block;
            width: 26px;
            height: 26px;
            background: #ffffff;
            border-radius: 13px;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
        }

            .section-4 .slide-pagination li.active {
                width: 100px;
                background: #ffcf00;
            }

            .section-4 .slide-pagination li:hover {
                background: #ffcf00;
            }

@media (max-width: 1200px) {
    .section-4 {
        height: 968rem;
    }

        .section-4 .title {
            padding-top: 65rem;
            width: 100%;
            height: 100rem;
        }

        .section-4 .slide-cont {
            width: 100%;
            height: 552rem;
            margin-top: 86rem;
        }

            .section-4 .slide-cont .slide-box {
                width: 963rem;
            }

                .section-4 .slide-cont .slide-box .slide-item {
                    padding: 20rem;
                }

                    .section-4 .slide-cont .slide-box .slide-item::before {
                        visibility: visible;
                        opacity: 0.8;
                        width: 963rem;
                        height: 552rem;
                        background-size: 100% 100%;
                    }

                .section-4 .slide-cont .slide-box .item-prev {
                    transform: translateX(-102%) scale(1);
                    -moz-transform: translateX(-102%) scale(1);
                    -webkit-transform: translateX(-102%) scale(1);
                    -o-transform: translateX(-102%) scale(1);
                }

                .section-4 .slide-cont .slide-box .item-next {
                    transform: translateX(102%) scale(1);
                    -moz-transform: translateX(102%) scale(1);
                    -webkit-transform: translateX(102%) scale(1);
                    -o-transform: translateX(102%) scale(1);
                }

            .section-4 .slide-cont .prev,
            .section-4 .slide-cont .next {
                width: 93rem;
                height: 93rem;
            }

            .section-4 .slide-cont .prev {
                left: -25rem;
            }

            .section-4 .slide-cont .next {
                right: -25rem;
            }

        .section-4 .slide-pagination {
            gap: 30rem;
            margin: 60rem 0 0;
        }

            .section-4 .slide-pagination li {
                width: 24rem;
                height: 24rem;
                border-radius: 12rem;
            }

                .section-4 .slide-pagination li.active {
                    width: 95rem;
                }
}

.footer {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #000000;
}

    .footer .logo {
        width: 194px;
    }

    .footer .footer-col {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .footer .group-link {
        display: flex;
        gap: 50px;
    }

        .footer .group-link a {
            font-family: "ShopeeDisplay";
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #000000;
        }

    .footer .text p {
        font-family: "ShopeeDisplay";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        margin: 0;
    }

        .footer .text p:first-of-type {
            margin: 26px 0;
        }

@media (max-width: 1200px) {
    .footer {
        height: 256rem;
    }

        .footer .logo {
            width: 245rem;
        }

        .footer .group-link {
            gap: 65rem;
        }

            .footer .group-link a {
                font-size: 20rem;
                line-height: 24rem;
            }

        .footer .text p {
            font-size: 20rem;
            line-height: 24rem;
        }

            .footer .text p:first-of-type {
                margin: 10rem 0;
            }
}

/*Custom*/

.grecaptcha-badge {
    visibility: hidden;
}

/*Loadding*/
.overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #232121;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

body.loading {
    overflow: hidden;
}

    body.loading .overlay {
        display: block;
    }

.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 3px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #EFEFFA;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
/*End custom*/

