    /* Box1 */
    .section1 {
        padding: 0 !important;
    }


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

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

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

    .Swiper1 .prev1 {
        border-radius: 100%;
        border: 2px solid #fff;
        width: 50px;
        height: 50px;
        transition: all ease .3s;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 90px;
        cursor: pointer;
        pointer-events: all;
    }

    .Swiper1 .next1 {
        border-radius: 100%;
        border: 2px solid #fff;
        width: 50px;
        height: 50px;
        transition: all ease .3s;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 30px;
        cursor: pointer;
        pointer-events: all;
    }

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

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

        .Swiper1 .prev1 {
            width: 40px;
            height: 40px;
            bottom: 75px;
        }

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

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

    @media (max-width: 720px) {
        .Swiper1 .prev1 {
            width: 30px;
            height: 30px;
            bottom: 60px;
        }

        .Swiper1 .next1 {
            width: 30px;
            height: 30px;
            bottom: 20px;
        }

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