:root {
    --bg-primary: #F7F9FC;
    --bg-second : #57BBA1;
    --color-primary: #202020;
    --color-white: #FFFFFF;
    --bs-border-color: #dee2e6;
    --custom-navbar-active-color: #0B4A82;
    --bg-button-header: #F7F9FC;
    --color-tag-a: #0B4A82;
    --color-tag-a-hover: #0B4A82;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS SEMIBOLD.OTF') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS BLACK.OTF') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lagu Sans';
    src: url('../fonts/SVN-LAGU SANS THIN.OTF') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-size: 14px;
    color: var(--color-primary);
    letter-spacing: .5px;
    background-color: var(--bg-primary);
    overflow-x: hidden;
    font-family: 'SVN-Lagu Sans', sans-serif;
    line-height: 150%;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    text-decoration: none;
    color: var(--color-primary);
    cursor: pointer;
}

a:hover {
    color: var(--color-tag-a-hover);
}

ul {
    list-style-type: none;
}

/*navbar*/
.navbar .container-xl {
    display: flex;
    padding: 5px 0;
    align-items: center;
    gap: 40px;
    flex-direction: column;
    align-self: stretch;
}

.navbar .logo .img-logo {
    width: 152px;
    height: 54px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.navbar .nav-item.active {
    display: flex;
    width: 119px;
    padding: 4px 0px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: var(--bg-button-header);
}

.navbar .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.navbar .nav-item.active .nav-link {
    color: var(--color-tag-a);
}

.navbar .nav-item .nav-link:hover {
    color: var(--color-tag-a-hover);
}

.navbar .nav-item .information .name {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.navbar .nav-item .information .email {
    color: #8D96A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.img-bell {
    width: 48px;
    height: 48px;
}
.btn-dropdown{
    border-color: white;
    color: var(--color-primary);
}
.btn-dropdown.show, .btn.btn-dropdown:first-child:active{
    border-color: white;
}
.dropdown-item-icon{
    margin-right: 5px;
}
.icon-dropdown{
    width: 16px;
    object-fit: contain;
}
.text-item-dropdown{
    font-size: 15px;
}
.d-img-scostie {
    width: 48px;
    height: 48px;
    background: #FFE4BC;
    overflow: hidden;
    border-radius: 16px;
}
/*Kyf thi cuar tooi*/
.exam-information-section {
    padding: 24px 0;
}

.title-exam-me {
    color: #202020;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 54px */
    text-transform: capitalize;
    margin-bottom: 32px;
}

.list-tabs {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    width: 305px;
    height: 60px;
    box-shadow: 0px 0px 24px 0px rgba(204, 225, 236, 0.50);
}

.list-tabs .tab {
    display: flex;
    width: 146.528px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
}

.list-tabs .tab.active {
    background: var(--bg-second);

}

.list-tabs .tab h6 {
    color: #8D96A8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin-bottom: 0;
}

.list-tabs .tab.active h6 {
    color: #FFF;
}

/*exams*/
.list-exams {
    margin-top: 40px;
}

.list-exams .empty {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 39px;
    align-self: stretch;
    border-radius: 32px;
    background: #FFF;
}

.list-exams .empty .text-empty {
    color: #8D96A8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.exam-item {
    padding: 16px 48px 16px 16px;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(204, 225, 236, 0.50);
}

.info-exams {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.image-exam img {
    width: 224px;
    height: 112px;
    object-fit: cover;
    margin-right: 20px;
    transition: transform .2s; /* Animation */
}

.image-exam image:hover {
    transform: scale(1.5);
}

.image-exam .program {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #EA8D1E;
    background: #FFF;
    left: 12px;
    position: absolute;
    top: 12px;
}

.image-exam .program .program-inner {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #EA8D1E;
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #EA8D1E;
}

.image-exam .program .program-inner span {
    color: #202020;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.name-exam {
    font-size: 18px;
}

.exam-extend {
    gap: 8px;
    align-self: stretch;
}

.exam-extend .icon-exam {
    width: 20px;
    height: 20px;
    padding: 2px;
    object-fit: contain;
    flex-shrink: 0;
}

.exam-extend .text {
    color: var(--color-primary);
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.action-detail-exam {
    padding: 12px 24px;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #57BBA1;
    color: #57BBA1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
}

.action-detail-exam:hover {
    background: var(--bg-second);
    color: #FFF;

}

/*Phan trang*/
.style-pagination .pagination {
    display: flex;
    align-items: flex-start;
}

.style-pagination .pagination .page-item {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    margin-right: 8px;
}

.style-pagination {
    margin-top: 40px;
}

.style-pagination .pagination .page-item .page-link {
    border-radius: 12px !important;
    border: 1px solid #E2E8F0;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.style-pagination .pagination .page-item.active .page-link {
    background: var(--color-tag-a);
    color: var(--color-white);
}

/*Footer*/
.footer {

    padding-top: 56px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
    border-top: 1px solid #D6E3FC;
    background: #F8F9FD;
}

.contact-info, .footer__logo {
    margin-bottom: 32px;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom: 32px;
}

.footer__logo img {
    width: 180px;
    height: 63px;
}

.list-social-network li {
    float: left;
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px rgba(134, 147, 184, 0.08);
    background: #FFF;
    margin-right: 18px;
    box-shadow: 0px 8px 24px 0px rgba(204, 225, 236, 0.50);
}

.icon-social-network {
    width: 20px;
    line-height: 20px; /* 100% */
}

.contact-info h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.6px; /* 143% */
}

.underlined {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: var(--bg-second);
}

.list-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.list-contact li:last-child {
    margin-bottom: 0;
}

.icon-contact {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.text-address {
    color: #566076;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.16px;
}

.footer-bottom {
    display: flex;
    padding: 24px 160px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid rgba(11, 74, 130, 0.08);
}

.footer-section .text-copyright {
    color: #566076;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

/*Trang chi tiet ky thi*/
.test-schedule {
    padding: 40px 0;
}

.information-test-schedule {
    display: flex;
    padding: 80px 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    border-radius: 32px;
    border: 12px solid #FFF;
}


/*Detail page*/
.detail-header {
    background: url("/assets/images/slide-detail.png") center bottom no-repeat;
    background-size: auto;
    height: 380px;
}

.name-test-schedule {
    height: 380px;
}

.name-test-schedule h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    text-transform: capitalize;
}

.detail-content {
    padding: 80px 0;
}

.detail-content .d-title-detail, .description-detail {
    margin-bottom: 64px;
}

.detail-content .d-title-detail img {
    width: 65px;
    z-index: 1;
}

.detail-content .d-title-detail .title-detail {
    display: flex;
    width: 400px;
    padding: 12px 40px 12px 80px;
    /*justify-content: center;*/
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 2px #FFF;
    background: #0D8577;
    z-index: 0;
    left: 5px;
    top: 1px;
}
.description-content{
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #EEF2F1 !important;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(206, 219, 216, 0.25);

}
.description-detail .exam-item, .description-content{
    border-radius: 24px;
    margin-bottom: 64px;
    border: 2px solid #EEF2F1;
}
.description-detail .exam-item:last-child, .description-detail:last-child{
    margin-bottom: 0;
}
.description-detail .type-image-exam{
    width: 320px;
    height: 180px;
    border-radius: 20px;
}
.icon-exam-detail{
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px 2px 1.999px 2px;
    justify-content: center;
    align-items: center;
}
.detail-content .d-title-detail .title-detail h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.action-detail{
    border-left: 1px solid #EEF2F1;
    height: 150px;
    align-content: center;
}
.action-start-exam{
    background: var(--bg-second);
    color: var(--color-white);
    padding: 8px 34px;
}
.action-start-exam.disabled{
    pointer-events: none;
    cursor: default;
    border: 0px rgba(0, 0, 0, 0.20);
    background: #C1CFCC;
}
.action-start-exam:hover{
    background: var(--color-white);
    color: var(--bg-second);
    border-color: var(--bg-second)
}
.action-start-exam:hover span{
    color: var(--bg-second);
}
.action-start-exam span{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.run-time{
    color: #61738D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.icon-time{
    width: 24px;
    height: 24px;
}
.d-time-action-exam{
    margin-top: 1rem;
}
@media only screen and (max-width: 600px) {
    .detail-header {
        height: 280px;
    }
    .name-test-schedule {
        height: 280px;
    }
    .name-test-schedule h1 {
        font-size: 21px;
    }
}
/*CSS Table*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .container-list-tabs {
        display: flex;
        justify-content: center;
    }

    .exam-information-section .title-exam-me {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .list-exams {
        margin-top: 25px;
    }

    .image-exam img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .info-exams {
        gap: 5px;
    }

    .exam-extend .text {
        font-size: 14px;
    }

    .exam-item .action {
        margin: 25px 0 16px;
        text-align: center;
    }

    .action-detail-exam {
        padding: 7px 20px;
        font-size: 14px;
    }

    .contact-info {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .description-content{
        margin-bottom: 32px;
    }
    .action-detail{
        border-left: unset;
        height: 110px;
    }
    .d-time-action-exam{
        justify-content: center;
    }
    .description-detail .exam-item{
        margin-bottom: 32px;
    }
    .detail-content .d-title-detail img{
        width: 56px;
    }
    .detail-content .d-title-detail .title-detail{
        width: 95%;
        padding-right: 60px;
    }
    .detail-content .d-title-detail .title-detail h4{
        font-size: 18px;
    }
    .description-detail .type-image-exam{
        width: 100%;
    }
    .footer {
        padding-top: 15px;
        gap: 16px;
    }

    .footer__logo {
        align-items: center;
        margin-bottom: 15px;
        gap: 32px;
    }

    .footer__logo img {
        width: 280px;
        height: auto;
    }

    .list-social-network {
        display: flex;
        justify-content: center;
    }

    .footer-bottom {
        padding: 24px 20px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 600px) and (max-width: 992px){
    .d-time-action-exam {
        margin-top: 0;
        justify-content: center;
    }
    .action-detail{
        height: unset;
        border-left: unset;
        border-top: 1px solid #f1f1f1;
        margin-top: 15px;
    }
    .action-exam{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }
}
.form-container {
    min-height: 40vh;
    max-width: 75%;
    margin: 0 auto;
}
.form-card {
    background-color: white;
    padding: 15px;
    border: 1px solid #ddd;
}
#HO-temp, #Center-temp {
    display: none;
}
#signature {
    max-height: 400px;

    background-position: left bottom;
    font-family: Roboto, sans-serif;
    padding: 30px;
    border-spacing: 0px;
    position: relative;
    display: block;
    color: rgb(255, 255, 255) !important;
}
#signature-name {
    font-weight: bold;

    color: #ffffff;

}
#signature-position, #signature-phone, #signature-email, #hotline, #address {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.2;
}
.error-message {
    color: red;
    font-size: 0.8em;
    margin-top: 2px;
    display: none;
}@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* vì là variable font */
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}
.signature-ho {
    background-image: url('/assets/images/bgr.png');
}

.signature-center {
    background-image: url('/assets/images/bgr.png');
}

.signature-wonder {
    background-image: url('/assets/images/bgr_mn.png');
}
/* Mặc định HO và Center (giữ màu trắng, font Work Sans) */
.signature-ho span, 
.signature-center span,
.signature-ho a, 
.signature-center a {
  color: white;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}

/* Mầm non (Wonder) có màu & font riêng) */
.signature-wonder span, 
.signature-wonder a {
  color: #2FC4CF; /* ví dụ: cam */
 font-family: "Work Sans", sans-serif;
  text-decoration: none;
}

/* style riêng cho mầm non */
.signature-wonder td,
.signature-wonder span,
.signature-wonder a {
  color: #2FC4CF !important;
}

.signature-wonder {
  padding-top: 22px !important;  
}

.signature-wonder #signature-name {
  margin-top: 0 !important;
  font-size: 28px !important;
  font-weight: 700px !important;
  padding-top: 0 !important;
  padding-left: 30px !important;
}

.signature-wonder #signature-position {
  padding-top: 10px !important;
  margin-top: 0 !important;
  font-size: 19px !important;
  padding-left: 30px !important;
  font-weight: normal !important;
}
.signature-wonder #signature-website {
  display: none !important;
   padding-left: 30px !important;
}
.signature-wonder #signature-phone{
       padding-left: 30px !important;
        font-weight: normal !important;
          font-size: 19px !important;
}
.signature-wonder #signature-email {
           padding-left: 30px !important;
        
          font-size: 19px !important;
        }

.signature-wonder #signature-email a{
          
           font-weight: normal !important;
          font-size: 19px !important;
        }