a.navbar-brand img {
    height: 70px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
    width: 100%;
    max-width: 100%;
    padding:0 50px;
}
.banner-slider .swiper-slide{
    background-size: cover;
    background-position: center;
}
.banner-slider .swiper-slide:before{
    content:"";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: #000;
    opacity: .7;
}
.banner-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 100px;
    z-index: 999;
}