

.slider {
    height: 500px;
    position: relative;
}
/*.slider .owl-carousel,*/
#owl-slider .owl-stage-outer,
#owl-slider .owl-stage,
#owl-slider .owl-item img,
#owl-slider.owl-drag .owl-item,
.slider .inner-content,
.slider .item-inner,
.slider #owl-slider {
    height: 100%;
    overflow: hidden;
}
.slider .owl-carousel .item {
    height: 100%;
}

.slider .item-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-margin-left{
    margin-left: 80px;
}
.slider .owl-item img {
    width: 100% !important;
    min-width: 100% ;
}

#bar{
    height: 0%;
    max-height: 100%;
    width: 3px;
    background: #114779;
}
#progressBar{
    width: 3px;
    height: 284px;
    background: #EDEDED;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
#slider-counter_this{
    position: absolute;
    left: -7px;
    top: -40px;
    z-index: 1;
    font-size: 20px;
    line-height: normal;
    color: #114779;
    font-family: 'Oswald', sans-serif;
}
#slider-counter_next{
    position: absolute;
    left: -7px;
    bottom: -40px;
    z-index: 1;
    font-size: 20px;
    line-height: normal;
    color: #114779;
    font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .slider .item-inner h1 {
        font-size: 62px;
        line-height: 75px;
        width: 100%;
    }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
    .slider .item-inner h1 {
        font-size: 32px;
        line-height: 45px;
        width: 100%;
        margin-left: 40px;
    }
}
.opacity-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
}