    /* Box1 */
    .section1 {
        margin-top: 80px;
        padding: 0 !important;
    }

    .Swiper1 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .Slide1 {
        width: 100%;
        height: auto;
    }

    .Slide1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: none;
    }



    .pagination1 span {
        background: #fff;
        width: 14px;
        height: 14px;
        opacity: 1;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        background: var(--color);
    }

    .prev1 {
        width: 50px;
        height: 65px;
        background: #424246;
        z-index: 2;
        left: 0;
    }

    .next1 {
        width: 50px;
        height: 65px;
        background: #424246;
        z-index: 2;
        right: 0;
    }

    .next1.swiper-button-next:after,
    .prev1.swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
    }

    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }
    }

    @media (max-width: 720px) {
        .pagination1 span {
            background: #fff;
            width: 8px;
            height: 8px;
        }

        .prev1 {
            width: 20px;
            height: 40px;
        }

        .next1 {
            width: 20px;
            height: 40px;
        }

        .next1.swiper-button-next:after,
        .prev1.swiper-button-prev:after {
            font-size: 16px;
        }
    }