    /* Box1 */
    .section1 {
        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;
    }

    .pagination1 {
        bottom: 2vw !important;
    }

    .pagination1 span {
        background: #fff;
        width: 16px;
        height: 16px;
        border-radius: 10px !important;
        transition: 0.5s;
    }

    .prev1 {
        left: 5vw;
    }

    .next1 {
        right: 5vw;
    }

    .Swiper1 .swiper-button-next:after,
    .Swiper1 .swiper-button-prev:after {
        color: #fff;
        font-size: 70px;
    }


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

        .Swiper1 .swiper-button-next:after,
        .Swiper1 .swiper-button-prev:after {
            font-size: 30px;
        }
    }