/* **************************************** */
/* BANER_BEGIN */

.swiper_baner {
    width: 96%;
    margin: 20px auto;
}

.swiper_baner img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

.swiper_baner .swiper-pagination{
    bottom: 0px;
}

.swiper_baner .swiper-pagination-bullet{
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: gainsboro;
}

.swiper-button-prev, .swiper-button-next{
    color:gainsboro;
    font-weight: 900;
}
.swiper-slide img{
    -webkit-filter: brightness(70%);
    filter:brightness(70%);
}
/* BANNER_END */

/* **************************************** */