.btn-navigation-swiper {
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-navigation-swiper.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
.btn-navigation-swiper.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.btn-navigation-swiper.swiper-button-lock {
    display: none !important;
}
.btn-navigation-swiper svg {
    width: 20px;
    height: 20px;
}
.blog-home {
    /* padding-top: 65px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    .blog-label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 40px;
        max-width: 632px;
        p {
            color: #373737;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.55;
            margin-bottom: 0;
        }
        img {
            width: 22px;
            height: 22px;
            aspect-ratio: 1/1;
        }
    }
    .blog-heading {
        color: #373737;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.61;
        text-transform: uppercase;
        margin-bottom: 4px;
        width: max-content;
    }
    .blog-slider {
        width: 100%;
        position: relative;
        .blog-slider-swiper {
            padding: 8px !important;
            .swiper-slide {
                overflow: hidden;
                border-radius: 20px;
                box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
            }
        }
    }
}
.blog-slider-swiper-pagination {
    display: none;
}
.team-home {
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    .team-label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 32px;
        max-width: 632px;
        p {
            color: #373737;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.55;
            margin-bottom: 0;
        }
        img {
            width: 22px;
            height: 22px;
            aspect-ratio: 1/1;
        }
    }
    .team-heading {
        color: #373737;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.61;
        text-transform: uppercase;
        margin-bottom: 4px;
        width: max-content;
    }
    .team-slider {
        width: 100%;
        position: relative;
        .team-slider-swiper {
            padding: 8px !important;
            .swiper-slide {
                box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.14);
                border-radius: 20px;
                background: #fff;
                display: flex;
                flex-direction: column;
                align-items: center;
                height: auto;
                padding: 24px 20px 32px 20px;
                img {
                    width: 178px;
                    height: 178px;
                    aspect-ratio: 1/1;
                    object-fit: cover;
                }
                .slide-name {
                    padding-top: 16px;
                    padding-bottom: 12px;
                    color: #019645;
                    text-align: center;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 1.55; /* 155.556% */
                }
                .slide-desc {
                    color: #3e3e3e;
                    text-align: center;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.5; /* 150% */
                    margin-bottom: 0;
                }
            }
        }
    }
}
.team-slider-swiper-pagination {
    display: none;
}
.why-home {
    background: #e8e3fb;
    min-height: 669px;
    padding-top: 60px;
    .container::after {
        display: none;
    }
    .why-home-wapper {
        display: flex;
        gap: 88px;
        .why-home-content {
            flex: 1 0 0;
            margin-top: 48px;
            .why-label {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 16px;
                img {
                    width: 22px;
                    height: 22px;
                    aspect-ratio: 1/1;
                }
                p {
                    color: #373737;
                    text-align: center;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.55;
                    margin-bottom: 0;
                }
            }
            .why-heading {
                color: #373737;
                font-size: 36px;
                font-style: normal;
                font-weight: 700;
                line-height: 1.38; /* 138.889% */
                text-transform: uppercase;
            }
            .why-desc {
                color: #494949;
                text-align: justify;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.5;
                margin-bottom: 28px;
            }
            .why-btn-primary {
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                border-radius: 40px;
                background: linear-gradient(90deg, #1a7fd3 0%, #0068be 100%);
                min-width: 232px;
                min-height: 48px;
                width: max-content;
                svg {
                    width: 20px;
                    height: 20px;
                    flex-shrink: 0;
                    aspect-ratio: 1/1;
                }
                p {
                    color: #fff;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    margin-bottom: 0;
                }
            }
        }
        .why-home-img {
            position: relative;
            max-width: 542px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 16px 210px 18px 210px 18px;
            gap: 22px;
            img {
                width: 260px;
                height: 248px;
                border-radius: 10px;
                object-fit: cover;
                position: relative;
                z-index: 10;
            }
            .img-1 {
                grid-row: span 2 / span 2;
                grid-column-start: 1;
                grid-row-start: 2;
            }
            .img-2 {
                grid-row: span 2 / span 2;
                grid-column-start: 2;
                grid-row-start: 1;
            }
            .img-3 {
                grid-row: span 2 / span 2;
                grid-column-start: 1;
                grid-row-start: 4;
            }
            .img-4 {
                grid-row: span 2 / span 2;
                grid-column-start: 2;
                grid-row-start: 3;
            }
            .box-deco {
                position: absolute;
                bottom: 0;
                right: -200px;
                width: 383px;
                height: 383px;
                border-radius: 20px;
                background: #ded6ff;
            }
        }
    }
}
.why3t-list-swiper-pagination {
    display: none;
}
.feedback-home {
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    .feedback-label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        p {
            color: #373737;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.55;
            margin-bottom: 0;
        }
        img {
            width: 22px;
            height: 22px;
            aspect-ratio: 1/1;
        }
    }
    .feedback-heading {
        color: #373737;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.61;
        text-transform: uppercase;
        margin-bottom: 36px;
        width: max-content;
    }
    .feedback-slider {
        width: 100%;
        position: relative;
        .feedback-slider-swiper {
            padding: 6px;
            .swiper-slide {
                height: auto;
                border-radius: 20px;
                background: #fff;
                box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.12);
                min-height: 380px;
                padding: 24px;
                display: flex;
                align-items: center;
                gap: 40px;
                .img-feedback {
                    border-radius: 20px;
                    width: 305px;
                    height: 340px;
                }
                .raeting {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    margin-bottom: 20px;
                    svg {
                        width: 16px;
                        height: 16px;
                    }
                    p {
                        margin-bottom: 0;
                        color: var(--Color-text, #132456);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                    }
                }
                .desc-home4 {
                    color: #09375c;
                    font-size: 18px;
                    /* font-style: italic; */
                    font-weight: 400;
                    line-height: 1.77;
                    margin-bottom: 20px;
                }
                .infor-feedback {
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    margin-bottom: 24px;
                    img {
                        width: 56px;
                        height: 56.032px;
                        object-fit: cover;
                        border-radius: 100%;
                    }
                    .name-feedback {
                        color: #09375c;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: -0.286px;
                        margin-bottom: 4px;
                    }
                    .type-feedback {
                        color: #09375c;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }
                }
            }
        }
        .btn-navigation-swiper.prev {
            left: -60px;
        }
        .btn-navigation-swiper.next {
            right: -60px;
        }
    }
}
.feedback-slider-swiper-pagination {
    display: none;
}
.why-3t {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}
.why-3t .why3t-heading {
    color: #373737;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38; /* 138.889% */
    text-transform: uppercase;
    /* max-width: 550px; */
}
.why-3t .why3t-list {
    width: 100%;
    padding-bottom: 6px;
}
.why-3t .why3t-list .why3t-item {
    display: flex;
    width: calc(25% - 20px);
    padding: 20px 21px 20px 22px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    height: auto;
}
.why-3t .why3t-list .why3t-item img {
    width: 262px;
    height: auto;
    object-fit: cover;
}
.why-3t .why3t-list .why3t-item p {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 150% */
}
@media screen and (max-width: 849px) {
    .why-3t .why3t-list .why3t-item {
        width: 100%;
        flex-shrink: 0;
        padding: 20px 21px 20px 22px;
    }
    .btn-navigation-swiper {
        display: none;
    }
    .blog-home {
        .blog-label {
            flex-direction: column;
        }
        .blog-heading {
            font-size: 16px;
            width: 100%;
            text-align: center;
            white-space: nowrap;
        }
    }
    .blog-slider-swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-slider-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    }
    .team-home {
        padding-top: 40px;
        .team-label {
            flex-direction: column;
            p {
                font-size: 14px;
            }
        }
        .team-heading {
            font-size: 16px;
            width: 100%;
            text-align: center;
        }
    }
    .team-slider-swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .team-slider-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    }
    .why-home {
        padding-top: 0;
        .why-home-wapper {
            flex-direction: column;
            gap: 40px;
            padding-bottom: 20px;
            .why-home-content {
                .why-label {
                    flex-direction: column;
                }
                .why-heading {
                    font-size: 32px;
                    width: 100%;
                    text-align: center;
                }
            }
        }
    }
    .feedback-home {
        .feedback-label {
            flex-direction: column;
        }
        .feedback-heading {
            font-size: 16px;
            margin-bottom: 12px;
            width: 100%;
            text-align: center;
        }
        .feedback-slider {
            padding: 0;
            .feedback-slider-swiper {
                .swiper-slide {
                    flex-direction: column;
                }
            }
        }
    }
    .feedback-slider-swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .feedback-slider-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    }
    .blog-label {
        font-size: 14px;
    }
    .why-3t {
        gap: 12px;
    }
    .why-3t .why3t-list-swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .why-3t .why3t-list-swiper-pagination .swiper-pagination-bullet-active {
        background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    }
    .why-3t .why3t-heading {
        font-size: 15px;
    }
    .feedback-home
        .feedback-slider
        .feedback-slider-swiper
        .swiper-slide
        .infor-feedback
        .name-feedback {
        font-size: 20px;
        font-weight: 600;
    }
    .feedback-home
        .feedback-slider
        .feedback-slider-swiper
        .swiper-slide
        .desc-home4 {
        font-size: 14px;
    }
    .why-3t .why3t-list .why3t-item p {
        font-size: 14px;
    }
    .team-home .team-slider .team-slider-swiper .swiper-slide .slide-name {
        font-size: 16px;
    }
    .team-home .team-slider .team-slider-swiper .swiper-slide .slide-desc {
        font-size: 14px;
    }
    .blog-home .blog-label p {
        font-size: 14px;
    }
    .item-nhombenh .item-nhombenh-content p {
        font-size: 16px;
    }
    .item-nhombenh.item-blue span {
        font-size: 14px;
    }
    .item-nhombenh.item-blue .flex span {
        font-size: 14px;
    }
}
