.home-slider-container {
    position: relative;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    min-height: 400px;
    margin-bottom: 40px;
}

.home-slider-carousel-wrapper {
    width: 75%;
    overflow: hidden;
    background: #F7F7F7;
}

.home-slider-carousel {
    display: none;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.home-slider-child {
    width: 25%;
    overflow: hidden;
}

.home-slider-carousel .owl-nav {
    opacity: 0;
    transition: opacity .5s;
}

.home-slider-carousel .owl-prev.disabled {
    display: none;
}

.home-slider-carousel .owl-prev {
    left: 1em !important;
}

.home-slider-carousel .owl-next {
    right: 1em !important;
}

.home-slider-carousel .owl-next.disabled {
    display: none;
}

.home-slider-carousel-wrapper:hover .owl-nav {
    opacity: 1;
}

.home-slider-text {
    font-family: 'PT Serif', serif, Helvetica, sans-serif, Arial;
    font-style: normal;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding: 0 40px;
    position: absolute;
    top: 40px;
    left: 8%;
    max-width: 720px;
    z-index: 10;
    text-decoration: none!important;
}

.home-slider-text:hover,
    .home-slider-text:hover
{
    color: #FFFFFF;
    text-decoration: none!important;
}

.home-slider-text-header {
    font-size: 52px;
    line-height: 1.2;
    max-width: 550px;
}

.home-slider-text-sub {
    font-family: 'PT Sans';
    font-size: 18px;
    margin-top: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.home-slider-child-bigtext {
    width: 85%;
    font-family: 'PT Sans';
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    padding: 1em 1em 0 1.5em;
/*    text-shadow: 0 0 3px black; */
    z-index: 10;
}

.home-slider-child-text {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    font-family: 'PT Sans';
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding: 7px 7px 7px 20px;
    text-shadow: 0 0 3px black;
    z-index: 10;
}

.home-slider-links {
    position: absolute;
    left: 8%;
    bottom: 55px;
    height: 40px;
    z-index: 10;
}

.home-slider-icons {
    min-width: 83px;
    float: left;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    margin-left: 14px;
}

.home-slider-links .home-slider-link {
    float: left;
    margin-right: 14px;
    border: 1px solid #FFFFFF;
    text-decoration: none !important;
    color: #FFFFFF;
    display: block;
    padding: 8px 64px;
    font-family: 'PT Sans';
    font-size: 14px;
    background-color: rgb(33, 56, 94, 0.1);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: fit-content;
    position: relative;
    left: 40px;
}

.home-slider-links .home-slider-link:hover {
    border: 1px solid #21385e;
    background-color: rgb(33, 56, 94, 1);
    transition: all 1s ease 0s;
}

.home-slider-links .home-slider-link:active {
    border: 1px solid #21385e;
    background-color: rgb(33, 56, 94, 1);
    transition: all 1s ease 0s;
}

.home-slider-carousel .item {
    background-repeat: no-repeat;
    background-position: left top;
    /*background-position: center;*/
    height: 400px;
    width: 100%;
    border-radius: 0px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 40px;
}

.home-slider-carousel .item:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.01);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.home-slider-carousel .home-slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #c4c4c4;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.home-slider-carousel .owl-dots {
    display: none;
    line-height: 0px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.home-slider-carousel .home-slider-dot.active {
    background: #FFFFFF;
}

.home-slider-child-block {
    position: relative;
    overflow: hidden;
    height: 199px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 0px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

.home-slider-child-block:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.1);
/*    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
    z-index: 1;
}

.home-slider-container {
    background-color: #FFFFFF;
}

.home-slider-carousel {
    transition: opacity 1s;
    opacity: 0;
}

.home-slider-carousel.owl-loaded {
    opacity: 1;
}

.home-slider-carousel.owl-loaded .owl-dots {
    display: block;
}

.home-slider-child-text-hidden {
    display: none;
}

.__display-sm-block {
    display: none;
}

.__display-xl-block {
    display: block;
}

.home-slider-child-divider {
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
}

@media (min-width: 756px) {
    .home-slider-child {
        border-left: 2px solid #FFFFFF;
    }

}

@media (max-width: 755px) {

    .home-slider-child-bigtext {
        display: none;
    }

    .home-slider-child {
        border-top: 2px solid #FFFFFF;
    }

}

@media screen and (max-width: 1199px) {

    .home-slider-child-bigtext {
        display: none;
    }

    .home-slider-child-text {
        display: block;
    }

    .home-slider-text {
        width: 460px;
        font-size: 36px;
        line-height: 1.2;
    }

    .home-slider-text-header {
        font-size: 36px;
        line-height: 1.2;
    }

    .__display-sm-block {
        display: block;
    }

    .__display-xl-block {
        display: none;
    }
}

@media screen and (max-width: 755px) {

    .home-slider-carousel-wrapper {
        width: 100%;
    }

    .home-slider-carousel-wrapper .home-slider-link {
        padding: 8px 25px;
    }

    .home-slider-child {
        width: 100%;
        display: flex;
    }

    .home-slider-child-block {
        width: 50%;
    }

    .home-slider-container {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0px
    }

    .home-slider-carousel .item {
        border-radius: 0px;
    }
}

@media screen and (max-width: 600px) {
    .home-slider-carousel .item {
        border-radius: 0px;
        display: block;
        overflow: hidden;
        height: 380px;
    }

    .home-slider-text {
        position: relative;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        margin-top: 50px;
        bottom: unset;
        top: unset;
        left: 16px;
        float: left;
    }

    .home-slider-text-header {
        font-size: 36px;
        line-height: 1.2;
    }

    .home-slider-links {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        float: left;
        width: 100%;
        margin: 16px 16px 0px 16px;
    }

    .home-slider-carousel .owl-dots {
        bottom: 10px;
    }

}
/*
video {
    width: 100%;
    height: 100%;
}
*/
@media (max-width: 375px) {
    .home-slider-container {
        margin: 0px -12px;
    }
}
