/* *** SLIDER *** */

.slider {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}

.slider .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider img {
    display: block;
}

.slider .description {
    height: 100%;
    position: absolute;
    padding: 0 50px;
    width: 500px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.slider .description-1 {
    border-left: 1px solid #fff;
    padding: 65px 0;
    padding-left: 35px;
}

.slider .button-box {
    padding-top: 20px;
}

.slider .swiper-pagination {
    position: absolute;
    bottom: 38px;
    left: 0;
    height: 15px;
    width: 100%;
    height: 2px;
    padding: 0 50px;
    text-align: left;
}

.slider .wrapper {
    position: relative;
}

.slider .swiper-pagination-bullet {
    width: 52px;
    margin: 0 4px 0 0 !important;
    float: left;
    background: transparent;
    background: #fff;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    opacity: 0.2;
}

.slider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.slider .txt-1 {
    font-size: 30px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.content-box-1 {
    padding-bottom: 30px;
}


.content-box-1 .button-box {
    text-align: center;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}

.content-box-2 {
    margin-bottom: 30px;
}

.boxes-2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: -10px;
}

.boxes-2 .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.boxes-2 .col-box {
    width: 16.66%;
}

.box-2 {
    display: block;
    height: 100px;
    margin-bottom: 10px;
    background: #f4f4f4;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.box-2 figure {
    float: left;
    width: 40%;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.box-2 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;    
}

.box-2:hover {
    opacity: 0.85;
}

.box-2 .description {
    float: left;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0;
    width: 50%;
    height: 100%;
}

.box-2 .txt {
    height: 100%;
    border-left: 1px solid #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

@media only screen and (max-width: 1600px) {
    .box-2 .txt {
        font-size: 12px;
    }
}

.content-box-3 {
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
}

.content-box-3 .btn-1 {
    background: none;
}

.content-box-3-2 {
    position: relative;
}

.content-box-3 {
    position: relative;
}

.content-box-3-1 {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-box-3 .btn-1:hover {
    background: #000;
}

.content-box-3 .button-box {
    padding-top: 30px;
}

.content-box-4 {
    margin-bottom: 30px;
}

.pr-logo {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pr-logo a {
    display: inline-block;
}

.pr-logo a:hover {
    opacity: 0.8;
}

.slider-logos {
    margin-bottom: -10px;
    vertical-align: top;
}

@media only screen and (max-width: 1600px) {
}

@media (max-width: 1199px){
    .slider .description-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box-2 .txt {
        padding-left: 15px;
    }
    .box-2 {
        font-size: 16px;
    }
    .content-box-1, .content-box-2, .content-box-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px){
    .slider .description-1 {
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 0px;
    }
    .slider .description {
        padding: 0 15px;
    }
    .slider .swiper-pagination {
        padding: 0 15px;
        bottom: 15px;
    }
    .box-2 figure {
        width: 40%;
    }
    .box-2 .description {
        width: 60%;
    }
}

@media (max-width: 767px){
    .pr-box figure img {
        width: 100%;
    }
    .boxes-2 .col-box {
        width: 100%;
    }
    .pr-logo {
        height: 150px;
    }
    .box-2 {
        height: 150px;
    }
    .slider figure {
        height: 300px;
        position: relative;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .slider .description {
        width: 100%;
        background: rgba(0,0,0,0.4);
    }
    .slider figure img {
        max-width: none;
        max-height: none;
        height: 100%;
    }

}