@charset "UTF-8";
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 992px) {
    .banner-bottom .col-md-3 .bb-block {
        margin-left: 2px;
    }

    .banner-bottom .col-md-3:first-child .bb-block {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .banner-bottom .col-sm-6:nth-of-type(even) .bb-block {
        margin-left: 2px;
    }
}

.bb-block {
    margin-top: 2px;
}

.bb-block a {
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.bb-block a .text {
    position: absolute;
    bottom: 0;
    padding-left: 28px;
    padding-bottom: 22px;
    color: #fff;
}

.banner-bottom {
    /* padding-top: 5px; */
}

@media (max-width: 768px) {
    .bb-block a {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .bb-block a {
        height: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bb-block a {
        height: 180px;
    }
}

@media (min-width: 1200px) {

}