.section-hero .hero-slider .swiper-pagination {
    bottom: 8px !important;
    &:before {
        content: "\e920";
        font-family: 'icomoon';
        color: white;
        line-height: 1;
        position: absolute;
        bottom: -9px;
        right: 50%;
        transform: translateX(50%);
        font-size: 38px;
    }
}
.section-hero .hero-slider .swiper-pagination-lock:before {
    content: none;
}
/*.section-hero:not(.sec-sale) .sw--hero {
    min-height: clamp(400px, 48vw, 690px);
    .swiper-slide {
        min-height: clamp(400px, 48vw, 690px);
    }
}*/
.sw--hero .container {
    position: relative;
    z-index: 1;
}
/*.sw--hero .swiper-slide {
    min-height: 500px;
}*/
.hero--desc {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    & .s-title {
        font-size: clamp(32px, 3vw, 40px);
        margin-bottom: clamp(16px, 2vw, 32px);
        line-height: clamp(48px, 3vw, 60px);
    }
    .s-desc {
        font-family: var(--Medium);
        padding: 0;
        z-index: 1;
    }
    .c-btn {
        margin-top: clamp(24px, 2vw, 32px);
    }
}
.hero-x-left {
}
.hero-x-right {
}
.hero-x-center {
}
.hero-y-top {
}
.hero-y-bottom {
}
.hero-y-center {
}
/*.hero--img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    & a {
        display: flex;
        height: 100%;
    }
    & video,
    & img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}*/
@media only screen and (min-width: 768px) {
    .hero--desc {
        padding: clamp(32px, 4vw, 64px);
        & .s-title,
        & .s-desc {
            max-width: 450px;
        }
    }
    .sec-sale .sw--hero .swiper-slide {
        /*height: clamp(500px, 30vw, 570px);*/
        min-height: 570px;
    }
    /*.sw--hero .swiper-slide {
        min-height: 480px;
    }*/
    .section-hero {
        padding-top: 32px;
    }
    .hero--desc {
        display: block;
        width: auto;
        height: auto;
    }
    .hero-x-right {
        position: absolute;
        right: 0;
        width: fit-content;
        height: auto;
        text-align: right !important;
        display: block;
    }
    .hero-x-center {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        text-align: center !important;
    }
    .hero-x-left {
        position: absolute;
        left: 0;
        text-align: left !important;
    }
    .hero-y-top {
        position: absolute;
        top: 0;
    }
    .hero-y-center {
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-y-bottom {
        bottom: 0;
    }
    .hero-y-center.hero-x-center {
        transform: translate(50%, -50%);
    }
}
@media only screen and (min-width: 575px) {
    .section-hero .sw--hero {
        border-radius: 32px;
    }
}
.title-sale {
    font-size: clamp(24px, 2vw, 32px);
    color: var(--color1);
    text-align: center;
    margin-bottom: 16px;
    font-family: var(--MediumTitle);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 992px) {
    .title-sale {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .title-sale {
        margin-top: 40px;
    }
    .sec-sale .col-12.col-xl-9 {
        padding: 0 !important;
    }
    .inner-page .section-hero .container {
        padding-inline: 0;
    }
}