#content {
    background-color: #020617 !important;
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff !important;
}

#footer h3,
h3.footer-main-title,
h3.footer-menu-title {
    font-family: Staatliches, sans-serif !important;
}

#footer p,
#footer span,
#footer a {
    font-family: 'Noto Sans', sans-serif !important;
}

.title-index h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--fs-color-primary);
    font-weight: 400;
}

.title-index h1 {
    margin-top: 12px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.industry-box>.col>.col-inner {
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}


/* ==========================================================================
   MIN-WIDTH (Mobile First - Ưu tiên từ thấp đến cao)
   ========================================================================== */

@media (min-width: 375px) {
    /* Mobile L */
}

@media (min-width: 430px) {
    /* Mobile XL */
}

@media (min-width: 768px) {
    /* Tablet */
}

@media (min-width: 820px) {
    /* Tablet L */
}

@media (min-width: 1024px) {
    /* Laptop / iPad Pro */
}

@media (min-width: 1280px) {
    /* Desktop */
}

@media (min-width: 1920px) {
    /* Large Desktop */
}

/* ==========================================================================
   MAX-WIDTH (Desktop First - Ưu tiên từ cao xuống thấp)
   ========================================================================== */

@media (max-width: 1920px) {
    /* Max Large Desktop */
}

@media (max-width: 1280px) {
    /* Max Desktop */
}

@media (max-width: 1024px) {
    /* Max Laptop / iPad Pro */
}

@media (max-width: 820px) {
    /* Max Tablet L */
}

@media (max-width: 768px) {
    /* Max Tablet */
}

@media (max-width: 430px) {
    /* Max Mobile XL */
}

@media (max-width: 375px) {
    /* Max Mobile L */
}