body .internet-wifi {
    font-family: 'Inter', sans-serif; /* Sử dụng font Inter */
}

p {
    line-height: 1.3;
}

h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    margin: 10px 0px !important;
}

.container {
    padding: 0px 20px;
    max-width: 80%;
    width: 100%;
    margin: auto;
}

.w-full {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

/* start-header-style */

.header-container {
    position: relative;
    max-height: 450px;
    /*margin-top: 120px;*/
}

@media only screen and (max-width: 770px) {

    .header-container {
        position: relative;
        max-height: 450px;
        margin-top: 120px;
    }

}

    .image-slider {
        max-height: 450px;
        width: 100%;
        object-fit: fill;
    }

    .contact-now {
        position: absolute;
        z-index: 99;
        bottom: -50px;
        right: -20px;
    }


    .swiper-container {
        width: 100%;
        --swiper-navigation-top-offset: 50%;
        overflow: hidden;
        --swiper-pagination-bottom: -15px
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto !important;
        font-size: 24px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        /*top: 20px;*/
        background-color: #88C0F7;
        color: #FFFFFF !important;
        border-radius: 50%;
        text-align: center;
        width: 50px !important;
        height: 50px !important;
        /* Điều chỉnh vị trí nút */
    }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 25px !important;
        }

    .swiper-pagination {
        bottom: -30px !important;
    }

    .swiper-pagination-bullet-active {
        scale: 1.3;
    }

    /* end-header-style */

    /* start-reason-style */

    .reason-container {
        position: relative;
        background: linear-gradient(to bottom, white 0%, #D0F3FF 100%);
        /*margin-top: 50px;*/
        padding: 50px 20px;
        z-index: 0;
        /* height: 100vh; */
    }

    .reason-container__title {
        font-size: 40px;
        color: #2E62EB;
        font-weight: bold;
        padding-top: 30px;
    }

    .reason-img {
        position: absolute;
        right: 0;
        top: 20%;
        z-index: -1;
    }

    .reason-container__items {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-top: 50px;
        gap: 30px;
    }

    .reason-container__item {
        box-sizing: border-box;
        max-width: 250px;
        /*height: 450px;*/
        background-color: #fff;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 40px 10px;
        box-shadow: 0px 0px 20px 0px #e7e5e5;
    }

        .reason-container__item img {
            object-fit: cover;
            width: auto;
            height: 100px;
        }

    .reason-container__item-title {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        text-align: center;
        padding-bottom: 10px;
        height: 75px;
    }

    .reason-container__item-desc {
        font-size: 14px;
        color: #000;
        text-align: center;
    }

    /* end-reason-style */


    /* start-intro-slide */

    .intro-container {
        position: relative;
        margin-top: 50px;
    }

    .wifi {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        background-color: #B3E5FC;
        z-index: 1;
        padding-right: 20px;
        padding-left: 20px;
        height: 100%;
    }

    .wifi-img {
        width: 100%;
        position: relative; /* Đặt kích thước rõ ràng cho thẻ cha */
        height: 500px;
        flex: 0 0 50%;
    }

    .wifi-img__box, .wifi-img__arround {
        position: absolute;
        left: 0;
        object-fit: cover;
        top: 20%;
    }

    .wifi-img__arround {
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .wifi-img__box {
        z-index: 2;
        width: 400px;
        height: auto;
    }

    .wifi-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 70px;
        padding-right: 40px;
    }

@media only screen and (max-width: 450px) {

    .wifi-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 25%;
        padding-right: 40px;
    }
}

        .wifi-content h3 {
            font-size: 40px;
            font-weight: bold;
            color: #2E62EB;
            margin: 0 !important;
        }

    .wifi-content__desc {
        font-size: 25px;
        font-weight: bold;
        color: #2E62EB;
        margin-bottom: 15px;
    }


    .wifi-content__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .wifi-content__item img {
            width: 70px;
        }

        .wifi-content__item p {
            font-size: 20px;
            margin-bottom: 20px;
        }

    .xgs-pon {
        position: relative;
        display: flex;
        /* overflow: hidden; */
        height: 100%;
    }

    .xgs-pon__img {
        width: 100%;
        height: 615px;
    }

    .xgs-pon__content {
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 40px;
        padding-right: 40px;
        max-width: 55%;
        padding-left: 50px;
    }

        .xgs-pon__content h3 {
            font-size: 40px;
            font-weight: bold;
            color: #2E62EB;
            margin: 0 !important;
        }

    .xgs-pon__content__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

        .xgs-pon__content__item img {
            width: 60px;
        }

        .xgs-pon__content__item p {
            font-size: 20px;
            margin-bottom: 15px;
        }

    .camera {
        height: 100%;
        position: relative;
    }

    .camera-img {
        /* width: 100%; */
    }

    .camera-container__img {
        position: absolute;
        right: 5%;
        top: 25%;
        width: 320px;
        height: auto;
    }

    .camera-content {
        position: absolute;
        left: 0;
        max-width: 50%;
        padding-left: 60px;
        margin-top: 30px;
    }

        .camera-content h3 {
            font-size: 40px;
            color: #fff;
            font-weight: bold;
        }

    .camera-content__desc {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }

    .camera-content__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 cột, mỗi cột chiếm 1 phần */
        grid-gap: 50px;
        margin-top: 40px;
        /* gap: 20px; */
    }

    .camera-content__item {
        background-color: rgba(13, 138, 252, 0.5);
        padding: 8px 16px;
        text-align: center;
        flex: 0 0 50%;
        width: 320px;
        height: 115px;
        position: relative;
        border-radius: 14px;
    }

        .camera-content__item p {
            font-size: 16px;
            padding-top: 21px;
        }

        .camera-content__item img {
            position: absolute;
            top: -25px;
            right: 40%;
        }



    /* end-intro-slide */

    /* start-internet-style */

    .internet-container {
        margin-top: 50px;
        position: relative;
    }

    .internet-container__img {
        width: 100%;
    }

    .internet-container__box {
        position: absolute;
        top: 10px;
        left: 50px;
    }

    .internet-container__btn {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: flex-end;
        justify-content: center;
        background-color: #fff;
        padding: 8px 16px;
        border-radius: 53px;
        width: fit-content;
        cursor: pointer;
    }

        .internet-container__btn p {
            font-size: 32px;
            font-weight: bold;
            color: #2E62EB;
            margin: 0 !important;
        }

    .internet-container__title {
        font-weight: bold;
        font-size: 40px;
        color: #fff;
        z-index: 2;
    }

    /* end-internet-style */

    /* start-register-style */

    .register {
        position: relative;
        background-color: #D0F3FF;
        z-index: 8;
    }

    .register-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 100px 0px;
    }

        .register-container img {
            width: 85%;
            z-index: 11;
        }

    .register-container__title {
        position: absolute;
        top: 20%;
        font-weight: bold;
        font-size: 32px;
        color: #fff;
        z-index: 11;
    }

    .register-container__input {
        position: absolute;
        top: 45%;
        width: 35%;
        z-index: 11;
    }

        .register-container__input input {
            width: 100%;
            margin-bottom: 30px;
            height: 40px;
            background-color: transparent;
            outline: none;
            border: 1px #fff solid;
            color: #fff;
            font-size: 18px;
            padding: 0px 10px;
        }

            .register-container__input input::placeholder {
                color: #fff !important;
            }

    .register-container__btn {
        position: absolute;
        /*bottom: 20%;*/
        margin-top: 25px;
        background-color: #fff;
        border: none;
        outline: none;
        padding: 11px 28px;
        color: #2E62EB;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        z-index: 11;
        margin-left: 90px;
    }

    .register-container__wave {
        position: absolute;
        width: 100%;
        bottom: -20%;
        z-index: 10;
    }

    /* end-register-style */

    /* start-experience-style */

    .experience {
        background-color: #fff;
        padding: 60px 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .experience-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }

        .experience-container div {
            width: 100%;
            text-align: center;
        }

        .experience-container iframe {
            width: 100%;
            height: 500px;
        }

        .experience-container h1 {
            font-size: 40px;
            color: #2E62EB;
            font-weight: bold;
            margin: 0px !important;
            margin-bottom: 10px;
        }

        .experience-container p {
            font-size: 25px;
            color: #2E62EB;
            font-weight: bold;
        }

        .experience-container img {
            width: 100%;
        }

    /* end-experience-style */

    /* start-award-style */

    .award {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 50px;
        padding-top: 0px;
    }

    .award-img {
        position: absolute;
        top: 10%;
        width: 100%;
        z-index: -1;
    }

    .award-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .award-container__title {
        font-size: 40px;
        font-weight: bold;
        color: #2E62EB;
    }

    .award-container__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .award-container__item {
        background-color: #fff;
        border-radius: 20px;
        border: 1px #2E62EB solid;
        overflow: hidden;
        max-width: 350px;
        height: 280px;
        background-color: #2E62EB;
    }

        .award-container__item img {
            width: 100%;
        }

        .award-container__item div {
            line-height: 1.3;
            margin-top: 30px;
            padding: 0px 20px;
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

    /* end-award-style */

    /* responsive */

    /* mobile */

    @media only screen and (max-width: 767px) {

        /* start-header-style */

        .contact-now {
            width: 60px;
            height: auto;
            bottom: -10px;
            right: 0px;
        }

        .swiper-button-prev,
        .swiper-button-next {
            top: 60% !important;
            height: 20px !important;
            width: 20px !important;
            /* Điều chỉnh vị trí nút */
        }

            .swiper-button-next:after,
            .swiper-button-prev:after {
                font-size: 10px !important;
            }

        /* end-header-style */

        /* start-reason-style */

        .reason-container {
            padding: 10px 20px;
        }

        .reason-container__items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .reason-container__item {
            height: 350px;
        }

        .reason-img {
            width: 80%;
            top: 20%;
        }

        .reason-container__title {
            font-size: 16px;
            color: #2E62EB;
            font-weight: bold;
            padding-top: 30px;
        }

        /* end-reason-style */

        /* start-intro-style */

        .wifi {
            padding-top: 30px;
            height: 100%;
        }

        .wifi-img {
            display: none;
        }

        .wifi-content__desc {
            font-size: 16px;
        }

        .wifi-content__item p {
            font-size: 13px;
            margin-bottom: 25px;
        }

        .xgs-pon {
            background-color: #B3E5FC;
        }

        .xgs-pon__content {
            position: relative;
            max-width: 100%;
            margin-top: 0;
        }

        .xgs-pon__img {
            display: none;
        }

        .xgs-pon__content__item p {
            font-size: 13px;
        }

        .camera {
            background-color: #B3E5FC;
        }


        .camera-img {
            display: none
        }

        .camera-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .camera-container__img {
            display: none;
        }


        .camera-content {
            max-width: 100%;
            position: relative;
            order: 2;
            padding: 10px 10px;
            margin-top: 0px;
        }

        .camera-content__items {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .camera-content__item {
            width: 80%;
        }

        .camera-content h3 {
            color: #2E62EB;
        }

        .camera-content__desc {
            color: #2E62EB;
            font-size: 16px;
        }

        .camera-content__item p {
            font-size: 13px;
        }


        /* end-intro-style */

        /* start-internet-style */

        .internet-container__box {
            position: absolute;
            top: 0px;
            left: 10px;
        }

        .internet-container__title {
            font-size: 14px;
        }

        .internet-container__btn {
            padding: 2px 3px;
        }

            .internet-container__btn p {
                font-size: 10px;
                margin: 0 !important;
            }

            .internet-container__btn img {
                width: 20px;
                height: auto;
            }
        /* end-internet-style */

        /* start-register-style */

        .register-container {
            padding: 50px 0px;
        }

        .register-container__title {
            top: 20%;
            font-size: 13px;
        }

        .register-container__input {
            top: 40%;
            width: 30%;
            z-index: 11;
        }

            .register-container__input input {
                margin-bottom: 10px;
                height: 20px;
                font-size: 8px;
                padding: 0px 5px;
            }

        .register-container__btn {
            margin-top: 25px;
            /*bottom: 23%;*/
            padding: 2px 3px;
            font-size: 8px;
        }
        /* end-register-style */

        /* start-experience-style */

        .experience {
            padding: 60px 0px;
        }

        .experience-container h1 {
            font-size: 20px;
        }

        .experience-container p {
            font-size: 14px;
        }

        .experience-container iframe {
            height: 300px !important;
        }

        /* end-experience-style */

        /* start-award-style */

        .award {
            padding: 60px 0px;
        }

        .award-container {
            align-items: center;
        }

        .award-container__title {
            font-size: 20px;
        }

        .award-container__items {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        .award-container__item div {
            font-size: 20px;
        }

        .award-container__item {
            width: 250px;
            height: 270px;
        }

        .register-container__btn {
            margin-left: 25px;
        }

        /* end-award-style */
    }

    /* tablet */

    @media screen and (max-width: 1024px) and (min-width: 768px) {

        .container {
            max-width: 992px;
        }


        /* start-header-style */
        .contact-now {
            width: 150px;
            height: auto;
            bottom: -40px;
        }

        .swiper-button-prev,
        .swiper-button-next {
            top: 50% !important;
            height: 40px !important;
            width: 40px !important;
            /* Điều chỉnh vị trí nút */
        }

            .swiper-button-next:after,
            .swiper-button-prev:after {
                font-size: 20px !important;
            }

        /* end-header-style */

        /* start-reason-style */

        .reason-container {
            padding: 10px 20px;
        }

        .reason-container__items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .reason-container__item {
            height: 350px;
        }

        .reason-img {
            position: absolute;
            right: 0;
            top: 20%;
            z-index: -1;
        }

        .reason-container__title {
            font-size: 16px;
            color: #2E62EB;
            font-weight: bold;
            padding-top: 30px;
        }

        /* end-reason-style */

        /* start-intro-slide */


        .wifi-img__arround {
            top: 25%;
            width: 400px;
            height: auto;
        }

        .wifi-img__box {
            top: 25%;
            width: 300px;
            height: auto;
        }

        .wifi-content__desc {
            font-size: 16px;
        }

        .wifi-content__item p {
            text-align: justify !important;
            font-size: 16px;
        }

        .xgs-pon__content {
            margin-top: 50px;
            padding-right: 40px;
            max-width: 40%;
            padding-left: 20px;
        }

        .xgs-pon__img {
            width: 100% !important;
        }

        .xgs-pon__content__item img {
            width: 40px;
        }

        .xgs-pon__content__item p {
            font-size: 14px;
        }

        .camera-content h3 {
            font-size: 40px;
        }

        .camera-content__desc {
            font-size: 20px;
        }

        .camera-container__img {
            width: 200px;
            top: 5%;
            right: 0;
        }

        .camera-content {
            margin-top: 10px;
        }

        .camera-content__items {
            margin-top: 120px !important;
        }

        .camera-content__item {
            width: 200px;
        }

            .camera-content__item p {
                font-size: 14px;
            }

            .camera-content__item img {
                position: absolute;
                top: -25px;
                right: 40%;
            }

        /* end-intro-slide */

        /* start-internet-style */

        .internet-container__box {
            position: absolute;
            top: 0px;
            left: 30px;
        }

        .internet-container__title {
            font-size: 30px;
        }

        .internet-container__btn {
            padding: 5px 10px;
        }

            .internet-container__btn p {
                font-size: 18px;
                margin: 0 !important;
            }

            .internet-container__btn img {
                width: 20px;
                height: auto;
            }
        /* end-internet-style */

        /* start-register-style */

        .register-container {
            padding: 50px 0px;
        }

        .register-container__title {
            top: 15%;
            font-size: 30px;
        }

        .register-container__input {
            top: 45%;
            width: 30%;
            z-index: 11;
        }

            .register-container__input input {
                margin-bottom: 10px;
                height: 30px;
                font-size: 14px;
                padding: 0px 5px;
            }

        .register-container__btn {
            bottom: 18%;
            padding: 8px 16px;
            font-size: 14px;
        }
        /* end-register-style */

        /* start-experience-style */

        .experience-container h1 {
            font-size: 30px;
        }

        .experience-container p {
            font-size: 18px;
        }

        .experience-container iframe {
            height: 400px !important;
        }

        /* end-experience-style */

        /* start-award-style */

        .award {
            /* padding: 20px 0px; */
        }


        .award-container__title {
            font-size: 20px;
        }

        .award-container__items {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 30px;
        }

        .award-container__item div {
            font-size: 20px;
        }

        .award-container__item {
            width: 250px;
            height: 250px;
        }

        /* end-award-style */
    }

    /* desktop */

    @media only screen and (min-width: 1025px) {
        .container {
            max-width: 1000px;
        }
    }