.binox_hero_slider {
    position: relative;
}

.binox_hero_slider p {
    padding: 0;
    margin: 0;
}

.binox_hero_slider svg {
    width: 1em;
}

.binox_hero_slider .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 20px;
    height: 100%;
    z-index: 1;
}

.binox_hero_slider .slide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}

.binox_hero_slider .swiper-slide {
    height: auto;
}

.binox_hero_slider .sub-title {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    background-color: #ffffff2e;
}

.binox_hero_slider .title {
    margin: 20px 0;
}

.binox_hero_slider .text {
    padding-top: 3px;
    display: inline-block;
    border-top: 1px solid;
}

.binox_hero_slider .slider-pagination {
    position: absolute;
    left: 20px;
    bottom: 60px !important;
    z-index: 3;
    width: auto;
}

.binox_hero_slider .hs-btn-prev {
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.binox_hero_slider .hs-btn-next {
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}