.bg-gd-14 {
    background: $gd-14;
}

.text_14 {
    color: $brand-14;
}

.hero_14_slider {
    padding-top: clamp(9rem,11.5vw + 1rem,13.75rem);
    padding-bottom: clamp(3.75rem,6.3vw + 5rem,15.5rem);
    background-image: url("../img/hero_14_bg_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper_nav_stayle {
    width: 64px;
    height: 64px;
    background: rgba($white, 0.1);
    border-radius: 50%;
    display: flex; 
    align-items: center;
    justify-content: center;
    &:hover {
        background: $gd-14;
    }
    &::after {
        display: none;
    }
}

.slider_navs {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    @media(max-width: 575px) {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
}