.swiper{
    position: relative;
    z-index: 9999;
}
.swiper .swiper-slide .content {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.swiper-pagination-bullets {
    position: absolute;
    bottom: 102px !important;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    display: block;
    width: auto;
    height: auto;
    float: left;
    border-radius: 0;
    background: none;
    opacity: 1;
}

.swiperCurrentIndex {
    font-size: 23px;
    font-family: DIN-Bold;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0;
}

.swiperCount {
    line-height: 11px;
    font-size: 10px;
    font-family: DIN-Bold;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0;
}

.my-bullet-active .swiperCurrentIndex {
    opacity: 1;
}

.my-bullet-active .swiperCount {
    opacity: 0.6;
}

.swiper-pagination-bullet .btn {
    display: block;
    width: 104px;
    height: 4px;
    border-bottom: 2px solid #FFFFFF;
}

.swiper-pagination-bullet:not(.my-bullet-active) .btn {
    opacity: 0.6;
}

.swiper-pagination-bullet.my-bullet-active .btn {
    opacity: 1;
    background: #FFFFFF;
}