/* + wrapSaleBanner */

.saleBannerContent{
    background-color: var(--primary);
    padding: 0 16px 40px 16px;
}

.saleBannerContent .title{
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 16px;
}
.saleBannerContent .bannerBox {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
    counter-reset: num;
}
.saleBannerItem{
    font-size: 13px;
    position: relative;
}
.saleBannerItem:after{
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 6px 8px;
    border-radius: 100%;
    border: 3px solid var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    box-sizing: border-box;
}
.saleBannerImg{
    max-width: none;
    margin: -74px -16px 24px -16px;
    width: calc(100% + 32px);
}
.wrapSaleBanner{
    padding-top: 80px;
}
.saleBannerContent .wrapBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.saleBannerContent .wrapBtn .linkText{
    line-height: 28px;
}
@media screen and (max-width: 575px){
    .saleBannerItem{
        padding-left: 48px;
        min-height: 32px;
        display: flex;
        align-items: center;
    }
    .saleBannerItem:after{
        translate: 0 -50%;
    }
}
@media screen and (min-width: 576px) {
    .saleBannerContent .bannerBox {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 42px;
    }

    .saleBannerContent .title {
        font-size: 50px;
        line-height: 64px;
        margin-bottom: 16px;
    }
    .saleBannerItem{
        padding-top: 66px;
       line-height: 18px;
    }
    .saleBannerItem:after{
        top: 0;
        min-width: 50px;
        font-size: 20px;
        padding: 12px;
    }
}
@media screen and (max-width: 991px){
    .saleBannerContent .title br{
        display: none;
    }
}
@media screen and (min-width: 992px){
    .wrapSaleBanner{
        padding-top: 58px;
        margin-bottom: 43px;
    }
    .saleBannerImg{
        margin: 0;
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 662px;
        object-fit: contain;
        max-height: 100%;
        width: calc(43.1% + 16px);
    }
    .saleBannerContent .wrapBtn {
        max-width: 235px;
        gap: 7px;
    }
    .saleBannerContent{
        border-radius: 20px;
        position: relative;
        padding: 48px 24px 48px 43.1%;
    }
    .saleBannerContent .bannerBox {
        gap: 64px;
    }
}
@media screen and (min-width: 1478px){
    .saleBannerImg{
        left: -175px;
        width: auto;
    }
}
/* - wrapSaleBanner */


/* + scrollSwiper */
.scrollSwiper .swiper-slide{
    width: auto;
}
.scrollSwiper{
    padding-top: 32px;
    margin-bottom: 24px;
}
@media screen and (max-width: 991px){
    .scrollSwiper .swiper-slide img{
        max-height: 22px;
    }
}
@media screen and (min-width: 992px){
    .scrollSwiper{
        padding-top: 0;
        margin-bottom: 60px;
    }

}
/* - scrollSwiper */

/* + wrapBanner */

.wrapBanner {
    padding-top: 48px;
}

@media screen and (min-width: 992px) {
    .wrapBanner {
        padding-top: 56px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {

    .wrapBanner {
        padding-left: 0;
        padding-right: 0;
    }
}

.bannerContent {
    background-color: var(--primary);
    padding: 0 16px 40px 16px;
}

@media screen and (min-width: 992px) {
    .bannerContent {
        border-radius: 20px;
        position: relative;
        padding: 48px 24px 48px 43.1%;
    }
}

.bannerContent .title, .bannerContent .title h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

@media screen and (min-width: 576px) {
    .bannerContent .title, .bannerContent .title h1 {
        font-size: 50px;
    }
}

.bannerContent .bannerBox {
    display: grid;
    gap: 16px;
}

@media screen and (min-width: 576px) {
    .bannerContent .bannerBox {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .bannerContent .bannerBox {
        gap: 64px;
    }
}

.bannerBox img {
    object-fit: contain;
    width: 64px;
    height: 64px;
}

@media screen and (min-width: 576px) {
    .bannerBox img {
        margin-bottom: 4px;
    }
}

.bannerItem p {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .bannerItem p {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .bannerItem {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .bannerItem p {
        flex: 1;
    }

    .bannerItem p br {
        display: none;
    }
}

.bannerContent .btn-success {
    margin-top: 42px;
    width: 100%;
}
@media screen and (min-width: 992px){
    .bannerContent .btn-success{
        max-width: 235px;
    }
}
.bannerImg {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 991px) {
    .bannerContent .btn-success {
        margin-top: 24px;
    }

    .bannerImg {
        margin-top: -48px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 992px) {
    .bannerImg {
        max-width: 468px;
        width: 41.5%;
        max-height: 482px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 0 20px;
    }
}


/* + wrapVideo */

.wrapVideo {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--gray-2);
}

.wrapVideo .title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
}

.wrapVideo .videoBox {
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .wrapVideo {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrapVideo .title {
        text-align: center;
        font-weight: 600;
        font-size: 50px;
    }

    .wrapVideo .wrapText {
        font-size: 24px;
        text-align: center;
    }

    .wrapVideo .videoBox {
        margin-top: 40px;
    }
}

.videoBox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 361/142;
}

.videoBox .videoContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videoBox:not(.play) {
    cursor: pointer;
}

.videoBox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: var(--black);
    transition: .3s;
    z-index: 1;
}

.videoBox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/icons/playWhite.svg');
    z-index: 2;
    transition: .3s;
}

.videoBox.play:after,
.videoBox.play:before {
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .videoBox:after {
        width: 83px;
        height: 83px;
    }

    .videoBox {
        border-radius: 20px;
        aspect-ratio: 1124/445;
    }
}

/* + howOrder */
.howOrder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.howOrder .title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .howOrder .title {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .howOrder {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .howOrder .title {
        font-weight: 600;
        font-size: 50px;
        margin-bottom: 80px;
    }
}

.howOrderContent {
    gap: 40px;
}

@media screen and (min-width: 768px) {
    .howOrderContent {
        position: relative;
    }

    .howOrderContent:before {
        content: '';
        position: absolute;
        right: 62px;
        top: 157px;
        width: calc(100% - 226px);
        height: calc(100% - 267px);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/assets/img/bgLine.svg);
    }
}

.howOrderImg {
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 383px;
}

@media screen and (max-width: 767px) {
    .howOrderImg {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .howOrderContent {
        gap: 60px;
    }
}

.howOrder-item {
    gap: 24px;
}


@media screen and (min-width: 768px) {
    .howOrder-item:nth-child(even) .howOrderText {
        order: -1;
    }

    .howOrder-item {
        position: relative;
    }
}

@media screen and (min-width: 992px) {
    .howOrder-item {
        gap: 78px;
    }
}

.howOrderText .titleBox {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.howOrderText .btn-success {
    margin-top: 40px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .howOrderText {
        width: 100%;
        text-align: center;
    }

    .howOrderText .textBox br {
        display: none;
    }


}

@media screen and (min-width: 768px) {
    .howOrderText .btn-success {
        margin-top: 45px;
        max-width: 235px;
    }

    .howOrderText {
        flex: 1;
    }

    .howOrderText .titleBox {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .howOrderText .textBox {
        display: -webkit-box;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

@media screen and (min-width: 992px) {
    .howOrderText {
        padding: 24px;
    }

    .howOrderText .textBox {
        font-size: 24px;
        -webkit-line-clamp: 5;
    }

    .howOrderText .titleBox {
        font-size: 32px;
        margin-bottom: 24px;
    }


}


/* + wrapDownload */

.wrapDownload {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--primary);
}

@media screen and (min-width: 992px) {
    .wrapDownload {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

.contentDownload {
    gap: 24px;
}

.textDownload .title {
    font-size: 50px;
    font-weight: 600;
}

.textDownload .textBox {
    margin-top: 24px;
    font-size: 20px;
}

.downloadImg {
    aspect-ratio: 1/1;
    max-width: 259px;
    background: #fff;
    border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .contentDownload {
        gap: 40px;
    }

}

@media screen and (max-width: 991px) {
    .textDownload {
        width: 100%;
        text-align: center;
    }

    .downloadImg {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .contentDownload .textDownload {
        flex: 1;
    }

    .contentDownload .btn-success {
        display: none;
    }

    .textDownload .title {
        font-size: 72px;
        font-weight: 700;
    }

    .textDownload .textBox {
        font-size: 24px;
        max-width: 800px;
    }
}


/* + wrapReviews */

.wrapReviews {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--gray-2);
}

.wrapReviews .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .wrapReviews {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrapReviews .title {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 40px;
    }
}

.swiperReviews .swiper-slide {
    height: auto;
}

@media screen and (max-width: 575px) {
    .swiperReviews .swiperReviews-item {
        flex-direction: column;
    }

    .swiperReviews .swiperReviewsText {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        align-content: flex-start;
        flex-direction: column;
    }
}

.swiperReviews-item {
    background-color: var(--white);
    padding: 24px 16px;
    border-radius: 10px;
    gap: 16px;
    min-height: 100%;
}

@media screen and (min-width: 576px) {
    .swiperReviewsText {
        flex: 1;
    }
}

@media screen and (min-width: 992px) {
    .swiperReviews-item {
        gap: 86px;
        padding: 40px;
    }

    .swiperReviews {
        padding-left: 92px !important;
        padding-right: 92px !important;
    }
}


.swiperReviewsText .wrapTitle {
    font-weight: 700;
    font-size: 24px;
}

.swiperReviewsText .wrapText {
    margin-top: 24px;
    margin-bottom: 24px;
}

.swiperReviewsText .starImg {
    width: 217px;
    height: 40px;
    margin-top: auto;
}

@media screen and (max-width: 575px) {
    .swiperReviewsText .wrapTitle br {
        display: none;
    }

    .swiperReviewsText {
        text-align: center;
    }

    .swiperReviewsText .starImg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
}

@media screen and (min-width: 992px) {
    .swiperReviewsText .wrapTitle {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.01em
    }

    .swiperReviewsText .wrapText {
        margin-top: 16px;
    }

    .swiperReviewsText .starImg {
        width: 139px;
        height: 24px;
    }
}


.swiperReviewsImg {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    aspect-ratio: 1/1;
    display: block;
}

.swiperReviewsLogo .titleLogo {
    margin-top: 16px;
    font-weight: 700;
    font-size: 24px;
}

.swiperReviewsLogo .textLogo {
    margin-top: 8px;
    font-size: 13px;
}

@media screen and (min-width: 576px) {
    .swiperReviewsLogo .textLogo {
        font-weight: 500;
        font-size: 16px;
    }

    .swiperReviewsLogo .titleLogo {
        margin-top: 24px;
    }

    .swiperReviewsImg {
        max-width: 225px;
    }

    .swiperReviewsLogo {
        max-width: 241px;
    }
}

.btnSlider {
    border: none;
    box-shadow: none;
    position: absolute !important;
    top: 50% !important;
    translate: 0 -50%;
    width: 68px !important;
    height: 68px !important;
    background-color: transparent;
    font-size: 0;
    background-image: url('/assets/icons/btnSlider.svg');
}

.btnSlider:after {
    display: none;
}

.btnSlider.swiper-button-prev {
    rotate: 180deg;
}

@media screen and (max-width: 991px) {
    .btnSlider {
        display: none;
    }
}

.darkPagination {
    position: static;
    font-size: 0;
    margin-top: 24px;
    gap: 10px;
}

.darkPagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 11px;
    height: 11px;
    opacity: 1 !important;
    transition: .3s;
    background-color: var(--gray-7);
}

.darkPagination .swiper-pagination-bullet:hover {
    background-color: var(--dark5);
}

.darkPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark5);
}


/* + frequentQuestions */

.frequentQuestions {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--gray-2);
}
.frequentQuestions .title {
    font-size: 32px;
    font-weight: 700;
}
.frequentQuestions .wrapAcc{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
@media screen and (min-width: 992px){
    .frequentQuestions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .frequentQuestions .title {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 40px;
    }
}
.accBox{
    background-color: var(--white);
    border-radius: 10px;
}
.accBox .accBtn{
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    text-align: left;
    padding: 24px 16px;
    outline: none;
    border: none;
    color: var(--dark);
    cursor: pointer;
}
.accBox .accBtn .wrapText{
    flex: 1;
    font-weight: 600;
    font-size: 20px;
}
.bottomTickDark{
    width: 16px;
    height: 16px;
    background-image: url('/assets/icons/bottomTickDark.svg');
    transition: .3s;
}
.accBtn.active .bottomTickDark{
    transform: scale(1 , -1);
}
.accBox .accContent{
    grid-template-rows: 1fr;
    transition: 0.3s;
    display: grid;
    overflow: hidden;
}
.accBox .accBtn:not(.active) ~ .accContent{
    grid-template-rows: 0fr;
}
.accBox .wrapContent{
    min-height: 0;
}
.accBox .wrapContent .wrapText{
    font-weight: 500;
    font-size: 16px;
}
.accBox .boxContent{
    padding: 16px 16px 40px 16px;
}
@media screen and (max-width: 991px){
    .accBox .accBtn .wrapText{
        letter-spacing: 0.01em;
    }
}
@media screen and (min-width: 992px){
    .accBox .boxContent{
        padding: 16px 40px 40px 40px;
    }
    .accBox .wrapContent .wrapText{
        font-size: 20px;
        font-weight: 400;
    }
    .bottomTickDark{
        width: 24px;
        height: 24px;
    }
    .accBox .accBtn{
        padding: 24px 40px;
    }
    .accBox .accBtn .wrapText{
        font-weight: 700;
        font-size: 24px;
    }
}
/* + wrapProgram */

.wrapProgram {
    background-color: var(--dark);
}

.programContent {
    min-height: 326px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .programContent {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.programText .titleSecond {
    font-size: 20px;
}

.programText .titlePrime {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 700;
    color: var(--lite-purple3);
}

.programText .btn-success {
    margin-top: 24px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .programImg {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .programText .btn-success {
       max-width: 235px;
    }
}

@media screen and (min-width: 992px) {
    .programText {
        position: relative;
        z-index: 1;
    }

    .programImg {
        position: absolute;
        top: 0;
        right: 16px;
        height: 100%;
        max-width: calc(100% - 32px);
    }

    .programText .titlePrime {
        font-size: 50px;
        font-weight: 600;
    }

    .programText .titleSecond {
        font-weight: 700;
        font-size: 32px;
    }
}


/* + modalProgram */
.modalProgram {
    padding: 16px;
    max-width: 900px;
}

.wrapTitleModal .close {
    margin-bottom: 0;
    background-image: url(/assets/icons/ic-close-13.svg);
}

.wrapTitleModal {
    margin-bottom: 40px;
    gap: 16px;
}

.wrapTitleModal .title {
    font-size: 20px;
    font-weight: 600;
    flex: 1;
}

@media screen and (min-width: 768px) {

    .modalProgram {
        padding: 32px;
    }

    .wrapTitleModal .title {
        font-size: 24px;
        font-weight: 700;
    }
}

.modalProgramContent {
    gap: 40px;
}

.modalProgramImg {
    width: 112px;
    height: 112px;
}

.modalProgram-item {
    gap: 24px;
}

.modalProgramText .title {
    font-size: 20px;
    font-weight: 600;
}

.modalProgramText {
    gap: 24px;
}

.modalProgramText .textBox {
    margin-top: 8px;
}

.modalProgram .btn-success {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .modalProgram .btn-success {
        width: 100%;
    }

    .modalProgramText {
        width: 100%;
        text-align: center;
    }

    .modalProgramImg {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .modalProgramText .textBox {
        font-weight: 500;
    }

    .modalProgramText .title {
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width: 768px) {
    .modalProgram .btn-success {
        margin-left: auto;
        display: flex;
    }

    .modalProgram-item {
        gap: 40px;
    }

    .modalProgramText {
        flex: 1;
        gap: 40px;
    }

    .modalProgramText .textBox {
        font-size: 20px;
        margin-top: 24px;
    }

    .modalProgramText .title {
        font-size: 24px;
        font-weight: 700;
    }
}
