.section.topbanner_section {
    margin-top: 0;
}

.topbanner_slider {
    overflow: hidden
}

@media (max-width: 1024px) {
    .topbanner_slider {
        background:0 0
    }
}

.topbanner_slide {
    position: relative;
    color: #333;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.topbanner_title {
    font-size: 32px;
    line-height: 34px
}

@media (max-width: 1295px) and (min-width:872px) {
    .topbanner_title {
        font-size:28px;
        line-height: 100%
    }
}

.topbanner_wrap {
    z-index: 99;
    position: absolute;
    top: 56%;
    left: calc(50% - 527px);
    width: 340px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.btn.btn-tbwhite, .btn.btn-tbblack{
    background-color: transparent !important;
}
.topbanner .btn{
    white-space: nowrap;
    width: auto;
    padding: 0px 30px;
}

@media (max-width: 1295px) and (min-width:872px) {
    .topbanner_wrap {
        left:calc(50% - 340px);
        width: 200px
    }
}

@media (max-width: 871px) {
    .topbanner_wrap {
        width:160px;
        left: calc(50% - 140px)
    }

    .topbanner_title {
        font-size: 22px;
        line-height: 24px;
    }
    .slider__control{
        display:none
    }
    .recently_section .slider__control{
        display:block;
    }
}

.topbanner_img:before {
    content: "";
    background: #e5e5e5;
    width: calc((100% - 1280px)/ 2);
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 0 15px 15px 0
}

.topbanner_img:after {
    content: "";
    background: #e5e5e5;
    width: calc((100% - 1280px)/ 2);
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 15px 0 0 15px;
    top: 0
}

@media (max-width: 1295px) and (min-width:872px) {
    /*.topbanner_img:before, .topbanner_img:after {*/
    /*    width: calc((100% - 780px)/ 2);*/
    /*}*/
    .topbanner_img {
        display: block;
        width: 100%;
        max-width: 1295px;
        aspect-ratio: 1240 / 480;
        overflow: hidden;
    }

    .topbanner_img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 871px) {
    .topbanner_img:before, .topbanner_img:after {
        width: calc((100% - 360px)/ 2);
    }
}

.topbanner_img img {
    margin: 0 auto;
    display: block;
    border-radius: 15px
}

.topbanner_text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22.37px
}

.topbanner_text b {
    font-weight: 700
}

@media (max-width: 1295px) and (min-width:872px) {
    .topbanner_text {
        margin:20px 0;
        font-size: 12px;
        line-height: 120%
    }
}

@media (max-width: 871px) {
    .topbanner_text {
        margin:15px 0;
        font-size: 10px;
        line-height: 120%
    }
    .topbanner_wrap{
        top: 50%;
    }
}