.swiper-container {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 1;
    display: none;
}
.banner-image-slider {
    position: relative;
    height: 550px;
}
.banner-image-slider__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
    padding-bottom: 0;
    background-color: transparent;
    display: block;
}
.banner-caption {
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wrapper::before {
    height: 0;
    padding-bottom: 27%;
}
.swiper-wrapper::after {
    clear: both;
}
.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-initialized .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}
.swiper-wrapper .slider-right-above {
    background-position: right top !important;
}
.swiper-wrapper .slider-middle-middle {
    background-position: center center !important;
    background-position: center bottom !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.text-call-us {
    font-family: LatoBk, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.text-call-us::after {
    content: ">";
    width: 20px;
    height: 20px;
    color: #2bbddc;
    font-size: 18px;
    font-family: Icomon;
    position: absolute;
    margin-left: 5px;
    margin-top: -1px;
}
@media (max-width: 1440px) {
    .banner-caption {
        left: 9%;
    }
    .banner-caption h1 {
        font-size: 36px;
    }
    .banner-caption h2 {
        font-size: 24px;
    }
}
@media (max-width: 1280px) {
    .banner-caption {
        left: 6%;
    }
    .banner-caption h1 {
        font-size: 36px;
    }
    .banner-caption h2 {
        font-size: 24px;
    }
}