.swiper-wrapper{
    height:fit-content;
    height:-moz-fit-content;
    height:available;
    height:-moz-available;
}
#banner .swiper-wrapper{
    padding-bottom:0px;
}
.swiper-pagination{
    padding:10px 0px;
    bottom:0px;
    z-index:2;
}
.swiper-pagination-bullet{
    background:#fff;
    border: 2px solid transparent;
    border-radius:50%;
    width:14px;
    height:14px;
    position:relative;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background:transparent;
    border-color: #fff;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url("../img/arrowEsqG.png") no-repeat left top !important;
    left: 0px;
    right: auto;
    width: 42px;
    height: 42px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrowDirG.png") no-repeat right top !important;
    right: 0px;
    width: 42px;
    height: 42px;
}