.section-top-banner {
    position: relative;
    overflow: hidden;
    min-height: 375px;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-top-banner__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-top-banner .target {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.section-top-banner .wrapper_inner {
    background: transparent !important;
    width: 100%;
    z-index: auto;
}

.section-top-banner .banner_title {
    max-width: 700px;
    margin-right: 15px;
    text-align: left;

    z-index: 10;
    position: relative;
	padding: 38px 0 0 0;
}


.section-top-banner .head-title {
    font-size: 2.2666em;
    line-height: 1.15em;
    padding: 0;
    margin: 0 0 0 -2px;
}


.section-top-banner .banner_text {
    max-width: 700px;
    line-height: 1.8em;
    max-height: 189px;
    overflow: hidden;
    text-align: left;
    z-index: 10;
    position: relative;
    margin: 23px 0 0;
    margin-right: 15px;
}


.section-top-banner .banner_buttons {
    margin: 29px -3px -3px;
    position: relative;
    z-index: 999;
    margin-right: 15px;
    text-align: left;
}

.section-top-banner .banner_buttons a {
    margin: 3px;
}


.section-top-banner .dark .banner_title,
.section-top-banner .dark .head-title a {
    color: #202020;
}

.section-top-banner .dark .banner_text {
    color: #333;
}

.section-top-banner__mob-img {
    display: none;
}


@media (min-width: 991px) {
    .section-top-banner .light .banner_title,
    .section-top-banner .light .head-title a {
        color: #fff;
    }

    .section-top-banner .light .banner_text {
        color: #fff;
    }

    .section-top-banner__wrap {
        background: transparent !important;
        background-image: none !important;
    }
}


@media (max-width: 991px) {
    .section-top-banner__wrap,
    .section-top-banner {
        background: transparent !important;
    }

    .section-top-banner .head-title {
        font-size: 22px;
        line-height: 30px;
    }

    .section-top-banner__desc-img {
        display: none;
    }

    .section-top-banner__mob-img {
        display: block;
        margin-top: 20px;
        max-width: 380px;
    }

    .section-top-banner__mob-img img {
        max-width: 100%;
        height: auto;
    }
}


@media (max-width: 767px) {

    .section-top-banner .banner_title {
        margin-left: 10px;
        /*! text-align: center; */
    }

    .section-top-banner .banner_text {
        line-height: 1.6em;
        margin-top: 11px;
        display: block;
        max-height: none;
        overflow: none;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /*! text-align: center; */
        margin-left: 40px;
        margin-right: 40px;
    }

    .section-top-banner .banner_buttons {
        margin-left: 40px;
        margin-right: 40px;
        text-align: center;
    }

    .section-top-banner .banner_buttons a {
        padding: 12px 21px 12px;
        margin: 3px 3px 7px 3px;
    }
}


@media (max-width: 450px) {
    .section-top-banner .head-title {
        font-size: 19px;
        line-height: 22px;
    }

    .section-top-banner .banner_text {
        font-size: 13px;
        line-height: 22px;
        max-height: none;

        margin: 2px 2px 0;
        margin-top: 11px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .section-top-banner .banner_buttons {
        margin-left: 2px;
        margin-right: 2px;
    }

    .section-top-banner .banner_buttons a {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 14px 8px;
    }
}

/**/
.section-top-banner__desc-img .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
}