:root {
    --space-tranding: 34px;
}
.no-scroll {
    overflow: hidden;
}

.home-page main .bg-about-home {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

    .home-page main .bg-about-home:before {
        position: absolute;
        content: "";
        right: 1103px;
        top: 0;
        bottom: 0;
        background-image: url(../../images/bg/footer.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 1500px;
        height: 911px;
        left: -20%;
        opacity: 0.1;
    }
    .home-page main .bg-about-home:after {
        position: absolute;
        content: "";
        right: 0;
        top:60%;
        bottom: 0;
        background-image: url(../../images/bg/bg-2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 1101px;
        height: 711px;
        left: 903px;
        filter: grayscale(100%) brightness(2.3);
        opacity: 0.1;
    }
.home-page main .bg-about-home .about-container {
    max-width: 1400px;
    margin: 0 auto;
    right: 5%;
    left: 5%;
	z-index: 3;
}

    .home-page main .bg-about-home .about-container .about-under {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block.l {
            display: inline-block;
            vertical-align: top;
            padding-right: 100px;
            width: 42%; 
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.r {
            display: inline-block;
            width: 50%; 
            float: right;
            margin-right: 0;
        }


        .home-page main .bg-about-home .about-container .about-under .content-block.l {
            padding-right: 10px;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block.l .title-section {
                color: #14468B;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block.l .para-font {
                color: #14468B;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

        .home-page main .bg-about-home .about-container .about-under .content-block.r .process-q-p {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: start;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.r .process-card-container {
            flex: 1 1 calc(33.333% - 20px);
            max-width: calc(33.333% - 20px);
            box-sizing: border-box;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.r .process-card {
            text-align: center;
            background: #004a9b; 
            width: 211px;
            height: 211px;
            padding: 30px 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            color: white;
            position: relative;
            clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
            overflow: hidden;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block.r .process-card h3 {
                margin: 10px 0 10px 0;
                color: #FFF;
                text-align: center;
                font-size: 42px;
                font-weight: 700;
                line-height: 30px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block.r .process-card p {
                margin: 10px 0 10px 0;
                color: #FFF;
                font-size: 16px;
                font-weight: 700;
                line-height: 30px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block.r .process-card img {
                width: 60px;
                margin-bottom: 15px;
                color: white;
                text-align: center;
            }


        .home-page main .bg-about-home .about-container .about-under .images-container {
            gap: 20px;
        }

            .home-page main .bg-about-home .about-container .about-under .images-container .image-block.r .image-global {
                width: 100%;
                height: 400px;
                text-align:center;
            }
        .home-page main .bg-about-home .about-container .about-under .content-block-r-mb {
            display: none;
        }
        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb {
            display: none;
        }
/*
.video-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
#autoPlayVideo {
    width: 100%;
    height: auto;
    object-fit: cover;
}*/

.video-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#autoPlayVideo {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.popup {
    display: none;
    position: fixed;
    z-index: 50000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 30001;
}

.popup video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.custom-controls {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 50px;
    z-index: 2000;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
}

    .custom-controls button,
    .custom-controls select {
        cursor: pointer;
        color: white;
        font-size: 20px;
        padding: 5px;
        background: none;
        border: none;
    }


#volumeSlider {
    width: 100px;
    margin: 0 10px;
}

#seekBar {
    flex-grow: 1;
    width: 80%; 
    margin: 0 10px;
    color: #004a9b;
}

#currentTime,
#duration {
    color: white;
    font-size: 14px;
    margin: 0 5px;
}

#speedControlSelect {
    color: white;
    background-color: #000;
    font-size: 14px;
    margin: 0 5px;
    border: solid 1px #004a9b;
}

.home-page main .bg-about-home .about-under-container {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #004a9b;
}

    .home-page main .bg-about-home .about-under-container .respon-about-under {
        max-width: 1400px;
        margin: 0 auto;
        right: 5%;
        left: 5%;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar {
        display: flex;
        align-items: center;
        padding: 10px 15px 10px 0;
        width: 100%;
        height: 100px;
        gap: 40px;
    }
.about-under-container .about-under .navbar .nav-item {
    display: flex;
    align-items: center;
    width: 290px;
    height: 55px;
    color: white;
    position: relative;
    background-color: #fff;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    z-index: 1;
}

    .about-under-container .about-under .navbar .nav-item::before {
        content: '';
        position: absolute;
        background-color: #004896;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
        z-index: -1;
        box-sizing: border-box;
        margin: 1px;
    }

            .home-page main .bg-about-home .about-under-container .about-under .navbar .nav-item img {
                width: 42px;
                height: 100%;
                width: 20%;
                padding: 10px;
                color: #004a9b;
                background-color: #fff;
                margin-right: 10px;
            }

            .home-page main .bg-about-home .about-under-container .about-under .navbar .nav-item a {
                font-weight: bold;
                white-space: nowrap;
                width: 70%;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
                cursor: pointer;
            }

        .home-page main .bg-about-home .about-under-container .about-under .navbar .see-all {
            width: 112px;
            height: 35px;
            background-color: white;
            color: #004a9b;
            border: 1px solid #14468B;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            cursor: pointer;
        }

            .home-page main .bg-about-home .about-under-container .about-under .navbar .see-all .see-all-title {
                color: #004a9b;
                font-weight: bold;
                font-size: 16px;
                font-style: normal;
                line-height: normal;
                text-transform: uppercase;
            }

.home-page main .bg-general-respon {
    position: relative;
    padding: 50px 0;
    background: none;
    padding-top: 120px;
}
    .home-page main .bg-general-respon:before {
        position: absolute;
        content: "";
        right: 1000px;
        top: -20%;
        bottom: 0;
        background-image: url(../../images/bg/footer.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 1400px;
        height: 911px;
        left: 10%;
        opacity: 0.1;
    }
    .home-page main .bg-general-respon .general-respon-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .home-page main .bg-general-respon .general-respon-container .general-respon {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin-bottom: 26px;
        }

            .home-page main .bg-general-respon .general-respon-container .general-respon .title {
                font-weight: 800;
                text-align: right;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: var(--text-blue-color);
            }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
        }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .position-full {
                width: 100%;
                padding-top:70px;
                height: auto;
                display: block;
            }

        .home-page main .bg-general-respon .general-respon-container .general-respon-btn {
            position: relative;
            width: 100%;
            max-width: 1400px;
            height: 100%; 
        }

            .home-page main .bg-general-respon .general-respon-container .general-respon-btn .see-all {
                position: relative;
                z-index: 10;
                top: 50%;
                right: 0;
                width: 112px;
                margin-left: auto;
                height: 35px;
                background-color: white;
                color: #004a9b;
                border: 1px solid #004a9b;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                cursor: pointer;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            }

                .home-page main .bg-general-respon .general-respon-container .general-respon-btn .see-all .see-all-title {
                    color: #004a9b;
                    font-weight: bold;
                    font-size: 16px;
                    font-style: normal;
                    line-height: normal;
                    text-transform: uppercase;
                }

        

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step {
                position: absolute;
                text-align: center;
                color: #004a9b;
                font-size: 1rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                transition: transform 1.6s ease-out, opacity 1.6s ease-out;
            }

                .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step img {
                    width: 60px; 
                    margin-bottom: 10px; 
                    transition: transform 1.6s ease-out, opacity 1.6s ease-out;
                }

                .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step .title-res {
                    font-weight: 800;
                    font-size: 16px;
                    text-align: center;
                    color: var(--text-blue-color);
                    margin-top: 40px;
                    width: 150px;
                    display: inline-block;
                    word-wrap: break-word;
                }

                .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step .description-pes {
                    color: #14468B;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.5;
                    text-align: justify;
                    padding: 10px;
                }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step-0 {
                top: 24%;
                left: 1.5%;
                width: 275px;
                text-align: left;
            }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step-1 {
                   top: 54%;
    left: 44.5%;
                transform: translate(-50%, -50%);
            }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step-2 {
                top: 78%;
                left: 60.5%;
                transform: translate(-50%, -50%);
            }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step-3 {
                top: 55%;
                left: 76.5%;
                transform: translate(-50%, -50%);
            }

            .home-page main .bg-general-respon .general-respon-container .specific-respon-container .step-4 {
                top: 75%;
                left: 93.5%;
                transform: translate(-50%, -50%);
            }



@media screen and (max-width: 576px) {
    /*   :root {
        --space-tranding: 34px;
    }*/
    .home-page main .bg-about-home:before {
        /* top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        background-size: 90% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home:after {
        /*top: 50%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-general-respon:before {
        /*top: -10%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home {
        padding: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            padding: 10px;
        }

        .home-page main .bg-about-home .about-container .about-under {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                padding-right: 10px;
            }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .title-section {
                    color: #14468B;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-transform: uppercase;
                }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .para-font {
                    color: #14468B;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

            .home-page main .bg-about-home .about-container .about-under .content-block-video-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
                padding: 10px;
            }

    .video-container {
        width: 100%; /* Giảm kích thước container */
        height: 100%;
    }

    #autoPlayVideo {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Đảm bảo video giữ tỉ lệ */
    }

    .home-page main .bg-about-home .about-container .about-under .content-block.l {
        display: none;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .title-section {
            font-size: 20px;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .para-font {
            font-size: 14px;
        }

    .home-page main .bg-about-home .about-container .about-under .content-block.r {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-r-mb {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.l {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.r .image-global {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .home-page main .bg-about-home .about-under-container .respon-about-under {
        width: 100%;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px;
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .about-under-container .about-under .navbar .nav-item {
        display: flex;
        align-items: center;
        width: 48%;
        height: 45px;
        color: white;
        position: relative;
        background-color: #fff;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
        z-index: 1;
        box-sizing: border-box;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .see-all {
        margin: auto;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .nav-item img {
        width: 55px;
        height: 100%;
        width: 23%;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-process-mb {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-q-p {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card-container {
            flex: 1 1 calc(33.333% - 10px);
            max-width: calc(33.333% - 10px);
            box-sizing: border-box;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card {
            text-align: center;
            background: #004a9b;
            width: 100%;
            height: 100%;
            padding: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            color: white;
            position: relative;
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
            overflow: hidden;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card h3 {
                margin: 5px 0;
                color: #FFF;
                text-align: center;
                font-size: 28px;
                font-weight: 700;
                line-height: 28px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card p {
                color: #FFF;
                font-size: 12px;
                font-weight: 700;
                line-height: 12px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card img {
                width: 40px;
                margin-bottom: 5px;
                color: white;
                text-align: center;
            }

    /*    .video-container {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }*/
    .home-page main .bg-general-respon {
        padding-top: 60px;
    }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container {
            display: none;
        }

        .home-page main .bg-general-respon .general-respon-container .general-respon .title {
            text-align: left;
            font-size: 24px;
            padding-bottom: 30px;
        }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container-mb {
            position: relative;
            width: 100%;
            max-width: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

    .specific-respon-container-mb .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #004a9b;
        font-size: 1rem;
        position: relative;
        transition: transform 1.6s ease-out, opacity 1.6s ease-out;
    }

        .specific-respon-container-mb .step img {
            width: 30px;
            margin-bottom: 10px;
            transition: transform 1.6s ease-out, opacity 1.6s ease-out;
        }

        .specific-respon-container-mb .step .title-res {
            font-weight: 800;
            font-size: 10px;
            color: var(--text-blue-color);
            margin-top: 5px;
            word-wrap: break-word;
        }

        .specific-respon-container-mb .step .description-pes {
            color: #14468B;
            font-size: 11px;
            font-weight: 400;
            line-height: 1;
            text-align: center;
            padding: 5px;
            font-style: normal;
            text-align: justify;
            width: 150px; 
            line-height:1.2;
        }

    /* Điều chỉnh vị trí của từng bước để đảm bảo căn giữa */
    .specific-respon-container-mb .step-0 {
        position: absolute;
        top: 10px;
        left: 48.5%;
        transform: translateX(-50%);
        width: 200px;
    }

    .specific-respon-container-mb .step-1 {
        position: absolute;
        top: 23vh;
        left: 13vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-2 {
        position: absolute;
        top: 29vh;
        left: 36vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-3 {
        position: absolute;
        top: 23vh;
        left: 60vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-4 {
        position: absolute;
        top: 29vh;
        left: 85vw;
        transform: translateX(-50%);
    }

    .home-page main .bg-general-respon .general-respon-container .general-respon-btn .see-all {
        margin: 0 auto;
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    /*   :root {
        --space-tranding: 34px;
    }*/
    .home-page main .bg-about-home:before {
        /* top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        background-size: 90% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home:after {
        /*top: 50%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-general-respon:before {
        /*top: -10%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home {
        padding: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            padding: 10px;
        }

        .home-page main .bg-about-home .about-container .about-under {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                padding-right: 10px;
            }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .title-section {
                    color: #14468B;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-transform: uppercase;
                }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .para-font {
                    color: #14468B;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

            .home-page main .bg-about-home .about-container .about-under .content-block-video-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
                padding: 10px;
            }

    .video-container {
        width: 100%; /* Giảm kích thước container */
        height: 100%;
    }

    #autoPlayVideo {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Đảm bảo video giữ tỉ lệ */
    }

    .home-page main .bg-about-home .about-container .about-under .content-block.l {
        display: none;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .title-section {
            font-size: 20px;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .para-font {
            font-size: 14px;
        }

    .home-page main .bg-about-home .about-container .about-under .content-block.r {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-r-mb {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.l {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.r .image-global {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .home-page main .bg-about-home .about-under-container .respon-about-under {
        width: 100%;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px;
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .about-under-container .about-under .navbar .nav-item {
        display: flex;
        align-items: center;
        width: 48%;
        height: 55px;
        color: white;
        position: relative;
        background-color: #fff;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
        z-index: 1;
        box-sizing: border-box;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .see-all {
        margin: auto;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .nav-item img {
        width: 55px;
        height: 100%;
        width: 23%;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-process-mb {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-q-p {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card-container {
            flex: 1 1 calc(33.333% - 10px);
            max-width: calc(33.333% - 10px);
            box-sizing: border-box;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card {
            text-align: center;
            background: #004a9b;
            width: 100%;
            height: 100%;
            padding: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            color: white;
            position: relative;
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
            overflow: hidden;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card h3 {
                margin: 5px 0;
                color: #FFF;
                text-align: center;
                font-size: 28px;
                font-weight: 700;
                line-height: 28px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card p {
                color: #FFF;
                font-size: 12px;
                font-weight: 700;
                line-height: 12px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card img {
                width: 40px;
                margin-bottom: 5px;
                color: white;
                text-align: center;
            }

    /*    .video-container {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }*/
    .home-page main .bg-general-respon {
        padding-top: 60px;
    }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container {
            display: none;
        }

        .home-page main .bg-general-respon .general-respon-container .general-respon .title {
            text-align: left;
            font-size: 24px;
            padding-bottom: 30px;
        }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container-mb {
            position: relative;
            width: 100%;
            max-width: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

    .specific-respon-container-mb .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #004a9b;
        font-size: 1rem;
        position: relative;
        transition: transform 1.6s ease-out, opacity 1.6s ease-out;
    }

        .specific-respon-container-mb .step img {
            width: 30px;
            margin-bottom: 10px;
            transition: transform 1.6s ease-out, opacity 1.6s ease-out;
        }

        .specific-respon-container-mb .step .title-res {
            font-weight: 800;
            font-size: 12px;
            color: var(--text-blue-color);
            margin-top: 5px;
            word-wrap: break-word;
        }

        .specific-respon-container-mb .step .description-pes {
            color: #14468B;
            font-size: 11px;
            font-weight: 400;
            line-height: 1;
            text-align: center;
            padding: 5px;
            font-style: normal;
            text-align: justify;
            width: 150px;
            line-height: 1.2;
        }

    /* Điều chỉnh vị trí của từng bước để đảm bảo căn giữa */
    .specific-respon-container-mb .step-0 {
        position: absolute;
        top: 10px;
        left: 48.5%;
        transform: translateX(-50%);
        width: 200px;
    }

    .specific-respon-container-mb .step-1 {
        position: absolute;
        top: 23vh;
        left: 13vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-2 {
        position: absolute;
        top: 29vh;
        left: 36vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-3 {
        position: absolute;
        top: 23vh;
        left: 60vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-4 {
        position: absolute;
        top: 29vh;
        left: 85vw;
        transform: translateX(-50%);
    }

    .home-page main .bg-general-respon .general-respon-container .general-respon-btn .see-all {
        margin: 0 auto;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*   :root {
        --space-tranding: 34px;
    }*/
    .home-page main .bg-about-home:before {
        /* top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        background-size: 90% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home:after {
        /*top: 50%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-general-respon:before {
        /*top: -10%;
        left: 0;
        right: 0;
        background-size: 80% auto;
        width: 100%;
        height: 300px;
        opacity: 0.08;*/ display: none;
    }

    .home-page main .bg-about-home {
        padding: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            padding: 10px;
        }

        .home-page main .bg-about-home .about-container .about-under {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
                padding-right: 10px;
            }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .title-section {
                    color: #14468B;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-transform: uppercase;
                }

                .home-page main .bg-about-home .about-container .about-under .content-block-about-mb .para-font {
                    color: #14468B;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

            .home-page main .bg-about-home .about-container .about-under .content-block-video-mb {
                display: inline-block;
                vertical-align: top;
                width: 100%;
                padding: 10px;
            }

    .video-container {
        width: 100%; /* Giảm kích thước container */
        height: 100%;
    }

    #autoPlayVideo {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Đảm bảo video giữ tỉ lệ */
    }

    .home-page main .bg-about-home .about-container .about-under .content-block.l {
        display: none;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .title-section {
            font-size: 20px;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block.l .para-font {
            font-size: 14px;
        }

    .home-page main .bg-about-home .about-container .about-under .content-block.r {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-r-mb {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.l {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .images-container .image-block.r .image-global {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .home-page main .bg-about-home .about-under-container .respon-about-under {
        width: 100%;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px;
        width: 100%;
        height: auto;
        gap: 10px;
    }

    .about-under-container .about-under .navbar .nav-item {
        display: flex;
        align-items: center;
        width: 48%;
        height: 65px;
        color: white;
        position: relative;
        background-color: #fff;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
        z-index: 1;
        box-sizing: border-box;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .see-all {
        margin: auto;
    }

    .home-page main .bg-about-home .about-under-container .about-under .navbar .nav-item img {
        width: 55px;
        height: 100%;
        width: 23%;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-process-mb {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-q-p {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card-container {
            flex: 1 1 calc(33.333% - 10px);
            max-width: calc(33.333% - 10px);
            box-sizing: border-box;
        }

        .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card {
            text-align: center;
            background: #004a9b;
            width: 100%;
            height: 100%;
            padding: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            color: white;
            position: relative;
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
            overflow: hidden;
        }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card h3 {
                margin: 5px 0;
                color: #FFF;
                text-align: center;
                font-size: 28px;
                font-weight: 700;
                line-height: 28px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card p {
                color: #FFF;
                font-size: 12px;
                font-weight: 700;
                line-height: 12px;
                text-transform: uppercase;
            }

            .home-page main .bg-about-home .about-container .about-under .content-block-process-mb .process-card img {
                width: 40px;
                margin-bottom: 5px;
                color: white;
                text-align: center;
            }

    /*    .video-container {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }*/
    .home-page main .bg-general-respon {
        padding-top: 60px;
    }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container {
            display: none;
        }

        .home-page main .bg-general-respon .general-respon-container .general-respon .title {
            text-align: left;
            font-size: 24px;
            padding-bottom: 30px;
        }

        .home-page main .bg-general-respon .general-respon-container .specific-respon-container-mb {
            position: relative;
            width: 100%;
            max-width: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

    .specific-respon-container-mb .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #004a9b;
        font-size: 1rem;
        position: relative;
        transition: transform 1.6s ease-out, opacity 1.6s ease-out;
    }

        .specific-respon-container-mb .step img {
            width: 50px;
            margin-bottom: 10px;
            transition: transform 1.6s ease-out, opacity 1.6s ease-out;
        }

        .specific-respon-container-mb .step .title-res {
            font-weight: 800;
            font-size: 14px;
            color: var(--text-blue-color);
            margin-top: 5px;
            word-wrap: break-word;
        }

        .specific-respon-container-mb .step .description-pes {
            color: #14468B;
            font-size: 18px;
            font-weight: 400;
            line-height: 1;
            text-align: center;
            padding: 5px;
            font-style: normal;
            text-align: justify;
            width: 250px;
            line-height: 1.2;
        }

    /* Điều chỉnh vị trí của từng bước để đảm bảo căn giữa */
    .specific-respon-container-mb .step-0 {
        position: absolute;
        top: 10px;
        left: 48.5%;
        transform: translateX(-50%);
        width: 200px;
    }

    .specific-respon-container-mb .step-1 {
        position: absolute;
        top: 25vh;
        left: 10vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-2 {
        position: absolute;
        top: 32vh;
        left: 29vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-3 {
        position: absolute;
        top: 25vh;
        left: 49vw;
        transform: translateX(-50%);
    }

    .specific-respon-container-mb .step-4 {
        position: absolute;
        top: 32vh;
        left: 68vw;
        transform: translateX(-50%);
    }

    .home-page main .bg-general-respon .general-respon-container .general-respon-btn .see-all {
        margin: 0 auto;
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    :root {
        --space-tranding: 34px;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-about-mb {
        display: none;
    }

    .home-page main .bg-about-home .about-container .about-under .content-block-video-mb {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --space-tranding: 34px;
    }

    #autoPlayVideo {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1400px) {
    :root {
        --space-tranding: 34px;
    }

    #autoPlayVideo {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}
@media screen and (min-width: 1600px) {
    :root {
        --space-tranding: 34px;
    }

    .home-page main .bg-general-respon .general-respon-container .specific-respon-container-mb {
        display: none;
    }

    #autoPlayVideo {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}