.main-visual-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-visual-slider {
    overflow: hidden;
    position: relative;
}

.main-visual-slider .swiper-slide {
    overflow: hidden;
}

.swiper-box1 .imged {
    padding-bottom: 100vh;
}

.slide-inner {
    overflow: hidden;
    position: relative;
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s;
    position: relative;
}

.main-visual-slider .imged::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(6, 32, 59, 0) 0%, rgba(6, 32, 59, 0.5) 69.27%);
    z-index: 1;
    left: 0;
    top: 0;
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s;
}

.main-visual-slider video {
    transform: scale(1.1)\0;
}

.main-visual-slider a p {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    position: absolute;
    left: 15%;
    bottom: 4%;
    width: 70%;
    z-index: 10;
}

.banner .btn {
    font-size: 0;
    bottom: 45px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner .swiper-container .btn span {
    position: relative;
    width: 60px;
    height: 4px;
    margin: 0 5px;
    opacity: 1;
    background: none;
    background: rgba(255, 255, 255, 0.6);
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {

    background: #048EDC;
    background-size: 100%;
    border: none;
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.slide-inner .slide-title {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

@media screen and (max-width: 1200px) {

    .swiper-box1 .imged {
        padding-bottom: 50%;
    }

    .slide-inner .slide-title {
        font-size: 20px;
        bottom: 15%;
        line-height: 27px;
        display: none;
    }

    .slide-title {
        font-size: 22px;

    }

    .banner .btn {
        bottom: 8% !important;
    }

    .banner .swiper-container .btn span {
        width: 40px;
    }
}