
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

iframe {
    width: 100% !important;
}

.h-line {
    width: 150px;
    margin: 0 auto;
    height: 1.7px;
}

.banner .text h1 a {
    color: #000000;
}


a:active {
    color: #000000;
}

a {
    text-decoration: none;
}

#dashboard-menu {
    position: fixed;
    height: 100%;
}

.custom-alert {
    position: fixed;
    top: 80px;
    right: 25px;
}

.text-red {
    color: red;
}

.register-content {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.img-preview img {
    display: none;
}

.img-preview img.active {
    display: block;
    width: 100px;
    object-fit: cover;
}

.contact-email {
    font-size: 14px;
    color: #374151; /* xám đậm */
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-email span {
    font-weight: 500;
    color: #6b7280; /* label nhẹ hơn */
}

.contact-email a {
    color: #15803d; /* xanh hiện đại */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.contact-email a:hover {
    color: #15803d;
    text-decoration: underline;
}

#box-title-register-success {
    display: none;
    margin: 0 auto;
    margin-top: 40px;
}

#box-title-register {
    display: block;
}

#box-title-register a {
    text-decoration: none;
}

#box-title-register-success.active {
    display: block;
}

#register-content.inactive {
    display: none;
}

.banner {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.banner h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner .logo {
    width: 100px;
}

.banner .text p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.banner .text {
    padding-left: 10px;
}

.banner .logo img {
    width: 100%;
}

.btn-send-form .inactive {
    position: relative;
}

.btn-send-form .inactive:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-left-color: #61a1fe;
    animation: spin 1s linear infinite;
    right: 15px;
    top: 9px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu {
    display: flex;
}

.menu-item {
    margin-right: 0;
}

.menu_top .menu-item a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}


.bl_header {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    background-color: #e9ffea;
    padding-bottom: 10px;
}

.bg_truong {
    height: 120px;
    width: 500px;
}

.bg_truong img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.bl_header .menu {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

#section_855073435 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section {
    min-height: auto;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.col-inner h2, .col-inner h3 {
    font-size: 20px;
}

footer#footer {
    background: #e9ffea;
    color: #000000;
}

.absolute-footer {
    background-color: #5b5b5b;
}

.copyright-footer {
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

.menu_top li.active {
    background-color: #f1f1f1;
}

#col-525487658 .col-inner a {
    text-decoration: none;
    color: #000000;
}

.section-content .large-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.section-content .menu-item a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.two-column {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-top: 30px;
}

.result tbody, .result td, .result tfoot, .result th, .result thead, .result tr {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}

.student-info h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;

}

.page_content {
    min-height: 500px;
    background: #ffffff;
    padding: 30px;
    margin-top: 20px;
}

.page_content .wrapper {
    margin-top: 30px;
}

.bl_error {
    margin-top: 30px;
}

.p_dia_chi {
    text-align: center;
}

/* Style cho menu */
.menu_top {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.menu_mobile li.current-menu-item > a,
.menu_mobile li.current_page_item > a {
    color: #fff;
    background: #89dc33;
    font-weight: bold;
}

/* optional đẹp hơn */
.menu_mobile li.current-menu-item {
    border-left: 4px solid #0f4c81;
}

.menu_top li a {
    display: inline-block;
    background-color: #4e9e4d40;
    padding: 3px 8px;
    /*margin: 5px;*/
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 3px;
}
.menu_top li a.active {
    background: #cccccc;
}

.menu_top li a:hover {
    background-color: #ddd;
}

.menu_top li.hide-on-mobile {
    display: none;
}

/* Style cho icon mobile */
.mobile-icon {
    display: none;
    cursor: pointer;
}

.show-mobile-menu .menu {
    display: block;
}

@media only screen and (max-width: 600px) {
    .menu_top {
        flex-direction: column;
    }

    .menu_top li.hide-on-mobile {
        display: block;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-icon {
        display: block;
    }

    .show-mobile-menu {
        display: block;
    }

    .bg_truong {
        width: 100%;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .page_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-container {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    }

    .table-container table {
        width: 600px !important;
        border-collapse: collapse;
        white-space: nowrap;
    }

    .table-container table table td {
        width: 100px !important;
    }

    #row-1982555116 {
        display: block;
    }

    #col-525487658 {
        width: 100%;
        max-width: max-content;
    }

    .header {
        display: block;
    }

    .banner h1 {
        font-size: 15px;
    }

    .banner .logo {
        width: 70px;
    }

    .banner {
        margin-top: 0;
        padding-top: 20px;
        justify-content: space-between;
    }

    .header .menu {
        display: flex;
        padding-bottom: 10px;
    }

    .form_tra_cuu {
        display: block !important;
    }

    #student_id, #sdt_nguoi_dang_ky {
        width: 100% !important;
    }

    #sdt_nguoi_dang_ky {
        margin-top: 15px;
    }

    .form_tra_cuu .btn-outline-secondary {
        margin-top: 20px;
    }

    .two-column {
        display: block;
    }

    .p_dia_chi {
        text-align: left;
    }
    .stepper-item {
        font-size: 12px;
    }
}


.stepper-wrapper {
    font-family: Arial;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: #ffffff;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}

.profile-info .text-desc {
    max-width: 955px;
    margin: 0 auto;
}
.profile-info .text-desc p {
    margin-bottom: 8px;
}
.profile-info .qr-code {
    text-align: center;
}

.profile-info .qr-code img {
    width: 300px;
}

.profile-info .text_note {
    color: red;
}

.profile-info {
    max-width: 955px;
    margin: 0 auto;
}

.page-info-profile .container {
    max-width: 955px;
    margin: 0 auto;
    padding: 0;
}

#pdf-preview, #image-preview {
    margin-top: 20px;
}
#pdf-thumbnail {
    display: none;
    max-width: 100px;
    max-height: 120px;
}
canvas, .preview-image{
    width: 100px;
    height: 120px;
    object-fit: contain;
}

#preview2 img {
    width: 100px;
    height: 120px;
    object-fit: contain;
}

.icon-help {
    color: #0867ec;
    padding: 0 5px;
    border: 1px solid #0867ec;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.title.mb-1 {
    font-size: 14px;
}

.box_content p img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-custom {
    background: #dcebd9;
    margin-top: 0;
}

.footer-line {
    height: 3px;
    background: #138300;
    width: 100%;
}


.footer-inner {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1.2fr;
    gap: 80px;
    padding: 42px 0 34px;
}

.footer-col h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
}

.footer-col p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 14px;
}

.footer-menu li a {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-social {
    margin-top: 8px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-bottom {
    background: #666;
    text-align: center;
    padding: 12px 0;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

section.page-hero {
    text-align: center;
    padding: 55px 0;
    padding-bottom: 0;
}

.page-hero .page-title {
    font-weight: 500;
    margin-bottom: 0;
}

.page-hero p {
    margin-top: 15px;
}

#txam_dashboard .inside {
    margin: 0;
    padding: 12px;
}

.txam-dashboard-widget {
    display: block;
}

.txam-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.txam-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-left: 4px solid #2271b1;
    border-radius: 8px;
    padding: 12px 14px;
    box-sizing: border-box;
    min-height: 92px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.txam-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.txam-card__top .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #50575e;
    flex: 0 0 18px;
}

.txam-label {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #50575e;
    font-weight: 500;
}

.txam-value {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #1d2327;
}

.txam-card.is-blue { border-left-color: #2271b1; }
.txam-card.is-orange { border-left-color: #dba617; }
.txam-card.is-green { border-left-color: #00a32a; }
.txam-card.is-purple { border-left-color: #7e57c2; }
.txam-card.is-yellow { border-left-color: #dba617; }


.txam-public-lookup-page {
    padding: 48px 16px;
    background: #f6f8fb;
}

.txam-public-container {
    max-width: 980px;
    margin: 0 auto;
}

.txam-public-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 28px;
}

.txam-public-card--error {
    text-align: center;
}

.txam-public-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2f7;
}

.txam-public-card__head h1 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
}

.txam-public-card__head p {
    margin: 0;
    color: #475569;
    font-size: 15px;
}

.txam-public-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.txam-public-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.txam-public-item {
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fcfdff;
}

.txam-public-label {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 13px;
}

.txam-public-item strong {
    color: #0f172a;
    font-size: 16px;
}

.txam-public-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef2f7;
}

.txam-public-section h2 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #0f172a;
}

.txam-public-section p {
    margin: 0;
    color: #334155;
    line-height: 1.7;
}

.txam-public-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.txam-public-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: #0f62fe;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #0f62fe;
    transition: all 0.2s ease;
    cursor: pointer;
}

.txam-public-btn:hover {
    background: #0043ce;
    border-color: #0043ce;
    color: #fff;
}

.txam-public-btn--secondary {
    background: #fff;
    color: #0f172a;
    border-color: #cbd5e1;
}

.txam-public-btn--secondary:hover {
    background: #f8fafc;
    color: #0f172a;
}

.txam-success-public-link {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid #dbe7ff;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
    border-radius: 14px;
    text-align: left;
}

.txam-success-public-link__text {
    margin: 0 0 12px;
    color: #425466;
    line-height: 1.6;
    font-size: 15px;
}

.txam-success-public-link__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    background: #0f62fe;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #0f62fe;
    transition: all 0.2s ease;
}

.txam-success-public-link__btn:hover {
    background: #0043ce;
    border-color: #0043ce;
    color: #fff;
}

.txam-success-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.txam-success-meta__item {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.txam-success-meta__label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #64748b;
}

.txam-success-meta__value {
    display: block;
    font-size: 16px;
    color: #0f172a;
}


.copy_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f1f5f9;
    border-radius: 12px;
    padding: 10px 12px;
}

.copy_text {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.txam-copy-btn {
    border: none;
    background: #e2e8f0;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.txam-copy-btn:hover {
    background: #cbd5f5;
    transform: scale(1.05);
}

.txam-copy-feedback {
    margin-top: 6px;
    font-size: 12px;
    color: #16a34a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.txam-copy-feedback.show {
    opacity: 1;
}

.txam-success-icon svg {
    width: 56px;
    height: 56px;
    display: block;
}
/* Biến home-content thành block placeholder */
.home-hero .home-content {
    min-height: clamp(260px, 55vh, 520px);

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 40px 20px;
    margin-top: 20px;

    border-radius: 20px;

    background: linear-gradient(135deg, #f9fafb, #eef2ff);
    border: 1px solid #e5e7eb;

    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    margin-bottom: 20px;
}

/* Typography bên trong */
.home-hero .home-content h2 {
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 10px;
    color: #111827;
}

.home-hero .home-content p {
    font-size: clamp(14px, 1.2vw, 16px);
    color: #6b7280;
    max-width: 520px;
    margin: 0 auto;
}

.single-post-page {
    background: #f6f8fb;
    padding: 32px 0 64px;
}

.single-post-article.container,
.single-post-layout.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.single-post-layout.container {
   padding: 0;
}

.single-post-hero {
    margin-bottom: 28px;
}

.single-post-hero__inner {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e7edf5;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.single-post-meta-top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.single-post-category {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #175cd3;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.single-post-title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.2;
    color: #0f172a;
}

.single-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.single-post-meta__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-post-meta__author img {
    border-radius: 50%;
}

.single-post-meta__info {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.single-post-meta__label {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
}

.single-post-meta__value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.single-post-thumbnail {
    overflow: hidden;
    border-radius: 20px;
}

.single-post-thumbnail__img {
    display: block;
    width: 100%;
    height: auto;
}

.single-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.card-style {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.single-post-content-wrap {
    min-width: 0;
}

.single-post-content {
    padding: 32px;
}

.single-post-content p {
    margin: 0 0 18px;
    color: #334155;
    line-height: 1.9;
    font-size: 17px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin: 28px 0 14px;
    color: #0f172a;
    line-height: 1.35;
}
.menu_top li.current-menu-item > a,
.menu_top li.current_page_item > a {
    color: #000000;
    background: #dddddd;
}

.menu_top li.current-menu-item {
    border-bottom: 3px solid #dddddd;
    padding-bottom: 5px;
}
.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.single-post-content a {
    color: #175cd3;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 22px;
    margin-bottom: 18px;
    color: #334155;
    line-height: 1.8;
}

.single-post-footer {
    margin-top: 20px;
    padding: 24px 32px;
}

.post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    min-width: 0;
}

.post-navigation a {
    display: block;
    padding: 18px;
    border-radius: 16px;
    background: #f8fafc;
    text-decoration: none;
    border: 1px solid #e7edf5;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}

.post-navigation .nav-title {
    display: block;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.5;
}

.single-post-comments {
    margin-top: 20px;
    padding: 32px;
}

.single-post-sidebar {
    position: sticky;
    top: 24px;
}

.sidebar-widget {
    padding: 24px;
    margin-bottom: 20px;
}

.sidebar-widget h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #0f172a;
}

.sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-widget li + li {
    margin-top: 10px;
}

.sidebar-widget a {
    color: #334155;
    text-decoration: none;
    line-height: 1.6;
}

.sidebar-widget a:hover,
.single-post-category:hover,
.single-post-content a:hover {
    opacity: 0.85;
}

.mobile-icon {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    background: #198754;
    padding: 10px 0;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
}

.mobile-menu a:hover {
    background: rgba(255,255,255,0.1);
}

/* ACTIVE */
.mobile-menu.active {
    display: block;
}

.tx-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  cursor: zoom-in;
}

.tx-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.tx-gallery a {
  display: block;
}

.tx-gallery img {
  width: 100%;
  display: block;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}


/* RESPONSIVE */
@media (max-width: 991px) {
    .desktop-menu {
        display: none;
    }

    .mobile-icon {
        display: block;
    }
}

@media (max-width: 991px) {
    .single-post-layout {
        grid-template-columns: 1fr;
    }

    .single-post-sidebar {
        position: static;
    }

    .single-post-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .single-post-hero__inner,
    .single-post-content,
    .single-post-footer,
    .single-post-comments,
    .sidebar-widget {
        padding: 20px;
    }

    .single-post-title {
        font-size: 28px;
    }

    .post-navigation .nav-links {
        grid-template-columns: 1fr;
    }

    .single-post-content p {
        font-size: 16px;
    }
}
/* Mobile */
@media (max-width: 640px) {
    .home-hero .home-content {
        border-radius: 14px;
        padding: 24px 16px;
    }
}
@media (max-width: 768px) {
    .txam-success-meta {
        grid-template-columns: 1fr;
    }

    .txam-success-public-link {
        padding: 16px;
    }

    .txam-success-public-link__btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .txam-public-card {
        padding: 20px;
    }

    .txam-public-card__head {
        flex-direction: column;
    }

    .txam-public-grid {
        grid-template-columns: 1fr;
    }

    .txam-public-card__head h1 {
        font-size: 24px;
    }
}

@media (max-width: 782px) {
    .txam-dashboard-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 991px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px 0 24px;
    }

    .footer-custom .container {
        max-width: calc(100% - 30px);
    }
}

/* Tablet nhỏ */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* Tablet */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* Laptop */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Màn to */
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
