* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

html {
    scroll-behavior: smooth;
}

.loader {
    display: none !important
}

/*----------------------------------------------------INFO---------------------------------------------------*/
section.info {
    background-color: black !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px;
    color: white;
}

section.info img {
    width: 600px;
    height: 100%;
}

.width-100 {
    width: 100%;
    height: auto
}

.height-100 {
    height: 100%;
    width: auto
}

/*************************************************HEADER*******************************************************/

section.header {
    height: 100px;
    display: flex;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 60px 0 30px !important;
    width: 100%;
}

.menu .menu-item {
    padding: 0 10px;
    color: black;
    font-weight: 600;
    cursor: pointer;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-explore {
    height: 40px;
    background-color: white;
    border-radius: 4px;
    padding: 0 24px;
    color: #ec1c23;
    font-weight: 700;
    cursor: pointer;
}

.btn-register {
    height: 40px;
    background-color: #fd0000;
    border-radius: 4px;
    padding: 0 24px;
    color: white;
    font-weight: 700;
    cursor: pointer;
}


section.header img {
    height: 100%;
}

.not-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*****************************info******************************/

section.info {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*************************************************BANNER MAIN*******************************************************/

.main-banner {
    position: relative;
}

.main-banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.title-banner {
    font-size: 40px;
    font-weight: 700;
}

/*************************************************Description*******************************************************/
.description-container {
    position: relative;
    padding-top: 150px;
}

.banner-infos {
    position: absolute;
    top: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.description {
    width: 300px;
    background-color: white;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #ec1c23;
    padding: 20px 10px;
}

.description h1 {
    font-size: 40px;
    /* Điều chỉnh kích thước chữ */
    font-weight: bold;
    /* In đậm */
    color: red;
    /* Màu đỏ */
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 0.5);
    /* Hiệu ứng bóng mờ màu đỏ */
}


.description p {
    text-align: center;
}

.btn-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.benefit {
    display: flex;
    width: 100vw;
    padding: 0 40px !important;
    margin-bottom: 50px;
    gap: 30px;
    justify-content: center;
}

.benefit .benefit-img {
    height: 400px;
    width: auto;
}

.benefit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.benefit h1 {
    color: #ec1c23;
    font-size: 30px;
    font-weight: 700;
}

.benefit-container {
    width: 40% !important;
}

.benefit-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.benefit-title img {
    height: 100%;
    width: auto;
}

.benefit-content {
    font-style: italic;
    padding: 0 100px 0 5px;
    font-size: 16px;
    font-weight: 500;
    border-left: 4px solid black;
    margin: 20px 0;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-item {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.benefit-item img {
    width: 20px;
    height: 20px;
}

.item-title {
    font-weight: 600;
    font-size: 16px
}

.item-description {
    font-style: italic;
    color: black;
    font-size: 16px
}


/***********************************************Program******************************************/

.program-container-1 {
    padding: 20px 40px;
}

.program-container-2 {
    padding: 20px 40px;
}

.program-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.program-title>img {
    height: 100%;
    width: auto;
}

.program-title h1 {
    font-size: 30px;
    /* Điều chỉnh kích thước chữ */
    font-weight: bold;
    /* In đậm */
    color: red;
    /* Màu đỏ */
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 0.5);
    /* Hiệu ứng bóng mờ màu đỏ */
}


.program-content {
    padding: 0 16px 0 10px !important;
    margin-left: 54px;
    font-size: 12px;
    font-style: italic;
    border-left: 4px solid #000;
}

/*******************INTRODUCE***********************/

.introduce-section {
    background-image: url('../image/introduce.png');
    background-size: cover;
    /* Ảnh sẽ bao phủ toàn bộ div */
    background-position: center;
    /* Căn giữa ảnh */
    background-repeat: no-repeat;
    /* Không lặp lại ảnh */
    padding: 100px 0;
    color: white;
    width: 100% !important;
}

.introduce-section p {
    width: 60%;
    text-align: center;
}


/******************************WORK******************************/
.list-work>h1 {
    font-size: 34px;
    /* Điều chỉnh kích thước chữ */
    /* font-weight: bold; */
    color: #ec1c23;
    /* Màu đỏ */
    text-align: center;
    font-weight: 800;
}

.list-work {
    padding: 10px 100px;
}

.work-item {
    display: flex;
}

.work-item>img {
    width: 250px;
    height: 250px;
}

.work-item-content {
    margin-top: 50px;
    /* border-left: 1px solid #000; */
    height: auto;
}

.work-item-content>p {
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin-bottom: 0 !important;
}

.work-item-detail {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.work-item-detail-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
}

.work-item-detail-content>p {
    margin-bottom: 0 !important
}

/******************************BENEFIT_STUDENT******************************/
.benefit-student {
    /* padding: 0 100px; */
}

.benefit-student .row {
    padding: 0 100px;

}

.bene-content-student {
    padding: 40px 0;
}

.bene-content-student>p {
    font-style: italic;
    font-size: 13px;
}

.primary {
    color: #ec1c23
}

/***********************FORM*********************/

/*-------------------------------------------------------------Form-----------------------------------------------------------*/

.form-container {
    display: flex;
    justify-content: center;
    width: 90%;
}

#tuvan {
    font-size: 3rem;
    font-weight: 700;
    color: #065196;
    margin: 0
}

.video-advertisement {
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 40rem;
}

.form-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.registration-form input,
.registration-form select,
.registration-form button,
#google-recaptcha-checkbox {
    width: 100%;
    margin: 0 0 1rem 0;
}

.registration-form button {
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
}

.form-container .registration-form {
    /* border-bottom: 0.12rem solid #b3b5d7; */
    border-radius: 0.62rem;
    padding: 2rem 1.5rem;
    position: relative;
    width: 100%;
}

.form-container .registration-form p {
    color: #56589f;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.gender {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    width: 100%;
}

.gender input {
    margin: 0;
}

.gender strong,
.gender label {
    align-self: center;
    height: 2rem;
    line-height: 2rem;
}

.gender label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 !important;
}

.center-horizontal {
    display: flex;
    align-items: center;
}

.m-0 {
    margin: 0 !important
}

#button-container {
    /* position: absolute;
    bottom: -1.55rem;
    left: 50%; */
    /* transform: translateX(-50%); */
    width: 25rem;
    height: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

#button-container button {
    background-color: #2e3192;
    width: 25.75rem;
    /* padding: 0.1rem 3.5rem; */
    border-radius: 1rem
}

/************************************************SCREEN******************************************/
@media screen and (max-width: 992px) {
    .work-item {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .header {
        flex-direction: column;
        height: auto !important;
    }

    .header img {
        display: none;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .main-banner {
        position: static;
    }

    .banner-content {
        position: static;
        width: 100%;
        padding: 20px;
        color: black
    }

    .description-container {
        position: static;
        padding-top: 20px;
    }

    .banner-infos {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .benefit {
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        margin-top: 20px;
        width: 100% !important;
    }

    .benefit-container {
        width: 100% !important;
        padding: 0 10px;
    }

    .benefit .benefit-img {
        width: 100% !important;
        height: auto;
    }

    /* .benefit > img {
        width: 100% !important;
        height: auto;
    } */

    .benefit-title {
        width: 100%;
    }

    .partner {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .partner-title {
        text-align: center;
    }

    .register {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .register img {
        width: 100%;
    }

    .infor-form {
        flex-wrap: wrap;
    }

    .program {
        width: 100%;
        padding: 0 !important
    }

    .program-title {
        flex-direction: column;
    }

    .news {
        padding: 0 10px;
    }

    .news img {
        width: 100%;
        padding: 0 !important;
    }

    .news-container {
        flex-wrap: wrap;
    }

    .question {
        height: auto;
        padding: 20px 10px;
    }

    .program-container-1 {
        width: 100%;
        padding-bottom: 0;
        padding-right: 0;
    }

    .program-container-2 {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }

    .program-container-1 img,
    .program-container-2 img {
        height: 50px;
        width: auto !important;
    }

    section.info {
        display: flex;
        flex-direction: column;
    }

    section.info img {
        width: 100%;
    }

    .introduce-section {
        padding: 50px 50px;
    }
}