.swiper.swiper1 {
    width: 100%;
    height: 100%;
    /*max-height: 180px;*/
    position: relative;
    overflow: hidden;
}
.swiper1 a {
    text-decoration:none;
    font-size:14px;
    line-height: 50px;
    color:#383838;
}
.col-12 > a:hover{
    text-decoration:none;
}
.swiper1 a:hover {
    color:#0b6e38;
    text-decoration:none;
}
.swiper-slide.swiper1 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-slide.swiper1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.swiper2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide.swiper2 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    /*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;*/
}

/*
.swiper-slide.swiper2{
    display: none;
}
*/

.swiper-slide.swiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper2 .swiper-pagination-bullet {
    margin: 0;
}
.swiper2 .swiper-pagination-bullets {
    width: 50%;
    margin-left: 45%;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {

}
.swiper2 .swiper-pagination-bullet {
    margin: 0;
}

.swiper-button-next.swiper1, .swiper-button-prev.swiper1 {
    width: 25px;
    height: 20px;
}