:root {
    --primary: #1255d9;
    --primary-dark: #0c348c;
    --orange: #ff7a18;
    --orange-dark: #f05a00;
    --text: #1b2a4a;
    --muted: #6b7791;
    --bg: #f5f8ff;
    --card: #ffffff;
    --border: #e6ecf7;
    --green: #16b364;
    --red: #ff4d4f;
    --shadow: 0 10px 28px rgba(15, 42, 88, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--bg);
    color: var(--text);
}

a {
    text-decoration: none;
}

.vmc-fa-circle-icon i {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

.hero {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 34px 34px;
    height: clamp(430px, 26.0417vw, 500px);
    min-height: 430px;
    max-height: 500px;
    background: #eef3fb;
}

.hero-bg-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg-slider .slider,
.hero-bg-slider .slick-list,
.hero-bg-slider .slick-track,
.hero-bg-slider .slick-slide,
.hero-bg-slider .slick-slide > div,
.hero-bg-slider .vmc-slide-link,
.hero-bg-slider .slide {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.hero-bg-slider .vmc-slide-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #eef3fb;
}

.hero-bg-slider .slide {
    display: block;
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #eef3fb;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(245, 248, 253, 0.94) 0%,
        rgba(245, 248, 253, 0.84) 26%,
        rgba(245, 248, 253, 0.38) 52%,
        rgba(15, 23, 42, 0.06) 100%
    );
}

.hero::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -112px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(122, 96, 70, 0.48);
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    min-height: 100%;
    padding-top: clamp(42px, 3.2vw, 58px) !important;
    padding-bottom: 54px !important;
}

.hero-content > .row {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.hero-content .col-lg-7 {
    max-width: 850px;
}

.hero-title {
    font-size: clamp(34px, 3.15vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    color: #132a63;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-desc {
    color: #253a70;
    font-weight: 800;
    font-size: 17px;
    margin-top: 18px !important;
}

.hero-content .row.g-3.mt-4 {
    margin-top: clamp(74px, 6.4vw, 108px) !important;
    transform: translateY(38px);
}

@media (min-width: 1000px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .desktop {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .hero {
        height: clamp(460px, 45vw, 560px);
        min-height: 460px;
        max-height: none;
    }

    .hero-content {
        padding-top: 34px !important;
        padding-bottom: 72px !important;
    }

    .hero-content .row.g-3.mt-4 {
        margin-top: 72px !important;
        transform: translateY(28px);
    }
}

@media (max-width: 991.98px) {
    .hero {
        height: clamp(560px, 92vw, 680px);
        min-height: 560px;
        border-radius: 0 0 24px 24px;
    }

    .hero-bg-slider .slide {
        background-position: center top !important;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(245, 248, 253, 0.98) 0%,
            rgba(245, 248, 253, 0.92) 35%,
            rgba(245, 248, 253, 0.72) 68%,
            rgba(245, 248, 253, 0.94) 100%
        );
    }

    .hero::after {
        display: none;
    }

    .hero-content {
        padding-top: 24px !important;
        padding-bottom: 92px !important;
    }

    .hero-title {
        font-size: clamp(27px, 7vw, 34px);
        line-height: 1.08;
        letter-spacing: -0.9px;
    }

    .hero-desc {
        font-size: 14px;
        margin-top: 12px !important;
    }

    .hero-content .row.g-3.mt-4 {
        margin-top: 60px !important;
        transform: translateY(18px);
    }
}

@media (max-width: 575.98px) {
    .hero {
        height: clamp(585px, 148vw, 660px);
        min-height: 585px;
        border-radius: 0 0 22px 22px;
    }

    .hero-content {
        padding-top: 20px !important;
        padding-bottom: 104px !important;
    }

    .hero-title {
        font-size: clamp(25px, 7.2vw, 30px);
    }

    .hero-desc {
        font-size: 13px;
    }

    .hero-content .row.g-3.mt-4 {
        margin-top: 58px !important;
        transform: translateY(12px);
    }
}

@media (max-width: 380px) {
    .hero {
        height: 600px;
        min-height: 600px;
    }

    .hero-content .row.g-3.mt-4 {
        margin-top: 48px !important;
        transform: translateY(8px);
    }
}

.action-card {
    border: 0;
    border-radius: 14px;
    color: white;
    padding: 26px 22px;
    min-height: 112px;
    width: 100%;
    box-shadow: 0 18px 34px rgba(15, 42, 88, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(15, 42, 88, 0.18);
}

.action-card.blue {
    background: linear-gradient(135deg, #1262e8 0%, #0c45c4 100%);
}

.action-card.orange {
    background: linear-gradient(135deg, #ff901c 0%, #f56500 100%);
}

.action-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 27px;
}

.action-card h4 {
    font-size: 24px !important;
    line-height: 1.15;
    white-space: normal;
}

.action-card .small {
    font-size: 14px;
}

.vmc-fa-circle-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.stat-strip {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 236, 247, 0.9);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 42, 88, 0.1);
    margin-top: -26px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

@media (min-width: 768px) {
    .stat-strip > [class*="col-"] {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .stat-strip > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 18px;
    min-height: 74px;
    border-right: none;
}

.stat-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #edf4ff;
    color: var(--primary);
    font-size: 17px;
}

.stat-number {
    font-size: 18px;
    font-weight: 900;
    color: #132a63;
    line-height: 1;
}

.stat-label {
    color: #6b7791;
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .stat-strip {
        margin-top: -38px;
    }

    .stat-item {
        border-bottom: 1px solid var(--border);
    }

    .stat-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .stat-strip {
        margin-top: -46px;
    }

    .stat-item {
        padding: 14px 12px;
    }

    .stat-number {
        font-size: 16px;
    }

    .stat-label {
        font-size: 11px;
    }
}

.section-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.section-header {
    padding: 18px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.section-title {
    font-size: 18px;
    font-weight: 900;
    color: #132a63;
    text-transform: uppercase;
    margin: 0;
}

.view-all {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.filter-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 20px 14px;
}

.filter-tab {
    white-space: nowrap;
    border: 1px solid #dce6f7;
    background: #f6f9ff;
    color: #53637f;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 12px;
}

.filter-tab.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.job-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 15px;
    height: 100%;
    transition: all 0.2s ease;
    background: #fff;
}

.job-card:hover {
    transform: translateY(-4px);
    border-color: #bcd0f6;
    box-shadow: 0 14px 28px rgba(18, 85, 217, 0.09);
}

.badge-hot,
.badge-new {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 26px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.badge-hot {
    color: #fff;
    background: linear-gradient(135deg, #ff2f2f 0%, #ff7a18 100%);
    box-shadow: 0 8px 20px rgba(255, 77, 79, 0.35);
    animation: vmcHotPulse 1.8s ease-in-out infinite;
}

.badge-hot::before {
    content: "\f06d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
}

.badge-new {
    color: #fff;
    /*background: linear-gradient(135deg, #1255d9 0%, #18a0fb 100%);*/
    background: var(--green);
    box-shadow: 0 8px 20px rgba(18, 85, 217, 0.28);
}

.badge-new::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9px;
}

@keyframes vmcHotPulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 8px 20px rgba(255, 77, 79, 0.35);
    }

    50% {
        transform: translateY(-1px);
        box-shadow: 0 11px 26px rgba(255, 77, 79, 0.55);
    }
}

.job-title {
    font-size: 16px;
    font-weight: 900;
    color: #162d65;
    margin: 8px 0 3px;
}

.job-title:hover {
    color: #0f4cc7;
    text-decoration: underline !important;
}

.company {
    color: #50617f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.job-meta {
    display: flex;
    gap: 7px;
    color: #53637f;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #d9e3f5;
    margin-top: 12px;
    padding-top: 12px;
}

.job-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-btn {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid #dbe6f8;
    background: #fff;
    color: var(--primary);
    font-weight: 900;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
}

.page-btn:hover:not(:disabled) {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.page-info {
    min-width: 92px;
    height: 38px;
    border-radius: 12px;
    background: #f4f8ff;
    border: 1px solid #dbe6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #243961;
    font-size: 13px;
    font-weight: 800;
}

.small-stat {
    color: #66758d;
    font-size: 12px;
    font-weight: 700;
}

.candidate-item {
    display: flex;
    gap: 12px;
    padding: 14px 20px;
    border-top: 1px solid var(--border);
}

.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #eef4ff;
}

.candidate-name {
    font-weight: 900;
    color: #132a63;
}

.candidate-name:hover {
    color: #0f4cc7;
    text-decoration: underline !important;
}

.candidate-job {
    color: #53637f;
    font-size: 13px;
    font-weight: 700;
}

.rating {
    color: #ffb020;
    font-size: 12px;
    font-weight: 900;
}

.mini-card {
    border: 1px solid var(--border);
    background: white;
    border-radius: 16px;
    padding: 14px;
    height: 100%;
}

.quick-signup-card {
    border-radius: 16px;
    padding: 18px;
    background: linear-gradient(135deg, #fff2e8, #ffffff);
    border: 1px solid #ffd9bf;
    height: 100%;
}

.quick-signup-card.blue {
    background: linear-gradient(135deg, #eef5ff, #ffffff);
    border-color: #bed3ff;
}

.vmc-category-section {
    display: flex;
}

.vmc-category-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top right, rgba(18, 85, 217, 0.16), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 122, 24, 0.14), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #fff7ef 100%);
}

.vmc-category-card::after {
    content: "";
    position: absolute;
    right: -76px;
    bottom: -92px;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.12);
    pointer-events: none;
}

.vmc-category-card > * {
    position: relative;
    z-index: 1;
}

.vmc-category-header {
    align-items: flex-start;
}

.vmc-category-body {
    flex: 1 1 auto;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.vmc-category-body.is-changing {
    opacity: 0.35;
    transform: translateY(8px);
    pointer-events: none;
}

.vmc-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* Desktop: 3 cột x 2 hàng = 6 mục/trang */
    gap: 12px;
}

.vmc-category-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 82px;
    padding: 13px 14px;
    border: 1px solid rgba(18, 85, 217, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    color: #17346f;
    box-shadow: 0 10px 22px rgba(15, 42, 88, 0.055);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vmc-category-item:hover {
    transform: translateY(-3px);
    border-color: #bcd0f6;
    background: #ffffff;
    color: var(--primary);
    box-shadow: 0 14px 28px rgba(18, 85, 217, 0.12);
}

.vmc-category-item-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef5ff, #ffffff);
    color: var(--primary);
    font-size: 16px;
    border: 1px solid #dce8ff;
}

.vmc-category-item-content {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vmc-category-item-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #132a63;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.vmc-category-item-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    max-width: 100%;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef5ff;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.vmc-category-item-arrow {
    color: var(--primary);
    font-size: 12px;
    opacity: 0.9;
}

.vmc-category-pagination {
    margin-top: auto;
    min-height: 54px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .vmc-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .vmc-category-grid {
        grid-template-columns: 1fr;
    }

    .vmc-category-item {
        min-height: 76px;
    }
}

.vmc-promote-job-btn {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
    border-color: var(--orange-dark) !important;
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(255, 122, 24, 0.18);
}

.vmc-promote-job-btn:hover,
.vmc-promote-job-btn:focus {
    background: linear-gradient(135deg, #ff8f2a, #e95400) !important;
    border-color: #e95400 !important;
    color: #fff !important;
    box-shadow: 0 14px 24px rgba(255, 122, 24, 0.26);
}

.vmc-promote-candidate-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
    border-color: var(--primary-dark) !important;
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(18, 85, 217, 0.18);
}

.vmc-promote-candidate-btn:hover,
.vmc-promote-candidate-btn:focus {
    background: linear-gradient(135deg, #1d6bff, #0b3fb0) !important;
    border-color: #0b3fb0 !important;
    color: #fff !important;
    box-shadow: 0 14px 24px rgba(18, 85, 217, 0.26);
}

.vmc-lower-row {
    align-items: stretch !important;
}

.vmc-lower-row > [class*="col-"] {
    display: flex;
    align-self: stretch !important;
}

.vmc-top-company-section > .section-card,
.vmc-zalo-section > .section-card {
    width: 100%;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.vmc-top-company-section .section-header {
    min-height: 74px;
    align-items: flex-start;
}

.vmc-top-company-grid {
    flex: 1 1 auto;
    min-height: 264px;
    align-content: flex-start;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.vmc-top-company-grid.is-changing {
    opacity: 0.35;
    transform: translateY(8px);
    pointer-events: none;
}

.vmc-top-company-grid > [class*="col-"] {
    display: flex;
}

.vmc-top-company-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 124px;
    min-height: 124px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 190, 80, 0.42);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 247, 232, 0.95), #fff 45%, rgba(238, 245, 255, 0.95));
    color: var(--text);
    box-shadow: 0 12px 26px rgba(15, 42, 88, 0.07);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vmc-top-company-card::after {
    content: "";
    position: absolute;
    top: -34px;
    right: -30px;
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: rgba(255, 183, 64, 0.2);
    pointer-events: none;
}

.vmc-top-company-card:hover {
    transform: translateY(-4px);
    border-color: #ffbf5b;
    box-shadow: 0 18px 34px rgba(18, 85, 217, 0.13);
    color: var(--text);
}

.vmc-top-company-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    object-fit: contain;
    border: 1px solid #edf2fb;
    background: #fff;
    padding: 7px;
    box-shadow: 0 8px 18px rgba(18, 85, 217, 0.08);
}

.vmc-top-company-info {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.vmc-top-company-featured {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    margin-bottom: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 176, 32, 0.16);
    color: #e46b00;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: nowrap;
}

.vmc-top-company-name,
.vmc-top-company-industry,
.vmc-top-company-jobs {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vmc-top-company-name {
    color: #132a63;
    font-size: 14px;
    font-weight: 900;
}

.vmc-top-company-industry {
    margin-top: 2px;
    color: #53637f;
    font-size: 12px;
    font-weight: 700;
}

.vmc-top-company-jobs {
    width: fit-content;
    max-width: 100%;
    margin-top: 6px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef5ff;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vmc-top-company-pagination {
    margin-top: auto;
    min-height: 54px;
    flex: 0 0 auto;
}

.vmc-top-company-section .vmc-top-company-grid > [class*="col-"] {
    min-height: 124px;
}

.vmc-top-company-section .vmc-top-company-card {
    height: 124px !important;
    min-height: 124px !important;
}

@media (max-width: 767.98px) {
    .vmc-top-company-grid {
        min-height: 0;
    }
}

@media (max-width: 991px) {

    .stat-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .stat-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 575px) {
    .hero {
        border-radius: 0 0 20px 20px;
    }

    .section-title {
        font-size: 15px;
    }

    .candidate-item {
        padding: 14px;
    }
}

.vmc-page { background: var(--bg); color: var(--text); min-height: 100vh; font-family: "Inter", sans-serif; }
.vmc-page .fw-black { font-weight: 900 !important; }
.vmc-page .text-orange { color: var(--orange) !important; }

.vmc-page .action-card { text-decoration: none; }

.vmc-lower-row {
    align-items: stretch !important;
}

.vmc-lower-row > [class*="col-"] {
    display: flex;
    align-self: stretch !important;
}

.vmc-zalo-section {
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
}

.vmc-zalo-section > .section-card {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
}

.vmc-zalo-section .row {
    align-items: flex-start !important;
}

.vmc-zalo-section .mini-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding-bottom: 14px !important;
}

.vmc-zalo-section .vmc-zalo-pagination {
    position: static !important;
    margin-top: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: none !important;
}
.vmc-zalo-subtitle {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

.vmc-zalo-grid {
    align-items: stretch !important;
}

.vmc-zalo-grid > [class*="col-"] {
    display: flex;
}

.vmc-zalo-group-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    height: 128px !important;
    min-height: 128px;
    max-height: 128px;
    padding: 16px !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vmc-zalo-group-card:hover {
    transform: translateY(-3px);
    border-color: #bcd0f6;
    box-shadow: 0 14px 28px rgba(18, 85, 217, 0.09);
}

.vmc-zalo-group-img {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    padding: 8px;
    border-radius: 14px;
    background: #eef6ff;
    object-fit: contain;
    align-self: center;
    flex: 0 0 54px !important;
}

.vmc-zalo-group-content {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 96px;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.vmc-zalo-group-name {
    width: 100%;
    min-height: 40px;
    color: #132a63;
    font-size: 16px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.vmc-zalo-group-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 22px;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.vmc-zalo-group-tag.tag-company {
    background: #fff3e8;
    color: #f05a00;
}

.vmc-zalo-group-tag.tag-candidate {
    background: #eef5ff;
    color: #1255d9;
}

.vmc-zalo-join-btn {
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1.2;
}

@media (max-width: 575.98px) {
    .vmc-zalo-group-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        height: 126px !important;
        min-height: 126px;
        max-height: 126px;
        padding: 14px !important;
        gap: 12px !important;
    }

    .vmc-zalo-group-img {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        flex-basis: 50px !important;
    }

    .vmc-zalo-group-name {
        font-size: 15px;
    }
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    width: 100% !important;
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    padding: 16px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    flex: 0 0 54px !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: #eef6ff !important;
    object-fit: contain !important;
    align-self: center !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
    width: 100% !important;
    min-height: 0 !important;
    margin-bottom: 7px !important;
    color: #132a63 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag {
    margin: 0 0 8px 0 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
    margin-top: 0 !important;
}

@media (max-width: 575.98px) {
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        height: 122px !important;
        min-height: 122px !important;
        max-height: 122px !important;
        padding: 14px !important;
        gap: 12px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        flex-basis: 50px !important;
    }
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
    height: auto !important;
    min-height: 148px !important;
    max-height: none !important;
    padding: 16px !important;
    overflow: visible !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
    height: auto !important;
    min-height: 116px !important;
    justify-content: center !important;
    overflow: visible !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
    min-height: 40px !important;
    margin-bottom: 6px !important;
    line-height: 1.28 !important;
    overflow: hidden !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag {
    margin-bottom: 8px !important;
    line-height: 1.25 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 575.98px) {
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        min-height: 148px !important;
        max-height: none !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
        min-height: 116px !important;
    }
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    height: 110px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    padding: 14px 16px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    flex: 0 0 54px !important;
    padding: 8px !important;
    border-radius: 13px !important;
    background: #eef6ff !important;
    object-fit: contain !important;
    align-self: center !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    overflow: hidden !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 4px 0 !important;
    color: #132a63 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: left !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    min-height: 0 !important;
    margin: 0 0 6px 0 !important;
    padding: 2px 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag.tag-company {
    background: #fff3e8 !important;
    color: #f05a00 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag.tag-candidate {
    background: #eef5ff !important;
    color: #1255d9 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 88px !important;
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

@media (max-width: 575.98px) {
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        height: 108px !important;
        min-height: 108px !important;
        max-height: 108px !important;
        padding: 12px 14px !important;
        gap: 12px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        flex-basis: 50px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
        font-size: 14px !important;
        line-height: 1.22 !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
        min-width: 84px !important;
        height: 29px !important;
        min-height: 29px !important;
        font-size: 13px !important;
    }
}

.min-w-0 {
    min-width: 0;
}

#employers {
    clear: both;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

#employers .section-card,
#employers .quick-signup-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.vmc-page {
    overflow-x: hidden;
}

.vmc-page img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: clamp(30px, 3.4vw, 42px);
    }

    .section-header {
        padding: 16px 16px 8px;
    }

    .filter-tabs {
        padding: 0 16px 12px;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        padding-top: 32px !important;
        padding-bottom: 64px !important;
    }

    .action-card {
        padding: 20px 18px;
        min-height: 96px;
    }

    .action-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {
    .action-card {
        padding: 18px 16px;
    }

    .action-card h4 {
        font-size: 20px !important;
    }

    .section-header {
        flex-wrap: wrap;
        row-gap: 6px;
    }

    .job-card,
    .mini-card,
    .quick-signup-card {
        padding: 14px;
    }

    .candidate-item {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
        letter-spacing: -0.8px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .action-card {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .stat-item {
        padding: 12px 10px;
    }

    .page-btn,
    .page-info {
        height: 36px;
    }

    .page-btn {
        width: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vmc-page .action-card,
    .vmc-page .job-card,
    .vmc-page .page-btn {
        transition: none !important;
    }
}

.vmc-page,
.vmc-page .container-fluid,
.vmc-page [class*="vmc-"][class*="-section"] {
    max-width: 100%;
}

.vmc-page .row {
    --bs-gutter-x: 1.5rem;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .vmc-page .section-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vmc-page .job-card {
        padding: 13px;
    }

    .vmc-page .job-title {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .vmc-page .vmc-job-section .vmc-job-grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .vmc-page .hero-content .col-lg-7 {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .vmc-page .section-title {
        font-size: 16px;
    }

    .vmc-page .filter-tabs {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .vmc-page .filter-tabs::-webkit-scrollbar {
        display: none;
    }

    .vmc-page .vmc-category-section .vmc-category-card,
    .vmc-page .vmc-candidate-section .candidate-item {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .vmc-page .row > [class*="col-"] {
        margin-bottom: 0;
    }

    .vmc-page .section-header {
        padding: 14px 14px 8px;
    }

    .vmc-page .section-title {
        font-size: 15px;
        line-height: 1.3;
    }

    .vmc-page .view-all {
        font-size: 12px;
    }

    .vmc-page .vmc-job-section .vmc-job-grid > [class*="col-"],
    .vmc-page .vmc-category-section .vmc-category-card,
    .vmc-page .stat-strip > [class*="col-"] {
        width: 100%;
    }

    .vmc-page .hero-title {
        letter-spacing: -0.6px;
    }

    .vmc-page .stat-item {
        min-height: 64px;
    }

    .vmc-page .job-pagination,
    .vmc-page .vmc-zalo-pagination {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .vmc-page .section-header {
        flex-wrap: wrap;
        row-gap: 4px;
        padding: 12px 12px 6px;
    }

    .vmc-page .stat-number {
        font-size: 15px;
    }

    .vmc-page .stat-label {
        font-size: 10px;
    }

    .vmc-page .stat-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 15px;
    }

    .vmc-page .job-meta {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .vmc-page .filter-tab {
        font-size: 11px;
        padding: 6px 10px;
    }

    .vmc-page .avatar {
        width: 46px;
        height: 46px;
    }

    .vmc-page .page-info {
        min-width: 78px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .vmc-page .hero-title {
        font-size: 23px;
    }

    .vmc-page .action-card h4 {
        font-size: 18px !important;
    }

    .vmc-page .stat-item {
        gap: 8px;
        padding: 10px 8px;
    }
}

.vmc-zalo-section .vmc-zalo-grid > [class*="col-"] {
    display: flex !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    height: 124px !important;
    min-height: 124px !important;
    max-height: none !important;
    padding: 12px 16px !important;
    overflow: hidden !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    flex: 0 0 54px !important;
    align-self: center !important;
    object-fit: contain !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: none !important;
    padding-bottom: 34px !important;
    overflow: visible !important;
    text-align: left !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 800 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: left !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin: 3px 0 0 !important;
    padding: 2px 8px !important;
    border-radius: 999px !important;
    line-height: 14px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag.tag-company {
    background: #fff1e6 !important;
    color: #f05a00 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-tag.tag-candidate {
    background: #eaf3ff !important;
    color: #1255d9 !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    min-width: 86px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 575.98px) {
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        height: 122px !important;
        min-height: 122px !important;
        padding: 12px 14px !important;
        gap: 12px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-img {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        flex-basis: 50px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-content {
        height: 94px !important;
        min-height: 94px !important;
        padding-bottom: 33px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-name {
        max-height: 40px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn {
        min-width: 84px !important;
        height: 29px !important;
        min-height: 29px !important;
        max-height: 29px !important;
        font-size: 13px !important;
        line-height: 19px !important;
    }
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn,
.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn:visited {
    background: #ffffff !important;
    border: 1px solid #1255d9 !important;
    color: #1255d9 !important;
    box-shadow: none !important;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn:hover,
.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-join-btn:focus {
    background: #1255d9 !important;
    border-color: #1255d9 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.vmc-zalo-section > .section-card {
    padding-bottom: 6px !important;
}

.vmc-zalo-section .vmc-zalo-pagination {
    margin-top: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 11px !important;
}

.vmc-zalo-section .vmc-zalo-grid {
    padding-bottom: 2px !important;
}

@media (max-width: 575.98px) {
    .vmc-zalo-section > .section-card {
        padding-bottom: 5px !important;
    }

    .vmc-zalo-section .vmc-zalo-pagination {
        margin-top: 11px !important;
        padding-bottom: 9px !important;
    }
}

.vmc-zalo-section .vmc-zalo-grid {
    transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
    will-change: opacity, transform;
}

.vmc-zalo-section .vmc-zalo-grid.is-changing {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(1px);
    pointer-events: none;
}

.vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
    animation: vmcZaloCardIn 0.34s ease both;
}

.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(1) .vmc-zalo-group-card { animation-delay: 0.02s; }
.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(2) .vmc-zalo-group-card { animation-delay: 0.05s; }
.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(3) .vmc-zalo-group-card { animation-delay: 0.08s; }
.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(4) .vmc-zalo-group-card { animation-delay: 0.11s; }
.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(5) .vmc-zalo-group-card { animation-delay: 0.14s; }
.vmc-zalo-section .vmc-zalo-grid > [class*="col-"]:nth-child(6) .vmc-zalo-group-card { animation-delay: 0.17s; }

@keyframes vmcZaloCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vmc-zalo-section .vmc-zalo-grid,
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        transition: none !important;
        animation: none !important;
        filter: none !important;
        transform: none !important;
    }
}

.vmc-top-content-row {
    align-items: flex-start !important;
}

.vmc-top-content-row > [class*="col-"] {
    align-self: flex-start !important;
}

#jobs,
#candidates {
    height: auto !important;
    min-height: 0 !important;
}

#jobs > .section-card,
#candidates > .section-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

#candidates .section-card {
    display: block !important;
}

.vmc-top-content-row,
.vmc-lower-row {
    align-items: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.vmc-top-content-row > [class*="col-"],
.vmc-lower-row > [class*="col-"] {
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.vmc-top-content-row .section-card,
.vmc-lower-row .section-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.vmc-top-content-row + .vmc-lower-row {
    margin-top: 16px !important;
}

@media (min-width: 1200px) {
    .vmc-top-content-row {
        display: grid !important;
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr) !important;
        column-gap: 24px !important;
        row-gap: 24px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vmc-top-content-row > [class*="col-"] {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.vmc-page.vmc-layout-ready [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.vmc-job-bookmark {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #6b7791;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.vmc-job-bookmark:hover {
    color: var(--primary);
    transform: translateY(-1px);
}

.vmc-job-bookmark .fa-solid {
    color: var(--primary);
}

.vmc-job-section {
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
}

.vmc-job-section > .section-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
}

.vmc-job-grid {
    align-items: stretch !important;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.vmc-job-grid.is-changing {
    opacity: 0.15;
    transform: none !important;
    pointer-events: none;
}

.vmc-job-grid > [class*="col-"] {
    display: flex;
}

.vmc-job-grid .job-card {
    width: 100%;
}

.vmc-job-section .filter-tab {
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.vmc-job-section .filter-tab:hover {
    transform: translateY(-1px);
}

.vmc-job-section .filter-tab.active {
    box-shadow: 0 8px 16px rgba(18, 85, 217, 0.16);
}

.vmc-job-section .vmc-job-grid {
    transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
    will-change: opacity, transform;
}

.vmc-job-section .vmc-job-grid.is-changing {
    opacity: 0;
    transform: none !important;
    filter: none !important;
    pointer-events: none;
}

.vmc-job-section .vmc-job-grid .job-card {
    animation: vmcJobCardIn 0.34s ease both;
}

.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(1) .job-card { animation-delay: 0.02s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(2) .job-card { animation-delay: 0.05s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(3) .job-card { animation-delay: 0.08s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(4) .job-card { animation-delay: 0.11s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(5) .job-card { animation-delay: 0.14s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(6) .job-card { animation-delay: 0.17s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(7) .job-card { animation-delay: 0.20s; }
.vmc-job-section .vmc-job-grid > [class*="col-"]:nth-child(8) .job-card { animation-delay: 0.23s; }

@keyframes vmcJobCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vmc-job-section .filter-tab,
    .vmc-job-section .vmc-job-grid,
    .vmc-job-section .vmc-job-grid .job-card {
        transition: none !important;
        animation: none !important;
        filter: none !important;
        transform: none !important;
    }
}

.vmc-job-pagination {
    position: static !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
}

.vmc-job-section .vmc-job-grid {
    align-items: stretch !important;
}

.vmc-job-section .vmc-job-grid > [class*="col-"] {
    display: flex !important;
}

.vmc-job-section .vmc-job-grid .job-card {
    width: 100% !important;
    height: 258px !important;
    min-height: 258px !important;
    max-height: 258px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 15px !important;
    overflow: hidden !important;
}

.vmc-job-section .vmc-job-grid .job-card > .d-flex:first-child {
    min-height: 28px !important;
    flex: 0 0 auto !important;
}

.vmc-job-section .vmc-job-grid .job-title {
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 8px 0 4px !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word !important;
}

.vmc-job-section .vmc-job-grid .company {
    min-height: 36px !important;
    max-height: 36px !important;
    margin-bottom: 10px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word !important;
}

.vmc-job-section .vmc-job-grid .job-meta {
    min-height: 18px !important;
    max-height: 18px !important;
    margin-bottom: 7px !important;
    overflow: hidden !important;
}

.vmc-job-section .vmc-job-grid .job-meta span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.vmc-job-section .vmc-job-grid .job-footer {
    margin-top: auto !important;
    padding-top: 12px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

.vmc-job-section .vmc-job-grid .vmc-job-apply-btn,
.vmc-job-section .vmc-job-grid .vmc-job-apply-btn:visited {
    background: #ffffff !important;
    border: 1px solid #1255d9 !important;
    color: #1255d9 !important;
    box-shadow: none !important;
    width: auto !important;
    min-width: 86px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

.vmc-job-section .vmc-job-grid .vmc-job-apply-btn:hover,
.vmc-job-section .vmc-job-grid .vmc-job-apply-btn:focus {
    background: #1255d9 !important;
    border-color: #1255d9 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.vmc-job-section .vmc-job-grid .small-stat {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

@media (max-width: 575.98px) {
    .vmc-job-section .vmc-job-grid .job-card {
        height: 246px !important;
        min-height: 246px !important;
        max-height: 246px !important;
    }

    .vmc-job-section .vmc-job-grid .job-title {
        min-height: 40px !important;
        max-height: 40px !important;
        font-size: 15px !important;
    }

    .vmc-job-section .vmc-job-grid .company {
        min-height: 34px !important;
        max-height: 34px !important;
    }

    .vmc-job-section .vmc-job-grid .vmc-job-apply-btn {
        min-width: 84px !important;
        height: 29px !important;
        min-height: 29px !important;
        max-height: 29px !important;
        font-size: 13px !important;
        line-height: 19px !important;
    }
}

@media (min-width: 1200px) {
    .vmc-job-section .vmc-job-grid {
        min-height: 552px !important;
        height: auto !important;
        align-content: flex-start !important;
        overflow: visible !important;
        padding-bottom: 18px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .vmc-job-section .vmc-job-grid {
        min-height: 1080px !important;
        height: auto !important;
        align-content: flex-start !important;
        overflow: visible !important;
        padding-bottom: 18px !important;
    }
}

.vmc-job-section .vmc-job-grid > [class*="col-"] {
    align-self: flex-start !important;
}

.vmc-job-section .vmc-job-pagination {
    position: relative !important;
    z-index: 1 !important;
    min-height: 70px !important;
    margin-top: 18px !important;
    padding-top: 12px !important;
    padding-bottom: 20px !important;
    background: #fff !important;
}

#candidates .section-card {
    overflow: hidden;
}

#candidates .candidate-item {
    min-height: 92px;
    align-items: center;
    transition: background 0.2s ease;
}

#candidates .candidate-item:hover {
    background: #f8fbff;
}

#candidates .candidate-name,
#candidates .candidate-job,
#candidates .small-stat,
#candidates .small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#candidates.vmc-candidate-section {
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
}

#candidates.vmc-candidate-section > .section-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: auto !important;
    max-height: none !important;
}

#candidates .vmc-candidate-list {
    transition: opacity 0.28s ease;
    will-change: opacity;
}

#candidates .vmc-candidate-list.is-changing {
    opacity: 0;
    pointer-events: none;
}

#candidates .candidate-item {
    min-height: 92px !important;
    max-height: 92px !important;
    overflow: hidden !important;
}

#candidates .candidate-item .avatar {
    flex: 0 0 54px !important;
}

#candidates .vmc-candidate-pagination {
    margin-top: auto !important;
    min-height: 70px !important;
    padding-top: 12px !important;
    padding-bottom: 20px !important;
    background: #fff !important;
}

@media (min-width: 1200px) {
    #candidates.vmc-candidate-section > .section-card {
        min-height: 712px !important;
    }

    #candidates .vmc-candidate-list {
        min-height: 552px !important;
        height: 552px !important;
        overflow: hidden !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #candidates .vmc-candidate-list {
        min-height: 460px !important;
        overflow: hidden !important;
    }
}

@media (min-width: 1200px) {
    .vmc-top-content-row {
        align-items: stretch !important;
    }

    .vmc-top-content-row > .vmc-job-section,
    .vmc-top-content-row > .vmc-candidate-section {
        align-self: stretch !important;
        display: flex !important;
        min-height: 724px !important;
    }

    .vmc-top-content-row > .vmc-job-section > .section-card,
    .vmc-top-content-row > .vmc-candidate-section > .section-card,
    #jobs.vmc-job-section > .section-card,
    #candidates.vmc-candidate-section > .section-card {
        display: flex !important;
        flex-direction: column !important;
        height: 724px !important;
        min-height: 724px !important;
        max-height: 724px !important;
        overflow: hidden !important;
    }

    #jobs.vmc-job-section .vmc-job-grid {
        height: 552px !important;
        min-height: 552px !important;
        max-height: 552px !important;
        overflow: visible !important;
        padding-bottom: 18px !important;
    }

    #candidates.vmc-candidate-section .vmc-candidate-list {
        height: 552px !important;
        min-height: 552px !important;
        max-height: 552px !important;
        overflow: hidden !important;
    }

    #jobs.vmc-job-section .vmc-job-pagination,
    #candidates.vmc-candidate-section .vmc-candidate-pagination {
        margin-top: auto !important;
        min-height: 70px !important;
        padding-top: 12px !important;
        padding-bottom: 20px !important;
        flex: 0 0 70px !important;
    }
}

@media (min-width: 1200px) {
    .vmc-top-content-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
        margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5) !important;
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5) !important;
    }

    .vmc-top-content-row > .vmc-job-section,
    .vmc-top-content-row > .vmc-candidate-section {
        flex: 0 0 auto !important;
        display: flex !important;
        align-self: stretch !important;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
        min-height: 724px !important;
    }

    .vmc-top-content-row > .vmc-job-section {
        width: 66.66666667% !important;
        max-width: 66.66666667% !important;
    }

    .vmc-top-content-row > .vmc-candidate-section {
        width: 33.33333333% !important;
        max-width: 33.33333333% !important;
    }

    #jobs.vmc-job-section > .section-card,
    #candidates.vmc-candidate-section > .section-card {
        width: 100% !important;
        height: 724px !important;
        min-height: 724px !important;
        max-height: 724px !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }

    #jobs.vmc-job-section .vmc-job-grid {
        height: 552px !important;
        min-height: 552px !important;
        max-height: 552px !important;
        overflow: visible !important;
        align-content: flex-start !important;
    }

    #candidates.vmc-candidate-section .vmc-candidate-list {
        height: 552px !important;
        min-height: 552px !important;
        max-height: 552px !important;
        overflow: hidden !important;
    }

    #jobs.vmc-job-section .vmc-job-pagination,
    #candidates.vmc-candidate-section .vmc-candidate-pagination {
        margin-top: auto !important;
        min-height: 70px !important;
        flex: 0 0 70px !important;
    }
}

@media (min-width: 1200px) {
    .vmc-lower-row {
        display: flex !important;
        align-items: stretch !important;
        height: auto !important;
    }

    .vmc-lower-row > [class*="col-"] {
        display: flex !important;
        align-self: stretch !important;
        height: auto !important;
    }

    .vmc-top-company-section > .section-card,
    .vmc-zalo-section > .section-card {
        width: 100% !important;
        min-height: 408px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .vmc-top-company-grid {
        flex: 1 1 auto !important;
        min-height: 264px !important;
        align-content: flex-start !important;
    }

    .vmc-zalo-grid {
        flex: 1 1 auto !important;
        min-height: 264px !important;
        align-content: flex-start !important;
    }

    .vmc-top-company-pagination,
    .vmc-zalo-pagination {
        margin-top: auto !important;
        min-height: 54px !important;
        flex: 0 0 auto !important;
    }

    .vmc-top-company-card,
    .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        height: 124px !important;
        min-height: 124px !important;
        max-height: 124px !important;
    }
}

.vmc-category-card {
    background: #fff !important;
}

.vmc-category-card::after {
    display: none !important;
}

#promotion .section-card,
#price .section-card {
    display: flex !important;
    flex-direction: column !important;
}

#promotion .section-card > .row,
#price .section-card > .row {
    flex: 1 1 auto !important;
    align-items: stretch !important;
}

#promotion .section-card > .row > [class*="col-"],
#price .section-card > .row > [class*="col-"] {
    display: flex !important;
}

#promotion .ad-card,
#price .ad-card {
    width: 100% !important;
    height: 100% !important;
    min-height: 174px;
    display: flex !important;
    flex-direction: column !important;
}

#promotion .ad-card .btn,
#price .ad-card .btn {
    margin-top: auto !important;
}

.vmc-candidate-name-row {
    display: flex;
    align-items: center;
    min-width: 0;
}

.vmc-candidate-name-row .candidate-name {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vmc-candidate-role-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding-right: 18px;
}

.vmc-candidate-role-row .candidate-job {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vmc-candidate-online {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.vmc-candidate-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 3px rgba(22, 179, 100, 0.15);
}

/* ===== VMC HERO BANNER FINAL POSITION FIX =====
   Desktop: fill the banner area horizontally to remove the empty side gutters.
   CTA buttons are shifted lower without moving the title/subtitle. */
@media (min-width: 1000px) {
    .vmc-page .hero-bg-slider .slide {
        background-size: 100% 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .vmc-page .hero-content .row.g-3.mt-4 {
        margin-top: clamp(82px, 6.8vw, 118px) !important;
        transform: translateY(42px) !important;
    }
}

@media (max-width: 999.98px) {
    .vmc-page .hero-bg-slider .slide {
        background-size: 100% 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}

/* ===== SMALL LAPTOP HERO FIX =====
   Áp dụng cho màn laptop nhỏ hơn: tránh CTA bị tụt xuống và bị stat strip che. */
@media (min-width: 1000px) and (max-width: 1599.98px) {
    .vmc-page .hero {
        height: clamp(390px, 28vw, 440px) !important;
        min-height: 390px !important;
        max-height: 440px !important;
    }

    .vmc-page .hero-content {
        padding-top: clamp(34px, 2.6vw, 44px) !important;
        padding-bottom: 46px !important;
    }

    .vmc-page .hero-title {
        font-size: clamp(34px, 3.25vw, 46px) !important;
        line-height: 1.08 !important;
    }

    .vmc-page .hero-desc {
        margin-top: 16px !important;
    }

    .vmc-page .hero-content .row.g-3.mt-4 {
        margin-top: clamp(44px, 4.2vw, 64px) !important;
        transform: translateY(0) !important;
    }

    .vmc-page .action-card {
        min-height: 96px !important;
        padding: 20px 20px !important;
        border-radius: 13px !important;
    }

    .vmc-page .action-icon {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        border-radius: 14px !important;
        font-size: 23px !important;
    }

    .vmc-page .action-card h4 {
        font-size: 22px !important;
        line-height: 1.12 !important;
    }

    .vmc-page .action-card .small {
        font-size: 13px !important;
    }

    .vmc-page .stat-strip {
        margin-top: -18px !important;
    }
}

/* ===== MOBILE HERO FINAL: ảnh rõ, nút gọn ngang hàng =====
   Chỉ áp dụng cho điện thoại, không ảnh hưởng tablet/desktop. */
@media (max-width: 575.98px) {
    .vmc-page .hero {
        height: 520px !important;
        min-height: 520px !important;
        max-height: 520px !important;
        border-radius: 0 0 20px 20px !important;
        background: #eef3fb !important;
    }

    .vmc-page .hero-bg-slider,
    .vmc-page .hero-bg-slider .slider,
    .vmc-page .hero-bg-slider .slick-list,
    .vmc-page .hero-bg-slider .slick-track,
    .vmc-page .hero-bg-slider .slick-slide,
    .vmc-page .hero-bg-slider .slick-slide > div,
    .vmc-page .hero-bg-slider .vmc-slide-link,
    .vmc-page .hero-bg-slider .slide {
        height: 520px !important;
        min-height: 520px !important;
        max-height: 520px !important;
    }

    /* Ảnh mobile 1080x900: hiển thị theo chiều ngang, không zoom/crop. */
    .vmc-page .hero-bg-slider .slide {
        background-size: 100% auto !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-color: #eef3fb !important;
    }

    /* Giữ mờ rất nhẹ để chữ đọc được nhưng ảnh vẫn rõ. */
    .vmc-page .hero-overlay {
        display: block !important;
        background: linear-gradient(
            180deg,
            rgba(245, 248, 253, 0.28) 0%,
            rgba(245, 248, 253, 0.18) 36%,
            rgba(245, 248, 253, 0.10) 62%,
            rgba(245, 248, 253, 0.34) 100%
        ) !important;
    }

    .vmc-page .hero::after {
        display: none !important;
    }

    .vmc-page .hero-content {
        height: 520px !important;
        min-height: 520px !important;
        max-height: 520px !important;
        padding: 108px 20px 88px !important;
    }

    .vmc-page .hero-content > .row {
        height: 100% !important;
        align-items: flex-start !important;
    }

    .vmc-page .hero-content .col-lg-7 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vmc-page .hero-title {
        max-width: 92% !important;
        font-size: 23px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.8px !important;
        color: #132a63 !important;
        text-shadow: 0 1px 4px rgba(255, 255, 255, 0.58) !important;
    }

    .vmc-page .hero-desc {
        max-width: 92% !important;
        margin-top: 10px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        color: #253a70 !important;
        text-shadow: 0 1px 4px rgba(255, 255, 255, 0.58) !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Hai nút nằm ngang, nhỏ gọn, không xuống dòng. */
    .vmc-page .hero-content .row.g-3.mt-4 {
        position: absolute !important;
        left: 20px !important;
        right: 20px !important;
        bottom: 78px !important;
        width: auto !important;
        margin: 0 !important;
        transform: none !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }

    .vmc-page .hero-content .row.g-3.mt-4 > [class*="col-"] {
        width: calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        flex: 0 0 calc(50% - 4px) !important;
        padding: 0 !important;
    }

    .vmc-page .action-card {
        min-height: 70px !important;
        height: 70px !important;
        padding: 10px 9px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        overflow: hidden !important;
        box-shadow: 0 12px 26px rgba(15, 42, 88, 0.15) !important;
    }

    .vmc-page .action-card > .d-flex {
        min-width: 0 !important;
        width: 100% !important;
        gap: 7px !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .vmc-page .action-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }

    .vmc-page .action-card h4 {
        max-width: 100% !important;
        margin: 0 0 2px !important;
        font-size: 13px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vmc-page .action-card .small {
        max-width: 100% !important;
        font-size: 9.5px !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        opacity: 0.9 !important;
    }

    .vmc-page .vmc-fa-circle-icon {
        display: none !important;
    }

    .vmc-page .stat-strip {
        margin-top: -28px !important;
        border-radius: 12px !important;
    }
}

.vmc-quick-post-card {
    overflow: hidden;
    position: relative;
}

.vmc-quick-posts-row > [class*="col-"] {
    display: flex;
}

.vmc-quick-posts-row .vmc-quick-post-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.vmc-quick-posts-row .vmc-quick-post-list {
    flex: 1 1 auto;
    align-content: flex-start;
    min-height: var(--vmc-quick-list-min-height, 560px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.vmc-quick-posts-row .vmc-quick-post-list.is-changing {
    opacity: 0.42;
    transform: translateY(6px);
    pointer-events: none;
}

.vmc-quick-post-item[hidden],
.vmc-quick-post-pagination[hidden] {
    display: none !important;
}

.vmc-quick-post-pagination {
    margin-top: auto;
}

.vmc-quick-post-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    pointer-events: none;
}

.vmc-quick-post-card-employer::before {
    background: linear-gradient(90deg, var(--orange), #ffc085);
}

.vmc-quick-post-card-candidate::before {
    background: linear-gradient(90deg, var(--primary), #7db0ff);
}

.vmc-quick-post-subtitle {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
}

.vmc-quick-post-list {
    display: grid;
    gap: 12px;
}

.vmc-quick-post-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.vmc-quick-post-item.employer {
    border-color: rgba(255, 122, 24, 0.22);
    background: linear-gradient(135deg, #fffaf5 0%, #ffffff 72%);
}

.vmc-quick-post-item.candidate {
    border-color: rgba(18, 85, 217, 0.18);
    background: linear-gradient(135deg, #f6f9ff 0%, #ffffff 72%);
}

.vmc-quick-post-item.vmc-quick-age-new {
    position: relative;
}

/*.vmc-quick-post-item.vmc-quick-age-new::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 14px;*/
/*    bottom: 14px;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    border-radius: 999px;*/
/*    background: var(--green);*/
/*    box-shadow: 0 0 0 4px rgba(22, 179, 100, 0.12);*/
/*}*/

.vmc-quick-post-item.employer.vmc-quick-age-new .vmc-quick-post-age-pill {
    background: #fff1e6;
    border-color: #ffd6b7;
    color: var(--orange);
}

.vmc-quick-post-item.candidate.vmc-quick-age-new .vmc-quick-post-age-pill {
    background: #edf4ff;
    border-color: #d8e7ff;
    color: var(--primary);
}

.vmc-quick-post-item.vmc-quick-age-3days {
    border-style: dashed;
    border-color: rgba(245, 158, 11, 0.42);
    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 76%);
}

.vmc-quick-post-item.vmc-quick-age-3days .vmc-quick-post-age-pill {
    background: #fff7df;
    border-color: #f6d58a;
    color: #a15c00;
}

.vmc-quick-post-item.vmc-quick-age-3days .vmc-quick-post-badge {
    filter: saturate(0.82);
}

.vmc-quick-post-item.vmc-quick-age-7days {
    border-style: dashed;
    border-color: rgba(100, 116, 139, 0.34);
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 78%);
    opacity: 0.92;
}

.vmc-quick-post-item.vmc-quick-age-7days .vmc-quick-post-age-pill {
    background: #f1f5f9;
    border-color: #d7dee8;
    color: #64748b;
}

.vmc-quick-post-item.vmc-quick-age-7days .vmc-quick-post-badge {
    filter: grayscale(0.35) saturate(0.72);
}

.vmc-quick-post-item.vmc-quick-age-7days h3 {
    color: #475569;
}

.vmc-quick-post-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 42, 88, 0.09);
}

.vmc-quick-post-item.employer:hover {
    border-color: rgba(255, 122, 24, 0.42);
    box-shadow: 0 14px 30px rgba(255, 122, 24, 0.11);
}

.vmc-quick-post-item.candidate:hover {
    border-color: rgba(18, 85, 217, 0.34);
    box-shadow: 0 14px 30px rgba(18, 85, 217, 0.1);
}

.vmc-quick-post-badge {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 auto;
    box-shadow: 0 10px 22px rgba(15, 42, 88, 0.14);
}

.vmc-quick-post-badge.candidate {
    background: linear-gradient(135deg, #1255d9, #0c348c);
}

.vmc-quick-post-badge.employer {
    background: linear-gradient(135deg, #ff8c1a, #f05a00);
}

.vmc-quick-post-content {
    min-width: 0;
    flex: 1;
}

.vmc-quick-post-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.vmc-quick-post-content h3 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #132a63;
    font-size: 15px;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: -0.15px;
}

.vmc-quick-post-age-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    flex: 0 0 auto;
    max-width: 96px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eaf2ff;
    border: 1px solid #cfe0ff;
    color: #1255d9;
    line-height: 1.05;
    text-align: right;
}

.vmc-quick-post-age-pill strong {
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.vmc-quick-post-age-pill small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: 9px;
    font-weight: 800;
    opacity: 0.72;
    white-space: nowrap;
}

.vmc-quick-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 9px;
}

.vmc-quick-post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    color: #42526f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.vmc-quick-post-meta span strong {
    color: #22365f;
    font-weight: 900;
}

.vmc-quick-post-meta i {
    font-size: 11px;
    flex: 0 0 auto;
}

.vmc-quick-post-meta-employer span {
    background: #fff1e6;
    border: 1px solid #ffd6b7;
}

.vmc-quick-post-meta-employer i {
    color: var(--orange);
}

.vmc-quick-post-meta-candidate span {
    background: #edf4ff;
    border: 1px solid #d8e7ff;
}

.vmc-quick-post-meta-candidate i {
    color: var(--primary);
}

.vmc-quick-post-detail-list {
    display: grid;
    gap: 7px;
}

.vmc-quick-post-detail {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px dashed #dce6f7;
}

.vmc-quick-post-detail span {
    color: #132a63;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    white-space: nowrap;
}

.vmc-quick-post-detail p,
.vmc-quick-post-fallback {
    margin: 0;
    color: #53637f;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.vmc-quick-post-fallback {
    margin-top: 4px;
}

@media (max-width: 575.98px) {
    .vmc-quick-post-item {
        gap: 10px;
        padding: 12px;
        border-radius: 16px;
    }

    .vmc-quick-post-badge {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 11px;
    }

    .vmc-quick-post-title-row {
        flex-direction: column;
        gap: 6px;
    }

    .vmc-quick-post-content h3 {
        font-size: 14px;
    }

    .vmc-quick-post-age-pill {
        align-items: flex-start;
        max-width: 100%;
        text-align: left;
    }

    .vmc-quick-post-detail {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .vmc-quick-post-detail span {
        white-space: normal;
    }
}

/* =========================================================
   Quick Post color refinement
   - Employer column keeps orange tone.
   - Candidate column keeps blue tone.
   - Older states no longer use the same yellow/orange style on both columns.
   ========================================================= */
.vmc-quick-post-card-employer::before {
    background: linear-gradient(90deg, #ff7a18 0%, #ffb36b 100%) !important;
}

.vmc-quick-post-card-candidate::before {
    background: linear-gradient(90deg, #1255d9 0%, #75a9ff 100%) !important;
}

.vmc-quick-post-item.employer,
.vmc-quick-post-item.employer.vmc-quick-age-new {
    border-color: rgba(255, 122, 24, 0.24) !important;
    background: linear-gradient(135deg, #fffaf6 0%, #ffffff 78%) !important;
}

.vmc-quick-post-item.candidate,
.vmc-quick-post-item.candidate.vmc-quick-age-new {
    border-color: rgba(18, 85, 217, 0.24) !important;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 78%) !important;
}

.vmc-quick-post-badge.employer {
    background: linear-gradient(135deg, #ff8a1f 0%, #f05a00 100%) !important;
    box-shadow: 0 10px 22px rgba(255, 122, 24, 0.18) !important;
}

.vmc-quick-post-badge.candidate {
    background: linear-gradient(135deg, #145fe6 0%, #0c348c 100%) !important;
    box-shadow: 0 10px 22px rgba(18, 85, 217, 0.18) !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-new .vmc-quick-post-age-pill,
.vmc-quick-post-meta-employer span {
    background: #fff4ea !important;
    border-color: #ffd9bf !important;
    color: #9a4a00 !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-new .vmc-quick-post-age-pill,
.vmc-quick-post-meta-candidate span {
    background: #eef5ff !important;
    border-color: #d7e6ff !important;
    color: #153f91 !important;
}

.vmc-quick-post-meta-employer span strong,
.vmc-quick-post-meta-candidate span strong,
.vmc-quick-post-detail span {
    color: #132a63 !important;
}

.vmc-quick-post-detail {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: #dbe7f8 !important;
}

.vmc-quick-post-detail p,
.vmc-quick-post-fallback {
    color: #52627e !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-3days {
    border-style: dashed !important;
    border-color: rgba(255, 151, 54, 0.46) !important;
    background: linear-gradient(135deg, #fff8ef 0%, #ffffff 78%) !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-3days {
    border-style: dashed !important;
    border-color: rgba(18, 85, 217, 0.32) !important;
    background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 78%) !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-3days .vmc-quick-post-age-pill {
    background: #fff1df !important;
    border-color: #ffd3a4 !important;
    color: #9a4a00 !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-3days .vmc-quick-post-age-pill {
    background: #eaf2ff !important;
    border-color: #cfe0ff !important;
    color: #16439a !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-3days .vmc-quick-post-badge {
    background: linear-gradient(135deg, #ff9a35 0%, #f06a08 100%) !important;
    filter: none !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-3days .vmc-quick-post-badge {
    background: linear-gradient(135deg, #2b6eea 0%, #16439a 100%) !important;
    filter: none !important;
}

.vmc-quick-post-item.vmc-quick-age-7days {
    border-style: dashed !important;
    border-color: rgba(100, 116, 139, 0.28) !important;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 82%) !important;
    opacity: 1 !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-7days .vmc-quick-post-age-pill {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #9a4a00 !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-7days .vmc-quick-post-age-pill {
    background: #eff6ff !important;
    border-color: #bfdbfe !important;
    color: #1e40af !important;
}

.vmc-quick-post-item.employer.vmc-quick-age-7days .vmc-quick-post-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #c2410c 100%) !important;
    filter: none !important;
}

.vmc-quick-post-item.candidate.vmc-quick-age-7days .vmc-quick-post-badge {
    background: linear-gradient(135deg, #647ebf 0%, #334f91 100%) !important;
    filter: none !important;
}

.vmc-quick-post-item.vmc-quick-age-7days h3 {
    color: #263b63 !important;
}

.vmc-quick-post-item.employer:hover {
    border-color: rgba(255, 122, 24, 0.38) !important;
    box-shadow: 0 14px 30px rgba(255, 122, 24, 0.10) !important;
}

.vmc-quick-post-item.candidate:hover {
    border-color: rgba(18, 85, 217, 0.36) !important;
    box-shadow: 0 14px 30px rgba(18, 85, 217, 0.10) !important;
}

/* ===== Homepage readability =====
   Keep the home page legible on compact screens without shrinking text to fit cards. */
.vmc-page {
    font-size: 16px;
    line-height: 1.5;
}

.vmc-page .hero-desc {
    font-size: 18px !important;
    line-height: 1.45 !important;
}

.vmc-page .section-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.vmc-page .view-all,
.vmc-page .filter-tab,
.vmc-page .page-info {
    font-size: 14px !important;
}

.vmc-page .stat-number {
    font-size: 20px !important;
}

.vmc-page .stat-label,
.vmc-page .vmc-candidate-section .small {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.vmc-page .badge-hot,
.vmc-page .badge-new {
    min-height: 28px !important;
    font-size: 12px !important;
}

.vmc-page .job-title,
.vmc-page .candidate-name,
.vmc-page .vmc-top-company-name {
    font-size: 17px !important;
    line-height: 1.3 !important;
}

.vmc-page .company,
.vmc-page .candidate-job,
.vmc-page .job-meta,
.vmc-page .small-stat,
.vmc-page .vmc-top-company-industry,
.vmc-page .vmc-zalo-subtitle {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.vmc-page .rating,
.vmc-page .vmc-top-company-featured,
.vmc-page .vmc-top-company-jobs,
.vmc-page .vmc-category-item-count,
.vmc-page .vmc-zalo-group-tag {
    font-size: 13px !important;
}

.vmc-page .vmc-zalo-group-name {
    font-size: 17px !important;
    line-height: 1.3 !important;
}

.vmc-page .vmc-zalo-join-btn,
.vmc-page .quick-signup-card h6,
.vmc-page .quick-signup-card .small,
.vmc-page .quick-signup-card .btn {
    font-size: 14px !important;
}

.vmc-page .vmc-category-item-name {
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.vmc-page .vmc-quick-post-subtitle {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.vmc-page .vmc-quick-post-content h3 {
    font-size: 17px !important;
    line-height: 1.35 !important;
}

.vmc-page .vmc-quick-post-badge {
    font-size: 13px !important;
}

.vmc-page .vmc-quick-post-age-pill strong {
    font-size: 12px !important;
}

.vmc-page .vmc-quick-post-age-pill small {
    font-size: 11px !important;
}

.vmc-page .vmc-quick-post-meta span,
.vmc-page .vmc-quick-post-meta i,
.vmc-page .vmc-quick-post-detail span {
    font-size: 13px !important;
}

.vmc-page .vmc-quick-post-detail p,
.vmc-page .vmc-quick-post-fallback {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.vmc-page .vmc-category-item-arrow {
    font-size: 14px !important;
}

@media (max-width: 575.98px) {
    .vmc-page .hero,
    .vmc-page .hero-bg-slider,
    .vmc-page .hero-bg-slider .slider,
    .vmc-page .hero-bg-slider .slick-list,
    .vmc-page .hero-bg-slider .slick-track,
    .vmc-page .hero-bg-slider .slick-slide,
    .vmc-page .hero-bg-slider .slick-slide > div,
    .vmc-page .hero-bg-slider .vmc-slide-link,
    .vmc-page .hero-bg-slider .slide,
    .vmc-page .hero-content {
        height: 550px !important;
        min-height: 550px !important;
        max-height: 550px !important;
    }

    .vmc-page .hero-content {
        padding: 92px 20px 96px !important;
    }

    .vmc-page .hero-title {
        max-width: 100% !important;
        font-size: 26px !important;
        line-height: 1.12 !important;
    }

    .vmc-page .hero-desc {
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .vmc-page .hero-content .row.g-3.mt-4 {
        bottom: 72px !important;
    }

    .vmc-page .action-card {
        min-height: 88px !important;
        height: 88px !important;
        padding: 12px 10px !important;
    }

    .vmc-page .action-card h4 {
        font-size: 14px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .vmc-page .action-card .small {
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .vmc-page .section-title {
        font-size: 19px !important;
    }

    .vmc-page .stat-number {
        font-size: 19px !important;
    }

    .vmc-page .stat-label,
    .vmc-page .vmc-candidate-section .small {
        font-size: 13px !important;
    }

    .vmc-page .job-card,
    .vmc-page .vmc-job-section .vmc-job-grid .job-card {
        height: 276px !important;
        min-height: 276px !important;
        max-height: 276px !important;
    }

    .vmc-page .vmc-job-section .vmc-job-grid .job-title {
        min-height: 44px !important;
        max-height: 44px !important;
        font-size: 16px !important;
    }

    .vmc-page .vmc-job-section .vmc-job-grid .company {
        min-height: 40px !important;
        max-height: 40px !important;
        font-size: 14px !important;
    }

    .vmc-page .vmc-job-section .vmc-job-grid .job-meta {
        min-height: 20px !important;
        max-height: 20px !important;
        font-size: 13px !important;
    }

    .vmc-page .vmc-job-section .vmc-job-grid .vmc-job-apply-btn {
        min-width: 90px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .vmc-page .vmc-top-company-card {
        height: 138px !important;
        min-height: 138px !important;
    }

    .vmc-page .vmc-zalo-section .vmc-zalo-grid .vmc-zalo-group-card {
        min-height: 272px !important;
        max-height: 272px !important;
    }

    .vmc-page .vmc-category-item {
        min-height: 84px !important;
    }

    .vmc-page .vmc-quick-post-item {
        padding: 14px !important;
    }

    .vmc-page .vmc-quick-post-content h3 {
        font-size: 16px !important;
    }

    .vmc-page .vmc-quick-post-meta span,
    .vmc-page .vmc-quick-post-meta i,
    .vmc-page .vmc-quick-post-detail span {
        font-size: 13px !important;
    }

    .vmc-page .vmc-quick-post-detail p,
    .vmc-page .vmc-quick-post-fallback {
        font-size: 14px !important;
    }
}
