.swiper-containerh {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.hh-swiper-button-next {
    width: 80px;
    height: 80px;
    background: #fff url('/swiper/btn-arrownext.png') center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 80px;
    z-index: 98;
    cursor: pointer;
    background-size: 16px 31px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px #000 solid;
}

.hh-swiper-button-prev {
    width: 80px;
    height: 80px;
    background: #fff url('/swiper/btn-arrowprev.png') center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98;
    cursor: pointer;
    background-size: 16px 31px;
    background-position: center;
    background-repeat: no-repeat;
}



.hh-swiper-pagination {
    z-index: 100;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    margin-top: -40px;
}

@media (max-width: 767px) {
    .hh-swiper-pagination {
        display: none;
    }
}

.hh-swiper-pagination-bullet {
    height: 1px;
    margin-bottom: 6px;
    display: block;
}

.hh-swiper-pagination-bullet::after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    width: 20px;
    position: relative;
}

.hh-swiper-pagination-bullet-active {
    height: 1px;
    margin-bottom: 6px;
    display: block;
}

.hh-swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    width: 40px;
    position: relative;
}

#home_hero {
    background-color: #000;
    position: relative;
    height: 100vh;
}

#home_hero .swiper-container {
    width: 100%;
    height: 100vh;
}

#home_hero .swiper-wrapper {}

#home_hero .swiper-slide {
    width: 100%;
}



.hero_slide p {
    color: #fff;
}

.text_row1 {
    font-size: 30px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.slide_image{max-width:200px;}
.text_row2 {
    font-size: 42px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    line-height: 1;
}

@media (max-width: 767px) {

    .text_row1 {
        margin-bottom: 12px;
    }

    .text_row2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .dsp{display:flex;align-items: center;height:90vh;}
}

.text_row2::after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 60px;
    position: relative;
    bottom: -10px;
}

.text_row2 a {
    text-decoration: none;
    color: #fff;
    border: none;
}


.text_row3 {
    font-size: 20px;
    color: #fff;
    display: block;
}

.text_block {
    padding: 100px 0 100px 50px;
}


@media (max-width: 767px) {
    .text_block {
        padding: 0 0 30px 0;
    }
}

.fullvideo-bg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullvideo-bg {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.swiper-slide>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .swiper-slide>div {
        top: 40px;
        transform: none;
    }
}

.slider-fullwidth-layer-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.slider-fullwidth-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.slider-fullwidth-layer .text-block {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#home_hero .scroll_link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    z-index: 100;
}

@media (max-width: 767px) {
    .slide_image {
        max-width: 350px;
        max-height: 250px;
        margin: 0 auto;
    }

    #home_hero .scroll_link {
        display: none;
    }
}


.slide_image_right {
    text-align: right;

}

.text-blockup {}

.slide_image_right {
    max-height: 550px;
    overflow: visible;
    vertical-align: middle;
}

.slide_image_right img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;

}

@media (max-width: 991px) {
    .slide_image_right {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    /* .slide_image_right {
text-align: left;
}*/



    .text_blockup {
        margin-top: 0;
    }
}