/* 添加新模板插入样式 */
:root {
    --theme: #02509B;
    ---box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    --white: #fff;
    --bg-color: #02509B;
}

[data-aos=zoom-out] {
    transform: scale(0.8);
}

.section-padding {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

/* partners */
.my-img-swiper-1 {
    padding: 10px 30px;
    background-color: #f9f9f9;
}

.section-title { /*-----Section Title1-------------*/
    text-transform: capitalize;
    color: #1A8DFF;
    font-weight: normal;
    font-size: 12px;
    padding: 20px 0;
    margin-bottom: 0;
}

.my-img-swiper-1 .col-4 {
    /* min-height: 4vw; */
    height: 300px;
    margin-bottom: 10pt;   
}

.my-img-swiper-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: clamp(3px,0.4vw,10px) solid var(--bg-color);
    box-shadow: 0 3px 6px #DFDFDF, 0 3px 6px #DFDFDF;
    border-radius: 50% 10%;
}

.my-img-swiper-1 i {
    color: var(--bg-color);
    font-size: clamp(21pt,3vw,32pt);
}

.my-img-swiper-1 .carousel-control-prev i{
    margin-left:-20vw;
}

.my-img-swiper-1 .carousel-control-next i {
    margin-right: -20vw;
}


/*card*/
.swiper {
    width: 50%;
    height: 520px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: var(---box-shadow);
}


/* Finished products list */
.swiper-button-next, .swiper-button-prev {
    color: var(--theme);
}
.my-img-swiper-2 {
    background-color: #f9f9f9;
}
.my-img-swiper-2 .swiper-slide {
    text-align: center;
    font-size: 12px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px 0px 10px -2px #6c757d;
}

.my-img-swiper-2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.my-img-swiper-2 .swiper {
    width: 65%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
}
/* 当屏幕宽度小于800px时使用 */
@media screen and (max-width: 800px) {
    .my-img-swiper-2 .swiper {
        width: 90%;
    }
}
/* 当屏幕宽度小于600px时使用 */
@media screen and (max-width: 600px) {
    .my-img-swiper-2 .swiper {
        width: 100%;
    }
}

.my-img-swiper-2 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.my-img-swiper-2 .mySwiper {
    height: 15vh;
    box-sizing: border-box;
    padding: 10px 0;
}

.my-img-swiper-2 .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

/* .my-img-swiper-2 .mySwiper .swiper-slide-thumb-active {
    opacity: 0;
} */

.swiper-slide-2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-img-swiper-2 .mySwiper .swiper-slide::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    transition: 0.5s all ease;
    background-color: #292930;
}
.my-img-swiper-2 .mySwiper .swiper-slide-thumb-active::after {
    opacity: 0 !important;
}