#swiper-banner .swiper-pagination {
    position: absolute;
    bottom: 80px;
}

#swiper-banner {
    height: 700px;
}

#swiper-banner img {
    height: 100%;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.slide_banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide_banner img:nth-child(2) {
    display: none;
}

.slide_banner img:nth-child(1) {
    display: block;
}

#swiper-banner .swiper-pagination-bullet {
    position: relative;
    padding: 8px;
    margin: 0 4px;
    color: transparent;
    background-color: transparent;
    opacity: 1;
    outline: none;
    vertical-align: middle;
}

#swiper-banner .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}


#swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    /*width: auto;*/
    /*height: auto;*/
    color: #fff;
    font-family: DINAlternate-Bold, DINAlternate;
    font-size: 20px;
    width: 16px;
    height: 16x;
}

#swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
}

@media (max-width: 768px) {
    .slide_banner img:nth-child(2) {
        display: block;
    }

    .slide_banner img:nth-child(1) {
        display: none;
    }

    #swiper-banner {
        height: auto;
    }

    #swiper-banner img {
        width: 100%;
        height: auto;
    }

    #swiper-banner .swiper-pagination {
        bottom: 10px;
    }
}

@media (min-width: 2880px) and (max-width: 3840px) {
    #swiper-banner .swiper-pagination {
        position: absolute;
        bottom: 120px;
    }

    #swiper-banner {
        height: 975px;
    }

    #swiper-banner img {
        height: 100%;
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #swiper-banner .swiper-pagination-bullet {
        padding: 24px;
        margin: 0 6px;
    }

    #swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 30px;
    }
}

@media (min-width: 3840px) {
    #swiper-banner .swiper-pagination {
        position: absolute;
        bottom: 80px;
    }

    #swiper-banner {
        height: unset;
    }

    #swiper-banner img {
        height: 100%;
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .slide_banner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slide_banner img:nth-child(2) {
        display: none;
    }

    .slide_banner img:nth-child(1) {
        display: block;
    }

    #swiper-banner .swiper-pagination-bullet {
        position: relative;
        padding: 32px;
        margin: 0 8px;
        color: transparent;
        background-color: transparent;
        opacity: 1;
        outline: none;
        vertical-align: middle;
    }

    #swiper-banner .swiper-pagination-bullet::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 50%;
    }


    #swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: transparent;
        width: auto;
        height: auto;
        color: #fff;
        font-family: DINAlternate-Bold, DINAlternate;
        font-size: 40px;
    }

    #swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        display: none;
    }
}
