.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;
}
.why-about {
    background: white;
    min-height: 669px;
    padding-top: 60px;
    .container::after {
        display: none;
    }
    .why-about-wapper {
        display: flex;
        gap: 88px;
        .why-about-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, #019444 0%, #00c158 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-about-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: #daefff;
            }
        }
    }
}

.service-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 72px;
    .service-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;
        }
    }
    .service-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;
    }
    .service-wapper {
        margin-top: 32px;
        width: 100%;
        .service-list-tag {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 40px;
            .service-tag-item {
                transition: all 0.35s;
                flex: 1 0 0;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                min-height: 54px;
                border-radius: 15px;
                border: 1px solid rgba(39, 61, 139, 0.03);
                background: #fff;
                box-shadow: 0 1px 24px 0 rgba(39, 61, 139, 0.1);
                color: #019645;
                text-align: center;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.55; /* 155.556% */
            }
            .service-tag-item.active {
                color: #fff;
                background: linear-gradient(90deg, #019444 0%, #00c158 100%);
            }
        }
        .service-item-content {
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.35s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            gap: 20px;
            .service-item-text {
                flex: 1 0 0;
                min-height: 416px;
                padding: 20px 34px;
                border-radius: 20px;
                background: #fafbff;
                box-shadow: 0 1px 24px 0 rgba(39, 61, 139, 0.16);
                .service-content-icon {
                    width: 14.166px;
                    height: 23px;
                }
                .service-content-title {
                    color: #019645;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 1.35; /* 135.714% */
                    text-transform: capitalize;
                    margin-top: 6px;
                    margin-bottom: 24px;
                }
                .service-content-desc {
                    color: #393939;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.5;
                    margin-bottom: 32px;
                }
                .service-content-hot {
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    .service-content-hot-item {
                        display: flex;
                        align-items: center;
                        gap: 14px;
                        svg {
                            width: 27px;
                            height: 27px;
                            flex-shrink: 0;
                            visibility: visible;
                        }
                        p {
                            color: #0a153c;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 1.5; /* 244.444% */
                            margin-bottom: 0;
                        }
                    }
                }
            }
            .service-img-banner {
                width: 534px;
                min-height: 416px;
                object-fit: cover;
            }
        }
        .service-item-content.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            position: relative;
        }
        .service-item-content.fade-out {
            opacity: 0;
            transform: translateY(20px);
            visibility: hidden;
        }
        .service-item-content.fade-in {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }
    }
    .deco-box {
        position: absolute;
        bottom: 0;
        left: -138px;
        width: 316px;
        height: 316px;
        border-radius: 100%;
        background: linear-gradient(
            180deg,
            rgba(255, 236, 237, 0.7) 0%,
            rgba(255, 226, 227, 0.7) 100%
        );
    }
}
.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: 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;
        }
    }
    .team-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;
    }
    .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;
                }
            }
        }
    }
}
.video-about {
    display: flex;
    width: 100%;
    padding: 40px 337px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #f3faff;
    .video-about-title {
        width: max-content;
        color: #373737;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.61; /* 161.111% */
        text-transform: uppercase;
    }
    iframe {
        width: 100%;
        height: 431px;
    }
}
.infor-contact {
    display: flex;
    padding-top: 40px;
    .infor {
        padding-left: 40px;
        .infor-heading {
            color: #1b1b1b;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 20px;
            padding-top: 14px;
        }
        .infor-heading-line {
            width: 123px;
            height: 3px;
            background: #008cff;
            margin-bottom: 40px;
        }
        .infor-wapper {
            display: flex;
            flex-direction: column;
            gap: 36px;
            width: 484px;
            .infor-item {
                display: flex;
                align-items: start;
                padding: 20px 30px;
                gap: 28px;
                min-height: 117px;
                border-radius: 15px;
                border: 0.6px solid rgba(134, 137, 157, 0.45);
                .infor-item-icon {
                    display: flex;
                    width: 70px;
                    height: 70px;
                    padding: 11px 7px 10px 7px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 20px;
                    background: #f4faff;
                    flex-shrink: 0;
                    img {
                        width: 100%;
                        height: 100%;
                        flex-shrink: 0;
                    }
                }
                .infor-item-title {
                    color: #000;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 1.16;
                    margin-bottom: 8px;
                }
                .infor-item-label {
                    color: var(--Color-text, #262626);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.5;
                    margin-bottom: 0;
                }
            }
        }
    }
    .contact-imgdeco {
        position: absolute;
        bottom: 0;
        right: -330px;
        pointer-events: none;
        img {
            width: 327px;
            height: 492px;
            aspect-ratio: 109/164;
            object-fit: cover;
            position: relative;
            z-index: 1;
        }
    }
    /* .contact-imgdeco::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 288px;
        height: 295px;
        border-radius: 30px;
        background: #008cff;
    } */
    .conten-right {
        margin-left: 150px;
    }
}
@media screen and (max-width: 849px) {
    .why-about {
        padding-top: 0;
        .why-about-wapper {
            flex-direction: column;
            gap: 40px;
            padding-bottom: 40px;
            .why-about-content {
                margin-top: 20px;
                .why-label {
                    flex-direction: column;
                }
                .why-heading {
                    font-size: 16px;
                    width: 100%;
                    text-align: center;
                }
            }
            .why-about-img {
                .box-deco {
                    display: none;
                }
            }
        }
    }
    .service-about {
        .service-label {
            flex-direction: column;
        }
        .service-heading {
            font-size: 16px;
            width: 100%;
            text-align: center;
        }
        .service-wapper {
            margin-top: 0;
            .service-list-tag {
                flex-wrap: nowrap;
                overflow: hidden;
                overflow-x: auto;
                position: sticky;
                top: 80px;
                background: white;
                z-index: 10;
                .service-tag-item {
                    flex: unset;
                    flex-shrink: 0;
                    padding: 0 8px;
                    min-height: 45px;
                    font-size: 16px;
                }
            }
            .service-item-content {
                flex-direction: column;
                .service-item-text {
                    min-height: auto;
                    padding: 20px;
                }
            }
        }
    }
    .team-home {
        .team-label {
            flex-direction: column;
        }
        .team-heading {
            font-size: 16px;
            width: 100%;
            text-align: center;
        }
    }
    .video-about {
        padding: 40px 16px;
        iframe {
            height: 195px;
        }
    }
    .infor-contact {
        flex-direction: column;
        .infor {
            padding-left: 0;
            .infor-wapper {
                width: 100%;
            }
        }
        .conten-right {
            margin-left: 0;
            margin-top: 20px;
            width: 100%;
        }
    }
    .why-about .why-about-wapper .why-about-content .why-label p {
        font-size: 14px;
    }
    .why-about .why-about-wapper .why-about-content .why-desc {
        font-size: 14px;
    }
    .why-about .why-about-wapper .why-about-content .why-btn-primary {
        min-height: 40px;
    }
    .why-about .why-about-wapper .why-about-content .why-btn-primary p {
        font-size: 14px;
    }
    .service-about .service-label p {
        font-size: 14px;
    }
    .service-about
        .service-wapper
        .service-item-content
        .service-item-text
        .service-content-title {
        font-size: 16px;
    }
    .service-about
        .service-wapper
        .service-item-content
        .service-item-text
        .service-content-desc {
        font-size: 14px;
    }
    .service-about
        .service-wapper
        .service-item-content
        .service-item-text
        .service-content-hot
        .service-content-hot-item
        p {
        font-size: 16px;
    }
    .team-home .team-label 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-name {
        font-size: 14px;
    }
    .video-about .video-about-title {
        font-size: 16px;
    }
    .infor-contact .infor .infor-heading {
        font-size: 16px;
    }
    .infor-contact .infor .infor-wapper .infor-item {
        padding: 12px;
        gap: 16px;
        align-items: center;
    }
    .infor-contact .infor .infor-wapper .infor-item .infor-item-title {
        font-size: 16px;
    }
    .infor-contact .infor .infor-wapper .infor-item .infor-item-label {
        font-size: 14px;
    }
}
@media (min-width: 849px) and (max-width: 1200px) {
    .infor-contact .conten-right {
        margin-left: 50px;
    }
}
