/* Begin: Dung cho cac trang khong can keo menu */
header.scrolled .header__top {
    display: none !important;
}
header#header {
    background: #fff;
}
.header--gradient .header__menu > .menu-item > .menu-link {
    color: #207d57;
}
img.logoFixed {
    display: block !important;
}
.header__main {
    padding-top: 20px !important;
    border-bottom: 1px solid #207d57;
}
.header__logo img.logoRelative {
    display: none;
}

.header.fixed .header__top {
    margin-top: 0px !important;
}

.header.fixed .header__main .header__tools {
    /* display: none !important; */
    margin-bottom: 16px;
}
/* End: Dung cho cac trang khong can keo menu */
.breadcrumbs {
    margin: 165px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    text-align: center;
    margin: 24px 0px 40px 0px;
}

.section-title h2,
h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--mLOGO, #207d57);
    line-height: normal;
}

.certificate-lookup-form-wrap {
    width: 600px;
    margin: 0 auto;
    padding: 0px 30px 40px;
}
.certificate-lookup-form {
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.certificate-lookup-form label {
    font-size: 18px;
    font-weight: 700;
}
.certificate-lookup-form input {
    width: 100%;
    padding: 15px 15px;
    border: none;
    background-color: #f3f4f6;
    color: #207d57;
    font-size: 1rem;
    outline: none;
    transition: background-color 0.3s;
    border-bottom: 2px solid #207d57;
    height: 50px;
}

.certificate-lookup-form input::placeholder {
    font-size: 16px;
    color: #c4c4c4;
    font-weight: 500;
}
.certificate-lookup-form button {
    width: 100%;
    padding: 10px;
    background-color: #207d57;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    letter-spacing: 1px;
}
.certificate-lookup-table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #000; /* viền ngoài đen */
}

.certificate-lookup-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #333;
    min-width: 900px;
}

.certificate-lookup-table thead td {
    font-weight: 600;
    /* background: #f8f8f8; */
    border: 1px solid #ccc;
    padding: 16px;
    white-space: nowrap;
    color: #333;
}

.certificate-lookup-table tbody td {
    border: 1px solid #ccc;
    padding: 16px;
    vertical-align: top;
    line-height: 1.4;
}

.certificate-lookup-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.certificate-lookup-table a svg {
    width: 26px;
    height: 26px;
    fill: #207d57;
}

/* --- Responsive --- */
@media (max-width: 1200px) {
    .section-title h1 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin: 90px 0px 10px 0px;
    }
    .section-title h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin: 90px 0px 10px 0px;
    }
    .section-title h1 {
        font-size: 20px;
    }
    .certificate-lookup-table {
        overflow-x: auto;
    }

    .certificate-lookup-table table {
        min-width: 700px;
    }
    .certificate-lookup-table table {
        font-size: 13px;
    }
    .certificate-lookup-form-wrap {
        width: 100%;
        padding: 18px 40px;
    }
    .certificate-lookup-form {
        gap: 15px;
    }
    .certificate-lookup-form label {
        font-size: 16px;
    }
    .certificate-lookup-form button {
        font-size: 16px;
        margin-top: 0px;
        padding: 10px 30px;
    }
    .section-title {
        margin: 24px 0px 24px 0px;
    }
}

@media (max-width: 576px) {
    .certificate-lookup-table table {
        font-size: 12.5px;
        min-width: 650px;
    }
    .certificate-lookup-form button {
        font-size: 14px;
        margin-top: 0px;
        padding: 8px 28px;
    }
    .certificate-lookup-form label {
        font-size: 14px;
    }
    .certificate-lookup-form input::placeholder {
        font-size: 16px;
    }
}
