/*
Theme Name: TN Digi Solution
Theme URI: https://tndigi.com
Author: TN Digi Solution
Author URI: https://tndigi.com
Description: ĐÁP ỨNG MỌI NHU CẦU — Website của chúng tôi phù hợp với tất cả mọi người dù bạn là người mới bắt đầu hay chuyên gia.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: az-ai-theme
Tags: thiết kế website chuẩn SEO, Content AIO chuẩn Google, Index Google nhanh chóng, tối ưu tốc độ, responsive, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
    --az-font-sans: "Be Vietnam Pro", "Inter", "Manrope", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
#site-header,
#site-nav,
#mobile-nav,
.az-lead-form {
    font-family: var(--az-font-sans);
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

/* Hide plugin-injected language switchers outside the custom header selector. */
body > .gtranslate_wrapper,
body > #google_language_translator,
body > .google_language_translator,
body > .goog-te-gadget,
body > .skiptranslate,
body > .wpml-ls,
body > .polylang_langswitcher,
body > .trp_language_switcher_shortcode,
body > .trp-language-switcher,
body > .language-switcher,
body > .lang-switcher,
body > .switcher,
body > div[class*="language-switcher"],
body > div[class*="lang-switcher"],
footer .gtranslate_wrapper,
footer #google_language_translator,
footer .google_language_translator,
footer .goog-te-gadget,
footer .wpml-ls,
footer .polylang_langswitcher,
footer .trp_language_switcher_shortcode,
footer .trp-language-switcher {
    display: none !important;
}

/* Flatsome shortcode compatibility markup. Scoped to az-fs-* only. */
.az-fs-section {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.az-fs-block {
    width: 100%;
}

.az-fs-row,
.az-fs-row-inner {
    display: flex;
    flex-wrap: wrap;
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.az-fs-col,
.az-fs-col-inner {
    flex: 1 1 280px;
    min-width: 0;
}

.az-fs-text,
.az-fs-text-box,
.az-fs-featured-box,
.az-fs-message-box,
.az-fs-banner,
.az-fs-slide,
.az-fs-stack,
.az-fs-grid,
.az-fs-html {
    max-width: 100%;
}

.az-fs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 4px;
    background: #a10d10;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.az-fs-button:hover {
    color: #fff;
    filter: brightness(0.96);
}

.az-fs-image {
    margin: 0 0 16px;
}

.az-fs-image-box {
    display: block;
    width: 100%;
}

.az-fs-image-box-media {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.az-fs-image-box-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}

.az-fs-image-box.hover-zoom:hover .az-fs-image-box-media img {
    transform: scale(1.06);
}

.az-fs-image-box-content {
    width: 100%;
}

.az-fs-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.az-fs-gap {
    clear: both;
}

.az-fs-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin: 24px 0;
}

.az-fs-title {
    margin: 0 0 16px;
}

.az-fs-blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.az-fs-blog-posts-cols-1 {
    grid-template-columns: 1fr;
}

.az-fs-blog-posts-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-fs-blog-posts-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-fs-blog-posts-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-fs-blog-post {
    min-width: 0;
}

.az-fs-blog-post.is-hidden {
    display: none;
}

.az-fs-blog-post h3 {
    margin: 12px 0 8px;
}

.az-fs-blog-post h3 a {
    color: inherit;
    text-decoration: none;
}

.az-fs-blog-post h3 a:hover {
    color: var(--main-col);
}

.az-fs-blog-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.az-fs-blog-thumb.image-cover {
    display: block;
    position: relative;
    overflow: hidden;
}

.az-fs-blog-thumb.image-cover img {
    position: absolute;
    inset: 0;
}

.az-fs-ajax-load-more {
    width: 100%;
}

.az-fs-load-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    min-height: 44px;
    margin: 24px auto 0;
    border: 0;
    background: var(--main-col);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.az-fs-sidebar {
    width: 100%;
}

.col-sticky-sb > .col-inner,
.az-page-content .col-sticky-sb > .col-inner {
    position: sticky;
    top: 100px;
}

.az-fs-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.az-fs-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.az-fs-slider-track {
    display: flex;
    transition: transform .38s ease;
    will-change: transform;
}

.az-fs-slide {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
}

.az-fs-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #a10d10;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.az-fs-slider-prev {
    left: 14px;
}

.az-fs-slider-next {
    right: 14px;
}

.az-fs-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 2;
}

.az-fs-slider-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .62);
    cursor: pointer;
    padding: 0;
}

.az-fs-slider-dot.is-active {
    background: #a10d10;
}

/* Standard page layout matches the full coded header span. */
.az-page-main {
    min-height: 100vh;
    padding: 50px 0;
    background: var(--az-page-background, #F5FAFF);
}

.az-page-shell {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin: 0 auto;
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-global-shell {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, var(--az-container-padding, 40px), 80px);
    padding-right: clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-global-bg {
    background: var(--az-page-background, #F5FAFF);
}

.az-page-content {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.az-page-header {
    margin: 0 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 87, 184, .10);
}

.az-page-header h1 {
    margin: 0;
    color: #0057B8;
    line-height: 1.2;
    font-weight: 600;
}

.az-page-featured-image {
    margin: 0 0 32px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.az-page-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.az-page-content > *:first-child {
    margin-top: 0;
}

.az-page-content .az-fs-row,
.az-page-content .az-fs-row-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.az-page-content .az-fs-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .az-page-main {
        padding-top: 44px;
        padding-bottom: 52px;
    }

    .az-fs-blog-posts-cols-2,
    .az-fs-blog-posts-cols-3,
    .az-fs-blog-posts-cols-4 {
        grid-template-columns: 1fr;
    }

    .az-page-shell,
    .az-global-shell {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Flatsome legacy content CSS, filtered from the old child theme.
   Keeps reusable content/block classes only; header, footer, WPML and Flatsome core layout rules are intentionally omitted. */
:root {
    --main-col: var(--az-primary-color, #990808);
    --secon-color: #162B3A;
    --thir-color: #c19977;
    --yellow-color: #ffdd00;
    --yellow-main: #FDDD69;
}

.az-page-content .section {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin: 0 auto;
}

.az-page-content .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin-left: auto;
    margin-right: auto;
}

.az-page-content .col {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0 15px 30px;
}

.az-page-content .col-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.az-page-content .large-12,
.az-page-content .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.az-page-content .large-4,
.az-page-content .medium-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}

.az-page-content .box {
    width: 100%;
}

.az-page-content .box-image {
    position: relative;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.az-page-content .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
}

.az-page-content .image-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.az-page-content .box-text {
    width: 100%;
}

.az-page-content .text-center {
    text-align: center;
}

.az-page-content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.az-legacy-post-main,
.az-legacy-portfolio-main {
    background: var(--az-page-background, #f5f4f3);
}

.az-legacy-post-main > .row,
.az-legacy-portfolio-main .portfolio-top > .row,
.az-legacy-portfolio-main .portfolio-bottom,
.az-legacy-post-main .div-bread {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, var(--az-container-padding, 40px), 80px);
    padding-right: clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-legacy-post-main > .row,
.az-legacy-portfolio-main .portfolio-top > .row,
.az-legacy-portfolio-main .portfolio-related .row {
    display: flex;
    flex-flow: row wrap;
}

.az-legacy-post-main .col,
.az-legacy-portfolio-main .col {
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.az-legacy-post-main .large-9,
.az-legacy-portfolio-main .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.az-legacy-post-main .large-3,
.az-legacy-portfolio-main .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.az-legacy-post-main .large-12,
.az-legacy-portfolio-main .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.az-legacy-post-main .entry-content,
.az-legacy-portfolio-main .portfolio-inner {
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.7;
}

.az-legacy-post-main .post-sidebar,
.az-legacy-portfolio-main .portfolio-summary {
    line-height: 1.6;
}

.az-legacy-portfolio-main .portfolio-top {
    padding: 62px 0 28px;
}

.az-legacy-portfolio-main .portfolio-bottom {
    padding-bottom: 68px;
}

.az-legacy-portfolio-main .portfolio-related {
    margin-top: 42px;
}

.az-legacy-portfolio-main .portfolio-related h2 {
    margin: 0 0 22px;
    color: var(--main-col);
    font-weight: 700;
}

.az-legacy-portfolio-main .portfolio-related-card {
    display: block;
    text-decoration: none;
}

.az-legacy-portfolio-main .portfolio-related-image {
    display: block;
    background: transparent;
    overflow: hidden;
}

.az-legacy-portfolio-main .portfolio-related-image img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: contain;
    object-position: center bottom;
}

.az-legacy-portfolio-main .portfolio-related-title {
    display: block;
    padding: 12px 14px;
    background: var(--main-col);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.az-legacy-portfolio-main .portfolio-related-title strong,
.az-legacy-portfolio-main .portfolio-related-title em {
    display: block;
}

.az-legacy-portfolio-main .portfolio-related-title em {
    margin-top: 2px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}

.people-hero-block {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #d7d4cb;
}

.people-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    object-fit: cover;
}

.people-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    min-height: 430px;
    margin: 0 auto;
    padding: 88px clamp(16px, var(--az-container-padding, 40px), 80px) 0;
}

.people-hero-photo {
    align-self: flex-end;
    width: min(315px, 30vw);
    line-height: 0;
}

.people-hero-photo img {
    display: block;
    width: 100%;
    max-height: 355px;
    object-fit: contain;
    object-position: bottom left;
    border: 0;
    border-radius: 0;
}

.people-hero-card {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 318px;
    margin: 0 0 126px 132px;
    padding: 18px 20px 18px 22px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.people-hero-info h1,
.portfolio-single-page .entry-title {
    margin: 0 0 6px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.people-hero-info .featured_item_cats {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--main-col);
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.people-hero-info a {
    display: block;
    margin-top: 7px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.people-qr {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.portfolio-single-page .portfolio-inner {
    color: #111;
    font-weight: 500;
    line-height: 1.7;
}

.portfolio-single-page .portfolio-inner p {
    margin: 0 0 16px;
    text-align: left;
}

.portfolio-single-page .portfolio-inner ul {
    margin: 8px 0 22px 20px;
    padding-left: 0;
    list-style: disc outside;
}

.portfolio-single-page .portfolio-inner li {
    display: list-item;
    margin: 0 0 7px;
    padding-left: 2px;
    list-style: disc outside;
    line-height: 1.55;
}

.portfolio-single-page .portfolio-inner li::marker {
    color: #111;
}

.portfolio-single-page .accordion-item {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.portfolio-single-page .accordion-title {
    position: relative;
    display: block;
    padding: 14px 42px 14px 15px;
    color: var(--main-col);
    text-decoration: none;
    cursor: pointer;
}

.portfolio-single-page .accordion-title span {
    font-weight: 700;
}

.portfolio-single-page .accordion-title .toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    line-height: 1;
    transform: translateY(-50%);
}

.portfolio-single-page .icon-angle-down::before {
    content: "+";
    font-style: normal;
    font-weight: 600;
}

.portfolio-single-page .accordion-item.is-open .icon-angle-down::before {
    content: "-";
}

.portfolio-single-page .accordion-inner {
    display: none;
    padding: 0 15px 18px;
}

.portfolio-single-page .accordion-item.is-open .accordion-inner {
    display: block;
}

.portfolio-single-page .pf-form-inner {
    padding: 26px 18px 30px;
    background: #c8c8c8;
}

.portfolio-single-page .pf-form-inner h3 {
    margin: 0 0 20px;
    color: var(--main-col);
    font-weight: 700;
}

.portfolio-single-page .az-legacy-consult-form input,
.portfolio-single-page .az-legacy-consult-form textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    border-radius: 0;
    background: transparent;
    color: var(--main-col);
    outline: none;
}

.portfolio-single-page .az-legacy-consult-form textarea {
    min-height: 120px;
    resize: vertical;
}

.portfolio-single-page .az-legacy-consult-form input::placeholder,
.portfolio-single-page .az-legacy-consult-form textarea::placeholder {
    color: var(--main-col);
    opacity: 1;
}

.portfolio-single-page .az-legacy-consult-form button {
    width: 100%;
    min-height: 44px;
    margin-top: 20px;
    border: 0;
    background: var(--main-col);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.portfolio-single-page .pf-form-inner > p {
    margin: 16px 0 0;
    color: var(--main-col);
    font-weight: 600;
    line-height: 1.55;
}

.portfolio-single-page .item-tags {
    margin-top: 18px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-next-prev {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.portfolio-next-prev .nav-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    width: 100%;
}

.portfolio-next-prev .nav-previous,
.portfolio-next-prev .nav-next {
    min-width: 0;
}

.portfolio-next-prev .nav-previous {
    grid-column: 1;
    justify-self: start;
    text-align: left;
}

.portfolio-next-prev .nav-next {
    grid-column: 2;
    justify-self: end;
    text-align: right;
}

.portfolio-next-prev a {
    display: inline-flex;
    max-width: 100%;
    color: var(--main-col);
    font-weight: 700;
    text-decoration: none;
}

.portfolio-related .portfolio-related-card:hover .portfolio-related-image img {
    transform: scale(1.06);
}

.portfolio-related .portfolio-related-image {
    overflow: hidden;
}

.portfolio-related .portfolio-related-image img {
    transition: transform .45s ease;
}

.az-people-archive-main {
    background: var(--az-page-background, #f5f4f3);
}

.az-people-archive-shell {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin: 0 auto;
    padding: 68px clamp(16px, var(--az-container-padding, 40px), 80px) 80px;
}

.az-people-grid {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.az-people-grid > .col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 30px 58px;
}

.az-people-grid .plain {
    display: block;
    color: inherit;
    text-decoration: none;
}

.az-people-grid .portfolio-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
}

.az-people-grid .portfolio-box .box-image {
    width: 100%;
    overflow: hidden;
    background: #dedede;
}

.az-people-grid .portfolio-box .image-cover {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 126%;
    background: #dedede;
}

.az-people-grid .portfolio-box .image-cover img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .35s ease;
}

.az-people-image-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    background: #dedede;
}

.az-people-grid .portfolio-box .box-text {
    width: 100%;
    min-height: 42px;
    margin-top: 0;
    padding: 7px 10px 6px;
    background: var(--main-col);
    color: #fff;
    text-align: center;
    transition: transform .25s ease, background-color .25s ease;
}

.az-people-grid .portfolio-box .portfolio-box-title {
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.15;
}

.az-people-grid .portfolio-box .portfolio-box-category {
    margin: 2px 0 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    opacity: 1;
}

.az-people-grid .portfolio-box:hover .image-cover img {
    transform: scale(1.04);
}

.az-people-grid .portfolio-box:hover .box-text {
    transform: translateY(-6px);
    background: #c20d12;
}

.az-people-grid.ns_nhansu .portfolio-box .box-image,
.az-people-grid.ns_nhansu .portfolio-box .image-cover {
    background: #dedede;
}

.az-people-grid.ns_nhansu .portfolio-box .box-image {
    width: 80%;
}

.az-people-grid.ns_nhansu .portfolio-box .image-cover {
    padding-top: 114%;
}

.az-people-grid.ns_nhansu .portfolio-box .image-cover img {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(.96);
    transform-origin: center bottom;
}

.az-people-grid.ns_nhansu .portfolio-box .box-text {
    min-height: 56px;
    padding: 8px 10px 7px;
}

.az-people-grid.ns_nhansu .portfolio-box .portfolio-box-title {
    line-height: 1.1;
    font-size: 18px;
}

.az-people-grid.ns_nhansu .portfolio-box .portfolio-box-category {
    margin-top: 5px;
    font-weight: 100;
    line-height: 1.1;
}

.az-people-grid.ns_nhansu .portfolio-box:hover .image-cover img {
    transform: scale(.99);
}

.az-people-page-content {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .az-legacy-post-main .large-9,
    .az-legacy-post-main .large-3,
    .az-legacy-portfolio-main .large-9,
    .az-legacy-portfolio-main .large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .az-legacy-post-main > .row,
    .az-legacy-portfolio-main .portfolio-top > .row,
    .az-legacy-portfolio-main .portfolio-bottom,
    .az-legacy-post-main .div-bread {
        padding-left: 20px;
        padding-right: 20px;
    }

    .people-hero-block,
    .people-hero-inner {
        min-height: auto;
    }

    .people-hero-inner {
        display: block;
        padding-top: 92px;
    }

    .people-hero-photo {
        width: min(280px, 78vw);
        margin: 0 auto;
    }

    .people-hero-card {
        min-width: 0;
        margin: 0 0 32px;
        padding: 18px;
        gap: 18px;
    }

    .az-legacy-portfolio-main .portfolio-related-image img {
        height: 250px;
    }

    .az-people-archive-shell {
        padding: 44px 20px 60px;
    }

    .az-people-grid {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    .az-people-grid > .col {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 12px 34px;
    }

    .az-people-grid .portfolio-box .portfolio-box-title {
    }

    .az-people-grid.ns_nhansu .portfolio-box .portfolio-box-title {
    }

    .az-people-grid .portfolio-box .portfolio-box-category {
    }

    .az-people-grid.ns_nhansu .portfolio-box .portfolio-box-category {
    }

}

.az-page-content > p:empty,
.az-page-content .az-fs-row > p:empty,
.az-page-content .az-fs-col > p:empty,
.az-page-content .ux-text > p:empty {
    display: none;
}

.az-page-content :where(p) {
    margin: 0 0 16px;
    color: #232323;
    font-weight: 500;
    line-height: 1.7;
}

.az-page-content :where(p:last-child) {
    margin-bottom: 0;
}

.az-page-content :where(strong) {
    font-weight: 700;
}

.az-page-content :where(h2) {
    margin: 0 0 10px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.25;
}

.az-page-content :where(h2:not(:first-child)) {
    margin-top: 24px;
}

.az-page-content :where(ul, ol) {
    margin: 12px 0 0;
    padding-left: 22px;
}

.az-page-content :where(li) {
    margin: 0 0 10px;
    padding: 0;
    color: #232323;
    font-weight: 500;
    line-height: 1.65;
}

.az-page-content :where(li::marker) {
    color: var(--main-col);
}

.az-page-content .vct_vechungtoi,
.az-page-content .vct_vecd,
.az-page-content .az-fs-section.vct_vechungtoi,
.az-page-content .az-fs-section.vct_vecd {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin-left: auto;
    margin-right: auto;
}

.az-page-content .vct_vechungtoi {
    padding: 80px 0 70px !important;
}

.az-page-content .qt_quytac {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 55px !important;
}


.az-page-content .qt_quytac .az-fs-row,
.az-page-content .qt_quytac .row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.az-page-content .qt_quytac .az-fs-col,
.az-page-content .qt_quytac .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.az-page-content .qt_quytac .qt_txtleft {
    padding: 0;
}
.az-page-content .qt_quytac h2,
.az-page-content .qt_quytac h2 strong {
    font-size: 24px;
}

.az-page-content .vct_vecd {
    padding: 0 0 76px !important;
}

.az-page-content .vct_vecd h2.vct_title,
.az-page-content .vct_vecd .az-fs-section-title {
    margin: 0 0 18px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.az-page-content .vct_vecd .az-fs-row,
.az-page-content .vct_vecd .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.az-page-content .vct_vecd .row-vecdlaf {
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: 0;
}

.az-page-content .vct_vecd .row-vecdlaf > .az-fs-col,
.az-page-content .vct_vecd .row-vecdlaf > .az-fs-col-inner,
.az-page-content .vct_vecd .row-vecdlaf > .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px 30px;
}

.az-page-content .vct_vecd .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .22);
    transition: transform .28s ease, box-shadow .28s ease;
}

.az-page-content .vct_vecd .box-image {
    flex: 0 0 auto;
    width: 100%;
}

.az-page-content .vct_vecd .image-cover {
    display: block;
    width: 100%;
    padding-top: 75%;
}

.az-page-content .vct_vecd .image-cover img {
    transition: transform .35s ease, filter .35s ease;
}

.az-page-content .vct_vecd .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.az-page-content .vct_vecd .box:hover .image-cover img {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.az-page-content .vct_vecd .box-text {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    padding: 18px 15px 26px;
    background: #f4f4f4;
}

.az-page-content .vct_vecd .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.az-page-content .vct_vecd .box-text h4 {
    margin: 0 0 14px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.az-page-content .vct_vecd .box-text p {
    margin: 0 0 20px;
    color: #111;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}

.az-page-content .vct_vecd .button.btn-yl,
.az-page-content .vct_vecd .az-fs-button.btn-yl {
    min-width: 118px;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 18px;
    border-radius: 0;
    background: var(--main-col);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    transition: background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.az-page-content .vct_vecd .button.btn-yl:hover,
.az-page-content .vct_vecd .az-fs-button.btn-yl:hover {
    background: #c20d12;
    color: #fff;
    box-shadow: 0 8px 18px rgba(153, 8, 8, .24);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .az-page-content .small-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .az-page-content .vct_vechungtoi {
        padding: 50px 0 !important;
    }

    .az-page-content .qt_quytac {
        padding: 50px 0 !important;
    }

    .az-page-content .qt_quytac .qt_txtleft {
        padding: 0;
    }

    .az-page-content :where(h2) {
    }

    .az-page-content :where(p, li) {
        text-align: left;
    }

    .az-page-content .vct_vecd .row-vecdlaf {
        margin-left: 0;
        margin-right: 0;
    }

    .az-page-content .vct_vecd .row-vecdlaf > .az-fs-col,
    .az-page-content .vct_vecd .row-vecdlaf > .az-fs-col-inner,
    .az-page-content .vct_vecd .row-vecdlaf > .col {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.wpcf7 input.wpcf7-submit {
    color: #fff !important;
    background: var(--main-col) !important;
}

.col-padding-2 > .col-inner {
    padding: 0 40px;
}

.home-title span.section-title-main {
    text-transform: uppercase;
    font-weight: 600;
}

.st_feed a.button.white:hover {
    background: var(--main-col) !important;
    color: #fff !important;
}

.banner_bg .overlay {
    background-color: rgb(0 0 0 / 0%) !important;
}

.banner_bg h2 {
    font-weight: 400;
}

.banner_bg h2 strong {
    font-weight: 600;
}

.sd-box-color .row .box,
.sd-box-color .row .image-cover {
    border-radius: 6px;
}

.sd-box-color .box-text.text-center {
    padding: 10px 0 0;
}

.sd-box-color .row h3 a {
    font-weight: 500;
}

.sd-box-color .row a {
    color: #fff !important;
}

.sd-box-color .row .col-inner:hover a {
    color: var(--main-col) !important;
}

.st_gioithieu_2 .sd-box-color .col,
.st_tainguyen .col-tn,
.st_tn .row-countup .col-inner .col,
.st_lienhe .col-inner .col {
    padding-bottom: 0 !important;
}

.st_blog .image-zoom.image-cover {
    border-radius: 10px;
}

.ul-line-sv ul,
.page-menu-service ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.ul-line-sv ul .menu-item {
    width: calc(50% - 10px);
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    list-style: none;
    margin: 0;
}

.ul-line-sv li {
    list-style: none;
    margin-left: 0 !important;
}

.ul-line-sv li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.ul-line-sv li a:hover {
    color: var(--main-col);
}

.ul-line-sv li a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free", "FontAwesome";
    font-weight: 600;
    display: block;
    color: var(--main-col);
    transform: translateX(-14px);
    transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ul-line-sv li:hover a::after {
    transform: translateX(0);
}

.st_linhvuc h2 strong {
    color: var(--main-col);
}

.st_linhvuc .col-inner p {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
}

.st_linhvuc .col-inner h4 {
    margin-bottom: 30px;
    color: #333;
    line-height: 20px;
}

.st_linhvuc .home-lv-hover a:hover {
    color: #ffce25;
}

.st_gioithieu .col-inner img,
.st_gioithieu .col-inner .img-inner,
.st_linhvuc .col-inner img,
.st_linhvuc .col-inner .img-inner,
.col-img-top .col-inner .img-inner.dark {
    border-radius: 20px;
}

.col-img-top .col-inner {
    top: -80px;
}

.page-menu-service ul {
    justify-content: center;
}

.page-menu-service ul .menu-item {
    width: calc(33.333% - 14px);
    list-style: none;
    text-align: center;
    margin: 0;
}

.page-menu-service ul .menu-item a {
    display: block;
    height: 100%;
    padding: 40px 10px;
    background-color: #c3c3c3;
    text-decoration: none;
    transition: background-color .2s ease-out;
    font-weight: 600;
    font-size: 24px;
}

.page-menu-service ul .menu-item:hover a {
    background-color: var(--main-col);
    color: #fff;
}

.box-bounce:hover .box-text,
.st_vechungtoi .box-image .overlay {
    background-color: rgb(255 255 255 / 0%);
}

.section .banner .text-box {
    padding-left: 15px;
    padding-right: 15px;
}

h2.section-title.section-title-center {
    width: 70%;
    margin: 0 auto;
}

.section-title b {
    background-color: var(--main-col);
    opacity: .9;
}

.pp_people .box-text-inner p {
    display: none;
}

.st_yellow h2,
.st_yellow h3,
.st_yellow h4 {
    color: var(--yellow-main) !important;
}

.st_red h2,
.st_red h3,
.st_red h4,
.color-red h1 {
    color: var(--main-col) !important;
}

.text-str-yellow strong {
    color: var(--main-col);
}

.sc-menu .menu-item a {
    text-transform: capitalize;
}

.ns_teamus .box-text .box-text-inner {
    position: relative;
    top: -35px;
    padding: 5px;
    background: var(--main-col);
}

.ns_teamus .person-name,
.ns_teamus span.person-title {
    color: #fff;
    opacity: 1;
}

.ns_teamus .person-name {
    font-weight: 500;
}

.ns_teamus .box-text p {
    opacity: .7;
}

.ns_teamus .box-image {
    width: 70% !important;
    background: #d9d9d9;
}

.ns_banner .banner {
    position: relative;
    overflow: hidden;
}

.ns_banner .row {
    justify-content: space-between;
}

.bg-white .col-inner {
    position: absolute;
    bottom: 25%;
    left: -103%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: #f2f0ef;
}

.bg-white .img {
    width: 25% !important;
}

.ns_banner .img-ns-pf .img img {
    position: relative;
    bottom: -45px;
    width: 90%;
}

.box-text-ns h1,
.box-text-ns h2,
.box-text-ns h2 a,
.box-text-ns p,
.box-text-ns a,
span.title-people {
    color: var(--main-col) !important;
}

.box-text-ns h1 {
    margin-bottom: 10px;
}

.box-text-ns h2,
.box-text-ns h2 a {
    padding-bottom: 10px;
}

.box-text-ns h2 a {
    border-bottom: 1px solid;
}

.box-text-ns p,
.box-text-ns a {
    margin: 0 !important;
}

span.title-people {
    font-weight: 600 !important;
}

.dv_thongtin {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.dv_thongtin .col {
    padding: 0 10px;
}

.az-service-detail-main .dv_thongtin {
    background: #f5f5f5;
}

.az-service-detail-row {
    align-items: stretch;
    gap: 32px;
    min-height: calc(100vh + 260px);
}

.az-service-detail-left {
    flex: 1 1 calc(75% - 16px);
    max-width: calc(75% - 16px);
}

.az-service-detail-sidebar {
    flex: 0 0 calc(25% - 16px);
    max-width: calc(25% - 16px);
}

.az-service-detail-left > .col-inner {
    position: sticky;
    top: 96px;
}

.az-service-detail-content h1,
.az-service-related-posts .title-dichvu {
    margin: 0 0 18px;
    color: var(--main-col);
    font-weight: 700;
    text-transform: uppercase;
}

.az-service-detail-content p,
.az-service-detail-content li {
    color: #111;
    line-height: 1.65;
}

.az-service-detail-content ul,
.az-service-detail-content ol {
    margin-left: 18px;
}

.col-sticky-sb > .col-inner {
    position: sticky;
    top: 96px;
}

.az-service-detail-sidebar .az9s-lead-form,
.az-service-detail-sidebar form {
    margin-bottom: 22px;
    padding: 22px 18px;
    background: #c9c9c9;
    color: var(--main-col);
}

.az-service-detail-sidebar .az9s-lead-form h2,
.az-service-detail-sidebar .az9s-lead-form h3,
.az-service-detail-sidebar form h2,
.az-service-detail-sidebar form h3 {
    margin: 0 0 14px;
    color: var(--main-col);
    font-weight: 700;
}

.az-service-detail-sidebar .az9s-lead-form label,
.az-service-detail-sidebar form label {
    display: block;
    margin: 0;
    color: var(--main-col);
    font-weight: 500;
}

.az-service-detail-sidebar .az9s-lead-form input,
.az-service-detail-sidebar .az9s-lead-form textarea,
.az-service-detail-sidebar form input,
.az-service-detail-sidebar form textarea {
    width: 100%;
    margin: 0 0 16px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--main-col);
}

.az-service-detail-sidebar .az9s-lead-form textarea,
.az-service-detail-sidebar form textarea {
    min-height: 110px;
    resize: vertical;
}

.az-service-detail-sidebar .az9s-lead-form input::placeholder,
.az-service-detail-sidebar .az9s-lead-form textarea::placeholder,
.az-service-detail-sidebar form input::placeholder,
.az-service-detail-sidebar form textarea::placeholder {
    color: var(--main-col);
    opacity: 1;
}

.az-service-detail-sidebar .az9s-lead-form input[type="submit"],
.az-service-detail-sidebar .az9s-lead-form button[type="submit"],
.az-service-detail-sidebar form input[type="submit"],
.az-service-detail-sidebar form button[type="submit"] {
    width: 100%;
    margin: 12px 0 0;
    padding: 14px 18px;
    border: 0;
    background: var(--main-col);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.az-service-detail-sidebar .az9s-lead-form input[type="submit"]:hover,
.az-service-detail-sidebar .az9s-lead-form button[type="submit"]:hover,
.az-service-detail-sidebar form input[type="submit"]:hover,
.az-service-detail-sidebar form button[type="submit"]:hover {
    background: #7f0000;
}

.az-service-menu-box {
    margin-top: 22px;
}

.az-service-menu-box h3 {
    margin: 0 0 12px;
    color: var(--main-col);
    font-weight: 700;
    text-transform: uppercase;
}

.az-service-menu-box .az-fs-block,
.az-service-menu-box .az-fs-menu,
.az-service-menu-box .ux-menu,
.az-service-menu-box .ux-menu-link {
    width: 100%;
}

.az-service-menu-box ul,
.az-service-menu-box .az-sc-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.az-service-menu-box li {
    margin: 0;
}

.az-service-menu-box a,
.az-service-menu-box .az-fs-menu-link {
    display: block;
    padding: 11px 13px;
    background: #d8d8d8;
    border-bottom: 1px solid #c8c8c8;
    color: #111;
    font-weight: 600;
}

.az-service-menu-box a:hover,
.az-service-menu-box .current-menu-item > a,
.az-service-menu-box .az-fs-menu-link:hover,
.az-service-menu-box .az-fs-menu-link.current-menu-item {
    background: var(--main-col);
    color: #fff;
}

.az-service-related-posts {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background: #f5f5f5;
}

.az-service-post-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 2px 0 16px;
}

.az-service-post-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #ececec;
}

.az-service-post-card.is-hidden {
    display: none;
}

.az-service-post-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.az-service-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.az-service-post-card:hover .az-service-post-thumb img {
    transform: scale(1.05);
}

.az-service-post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: grid;
    min-width: 42px;
    padding: 5px 7px;
    background: var(--main-col);
    color: #fff;
    line-height: 1.1;
    text-align: center;
}

.az-service-post-date strong {
}

.az-service-post-body {
    padding: 12px 14px 18px;
}

.az-service-post-meta {
    margin-bottom: 4px;
    color: #777;
}

.az-service-post-body h3 {
    margin: 0 0 8px;
    line-height: 1.35;
}

.az-service-post-body h3 a {
    color: #111;
}

.az-service-post-body h3 a:hover {
    color: var(--main-col);
}

.az-service-post-body p {
    margin: 0;
    color: #222;
    line-height: 1.5;
}

.az-service-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.az-service-load-more {
    min-width: 110px;
    padding: 10px 22px;
    border: 0;
    background: var(--main-col);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.az-service-load-more:hover {
    background: #7f0000;
}

.az-resources-section {
    padding: 50px 0 60px !important;
    background: #f5f5f5;
}

.az-resource-category-block {
    padding: 0 0 64px;
    margin: 0 0 54px;
    border-bottom: 1px solid #d7d7d7;
}

.az-resource-category-block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.az-resource-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.az-resource-category-head h2 {
    margin: 0;
    color: var(--main-col);
    font-weight: 700;
    text-transform: capitalize;
}

.az-resource-category-head a {
    color: var(--main-col);
    font-weight: 700;
}

.az-resource-category-head a::after {
    content: "›";
    margin-left: 8px;
    line-height: 1;
    vertical-align: -1px;
}

.az-resource-slider-wrap {
    position: relative;
    overflow: visible;
}

.az-resource-post-grid {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    padding-bottom: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.az-resource-post-grid::-webkit-scrollbar {
    display: none;
}

.az-post-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.az-post-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    background: #ddd;
    overflow: hidden;
}

.az-post-thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.az-post-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.az-post-card:hover .az-post-thumb img {
    transform: scale(1.035);
}

.az-post-body {
    padding: 10px;
}

.az-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
    color: #8c929c;
    line-height: 1.4;
}

.az-post-meta svg {
    color: #9a9fa7;
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
}

.az-post-meta a {
    color: inherit;
    text-decoration: none;
}

.az-post-meta a:hover {
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-post-title {
    margin: 0;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.38;
}

.az-post-title a {
    color: #111;
    text-decoration: none;
}

.az-post-title a:hover {
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-resource-post-card {
    flex: 0 0 calc((100% - 56px) / 3);
    scroll-snap-align: start;
}

.az-single-main {
    background: #f6f6f6;
    padding: 48px 0 80px;
}

.az-single-shell {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin: 0 auto;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-single-shell-full {
    grid-template-columns: 1fr;
}

.az-single-article,
.az-single-widget,
.az-single-sidebar .bai-viet-lien-quan,
.az-single-related {
    background: #fff;
}

.az-single-article {
    padding: clamp(24px, 3vw, 44px);
}

.az-single-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 28px;
    padding-bottom: 20px;
}

.az-single-header h1,
.az-single-publication h1 {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.az-single-date {
    color: #8c929c;
    margin-bottom: 10px;
}

.az-single-date span {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-weight: 700;
}

.az-single-content {
    color: #242424;
    line-height: 1.8;
}

.az-single-content img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.az-single-content a {
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-single-content ul:not(.li-content) {
    list-style-position: outside;
    margin: 0 0 24px 20px;
    padding: 0;
}

.az-single-content ul:not(.li-content) > li {
    color: #111;
    line-height: 1.75;
    margin: 0 0 6px;
    list-style: disc;
}

.az-single-content ul:not(.li-content) > li a {
    color: #111;
    text-decoration: none;
}

.az-single-content ul:not(.li-content) > li a:hover {
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-single-publication {
    align-items: stretch;
    background: linear-gradient(135deg, #fff 0%, #fff7f7 58%, #f7eedb 100%);
    border: 1px solid rgba(153, 8, 8, .12);
    box-shadow: 0 20px 48px rgba(35, 18, 20, .08);
    display: grid;
    gap: clamp(22px, 3vw, 42px);
    grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
    margin-bottom: 34px;
    overflow: hidden;
    padding: clamp(20px, 3vw, 34px);
    position: relative;
}

.az-single-publication::before {
    background: linear-gradient(180deg, var(--main-col, var(--az-primary-color, #990808)), #d5a51d);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
}

.az-single-publication-image {
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
    min-height: 320px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.az-single-publication-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.az-single-publication-content {
    align-self: center;
    position: relative;
    z-index: 1;
}

.az-single-publication-desc {
    border-left: 3px solid rgba(153, 8, 8, .35);
    color: #3d3134;
    line-height: 1.75;
    margin: 18px 0 24px;
    padding-left: 16px;
}

.az-single-button,
.az-single-apply {
    background: var(--main-col, var(--az-primary-color, #990808));
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    line-height: 1.2;
    padding: 13px 24px;
    text-decoration: none;
}

.az-single-button:hover,
.az-single-apply:hover {
    color: #fff;
    opacity: .9;
}

.az-single-cv-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 100000;
}

.az-single-cv-modal.is-open {
    display: flex;
}

.az-single-cv-backdrop {
    background: rgba(0, 0, 0, .62);
    inset: 0;
    position: absolute;
}

.az-single-cv-dialog {
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    max-height: calc(100vh - 48px);
    max-width: 800px;
    overflow: auto;
    padding: 32px;
    position: relative;
    width: min(800px, 100%);
    z-index: 1;
}

.az-single-cv-close {
    align-items: center;
    background: var(--main-col, var(--az-primary-color, #990808));
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}

.az-cv-modal-open {
    overflow: hidden;
}

.az-single-section-title,
.az-single-documents h2,
.az-single-faq h2,
.az-single-related h2 {
    color: #111;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 18px;
}

.az-single-section-title {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.az-single-section-title::before {
    background: var(--main-col, var(--az-primary-color, #990808));
    content: "";
    display: inline-block;
    height: 3px;
    width: 42px;
}

.az-single-documents,
.az-single-faq {
    border-top: 1px solid #ececec;
    margin-top: 34px;
    padding-top: 28px;
}

.az-single-document-item,
.az-single-faq details {
    border: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 14px 16px;
}

.az-single-document-item {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.az-single-document-item a {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-weight: 700;
}

.az-single-faq summary {
    cursor: pointer;
    font-weight: 700;
}

.az-single-faq details > div {
    color: #444;
    line-height: 1.7;
    padding-top: 12px;
}

.az-single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.az-single-widget,
.az-single-sidebar .bai-viet-lien-quan,
.az-single-related {
    padding: 22px;
}

.az-single-author-card {
    border: 1px solid rgba(153, 8, 8, .12);
    box-shadow: 0 18px 38px rgba(30, 15, 18, .08);
    overflow: hidden;
    position: relative;
}

.az-single-author-card::before {
    background: linear-gradient(90deg, var(--main-col, var(--az-primary-color, #990808)), #d7aa20);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.az-single-widget h3,
.az-single-sidebar .bai-viet-lien-quan h2 {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-weight: 600;
    margin: 0 0 14px;
}

.az-single-job-info h3 {
    color: #111;
    margin: 16px 0 4px;
}

.az-single-job-info h3:first-child {
    margin-top: 0;
}

.az-single-job-info p {
    color: #555;
    margin: 0;
}

.az-single-author-card img {
    display: block;
    height: auto;
    margin: 8px auto 18px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.az-single-author-card h4 {
    color: #071329;
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 12px;
}

.az-single-author-card p {
    color: #283447;
    line-height: 1.45;
    margin: 0 0 9px;
}

.az-single-author-card p:last-child {
    margin-bottom: 0;
}

.az-single-share,
.az-single-entry-meta,
.az-single-wp-author,
.az-single-post-nav {
    border-top: 1px solid #ececec;
    margin-top: 30px;
    padding-top: 24px;
}

.az-single-lead-form {
    background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
    border: 1px solid rgba(153, 8, 8, .1);
    box-shadow: 0 16px 34px rgba(30, 15, 18, .06);
    margin-top: 40px;
    max-width: none;
    padding: 34px 38px 30px;
    width: 100%;
}

.az-single-lead-form h2,
.az-single-lead-form h3,
.az-single-lead-form .form-title {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.az-single-lead-form input,
.az-single-lead-form textarea,
.az-single-lead-form select {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #071329;
    min-height: 46px;
    padding: 0 14px;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.az-single-lead-form input:focus,
.az-single-lead-form textarea:focus,
.az-single-lead-form select:focus {
    border-color: rgba(153, 8, 8, .55);
    box-shadow: 0 0 0 3px rgba(153, 8, 8, .08);
    outline: none;
}

.az-single-lead-form p,
.az-single-lead-form .form-group,
.az-single-lead-form .az9s-field,
.az-single-lead-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 16px;
}

.az-single-lead-form input:not([type="submit"]),
.az-single-lead-form textarea,
.az-single-lead-form select {
    margin-bottom: 14px;
}

.az-single-lead-form input:not([type="submit"]):last-child,
.az-single-lead-form textarea:last-child,
.az-single-lead-form select:last-child {
    margin-bottom: 0;
}

.az-single-lead-form textarea {
    min-height: 110px;
    padding-top: 12px;
}

.az-single-lead-form button,
.az-single-lead-form input[type="submit"] {
    background: var(--main-col, var(--az-primary-color, #990808));
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    min-height: 48px;
    padding: 0 24px;
    text-transform: uppercase;
    width: auto;
}

.az-single-lead-form button,
.az-single-lead-form input[type="submit"] {
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.az-single-lead-form p:last-child {
    color: #303846;
    line-height: 1.65;
    margin: 10px 0 0;
}

.az-single-entry-meta {
    color: #555;
    display: grid;
    gap: 8px;
}

.az-single-entry-meta a {
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-single-wp-author {
    align-items: flex-start;
    display: flex;
    gap: 16px;
}

.az-single-wp-author img {
    border-radius: 50%;
    flex: 0 0 auto;
}

.az-single-wp-author h2 {
    margin: 0 0 6px;
}

.az-single-wp-author p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.az-single-post-nav {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-single-post-nav a {
    border: 1px solid #ececec;
    color: #111;
    display: block;
    font-weight: 700;
    min-height: 74px;
    padding: 14px;
    text-decoration: none;
}

.az-single-post-nav span {
    color: #555;
    display: block;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 5px;
}

.az-single-post-nav a:hover {
    border-color: var(--main-col, var(--az-primary-color, #990808));
    color: var(--main-col, var(--az-primary-color, #990808));
}

.az-single-related {
    margin-top: 34px;
}

.az-single-sidebar .az-single-related {
    margin-top: 0;
}

.az-single-related-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-single-sidebar .az-single-related-grid {
    grid-template-columns: 1fr;
}

.az-single-wide-block {
    margin: 40px auto 0;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-single-other-posts {
    margin: 56px auto 0;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

.az-single-other-head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

body.single-post .az-single-other-posts .az-single-other-head h2 {
    color: var(--main-col, var(--az-primary-color, #990808));
    font-family: "Manrope", "Inter", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0;
}

.az-single-other-head a {
    align-items: center;
    color: var(--main-col, var(--az-primary-color, #990808));
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    text-decoration: none;
}

.az-single-other-head a span {
    font-weight: 400;
    line-height: 1;
}

.az-single-other-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .az-single-shell {
        grid-template-columns: 1fr;
    }

    .az-single-related-grid,
    .az-single-other-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .az-single-main {
        padding: 32px 0 56px;
    }

    .az-single-publication {
        grid-template-columns: 1fr;
    }

    .az-single-document-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .az-single-post-nav {
        grid-template-columns: 1fr;
    }

    .az-single-related-grid,
    .az-single-other-grid {
        grid-template-columns: 1fr;
    }

    .az-single-lead-form {
        padding: 24px 18px 22px;
    }

    .az-single-other-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.az-resource-slider-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(168, 0, 0, .96);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    transition: background .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.az-resource-slider-wrap:hover .az-resource-slider-nav,
.az-resource-slider-wrap:focus-within .az-resource-slider-nav {
    opacity: 1;
    pointer-events: auto;
}

.az-resource-slider-nav::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.az-resource-slider-prev::before {
    transform: translateX(2px) rotate(-135deg);
}

.az-resource-slider-next::before {
    transform: translateX(-2px) rotate(45deg);
}

.az-resource-slider-nav:hover {
    background: #7f0000;
    box-shadow: 0 14px 32px rgba(127, 0, 0, .28);
    transform: translateY(-50%) scale(1.06);
}

.az-resource-slider-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.az-resource-slider-nav[hidden] {
    display: none;
}

.az-resource-slider-prev {
    left: -6px;
}

.az-resource-slider-next {
    right: -6px;
}

@media (max-width: 849px) {
    .az-service-detail-row {
        min-height: 0;
    }

    .az-service-detail-row {
        gap: 24px;
    }

    .az-service-detail-left,
    .az-service-detail-sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }

    .az-service-detail-left > .col-inner {
        position: static;
    }

    .col-sticky-sb > .col-inner {
        position: static;
    }

    .az-service-post-slider {
        grid-template-columns: 1fr;
    }

    .az-resource-post-grid {
        gap: 20px;
    }

    .az-resource-post-card {
        flex-basis: 86%;
    }

    .az-resource-slider-prev {
        left: 0;
    }

    .az-resource-slider-next {
        right: 0;
    }

    .az-resource-slider-nav {
        opacity: 1;
        pointer-events: auto;
    }

    .az-resource-category-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .az-resource-category-head h2 {
    }
}

.ct_brc .row {
    padding: 15px 15px 0;
}

.ct_brc span.last,
.ct_brc .rank-math-breadcrumb p a:nth-child(1) {
    color: var(--main-col);
}

.ct_brc p {
    margin-bottom: 0;
}

.pf-form-inner p {
    text-align: left !important;
}

.pf-form-inner .txt-people p {
    text-align: justify !important;
    color: var(--main-col);
}

.txt-people p {
}

.pf-form-inner label {
    margin-top: 4px;
}

.pf-form-inner input,
.pf-form-inner textarea {
    margin-bottom: 0;
    background-color: transparent;
    color: var(--main-col);
    border: 0;
    border-bottom: 1px solid #ddd !important;
    box-shadow: none;
}

.pf-form-inner input::placeholder,
.pf-form-inner textarea::placeholder {
    color: var(--main-col);
}

.pf-form-inner input.wpcf7-submit {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

span.wpcf7-spinner {
    display: none;
}

.portfolio-box .image-cover {
    width: 75%;
    margin: 0 auto;
    object-fit: unset;
}

.portfolio-box .box-text {
    padding: 10px;
    background: var(--main-col);
}

.portfolio-box .box-text .portfolio-box-title,
.portfolio-box .box-text .portfolio-box-category {
    color: #fff;
}

.portfolio-box .box-text .portfolio-box-category {
    opacity: 1;
}

.portfolio-box .box-text .portfolio-box-title {
    opacity: 1;
}

.portfolio-box:hover .box-text {
    transform: translateY(-15px);
}

.st_blog_cdv #ajax-load-more ul,
.alm-reveal {
    display: flex;
    flex-flow: row wrap;
}

.st_blog_cdv #ajax-load-more .col,
.alm-reveal .col.post-item {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0 2px 3px;
}

.st_blog_cdv .from_the_blog_excerpt,
.alm-reveal .col.post-item p,
.st_tainguyen .tn-postct .post-title,
.st_tainguyen .tn-postct .from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.st_blog_cdv .from_the_blog_excerpt,
.alm-reveal .col.post-item p,
.st_tainguyen .tn-postct .from_the_blog_excerpt {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.st_gioithieu .col-noradius-left img {
    border-radius: 0 !important;
}

.st_gioithieu h2,
.st_gioithieu h3 {
    color: var(--main-col);
    font-weight: 500;
    line-height: 40px;
}

.st_gioithieu h2,
h2.home-title,
.vct_vecd h2.vct_title {
}

.st_gioithieu h3 a {
}

.row-5-col .col {
    max-width: 20%;
    flex-basis: 20%;
    padding: 0 5px 30px;
}

.st_gioithieu .row-5-col .box {
    height: 100%;
    padding: 5px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 6px 1px #eaeaea;
}

.st_gioithieu .row-5-col .box:hover {
    cursor: pointer;
    box-shadow: 1px 1px 4px 1px #a8a8a8;
}

.st_gioithieu .box:hover a {
    color: var(--main-col);
}

.st_gioithieu .row-5-col .box-text.text-center {
    padding: 0 !important;
}

.row-countupp {
    margin-top: -75px;
}

.st_gioithieu .bg-linerhome {
    height: 130px !important;
    margin-bottom: -80px;
    background: linear-gradient(179.76deg, #E8CD1D -26.68%, rgba(216, 201, 68, 0) 99.79%);
}

h2.home-title,
.vct_vecd h2.vct_title {
    color: var(--main-col);
    line-height: 40px;
}

.home-t2 {
    margin-top: -10px;
    margin-bottom: 6px !important;
}

.st_gioithieu .col-video .banner-bg,
.st_gioithieu .col-video .banner,
.st_gioithieu .col-video .col-inner {
    border-radius: 20px;
}

.st_gioithieu .col-inner p {
    line-height: 28px;
}

.st_tn .row-countup h2 {
    margin-bottom: 0;
    color: #FFCE25;
    font-weight: 700;
    text-align: center;
}

.st_tn .row-countup p,
.st_lienhe .row-lienhe h3 {
    color: #fff;
    line-height: 1.205;
    font-weight: 100;
    text-align: center;
}

.st_tainguyen .tn-postct .post-title {
    min-height: 41px;
    color: var(--main-col);
    font-weight: 700;
    -webkit-line-clamp: 2;
}

.st_tainguyen .tn-postct .from_the_blog_excerpt {
    margin-top: 15px;
}

.is-divider {
    display: none;
}

.st_lienhe .row-lienhe {
    margin: 15px;
    padding: 5px 20px 10px;
    background: #E8CD1D;
    border: 2px solid #E8CD1D;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.row-countup .col-inner h2 span {
    font-weight: 700;
}

.row-countup .col-inner p {
    font-weight: 700;
}

.single-post .entry-content .wpcf7 {
    margin-bottom: 20px;
    padding: 20px;
    border: 3px solid var(--main-col);
    border-radius: 4px;
}

.single-post .entry-content .tt-form {
    color: var(--main-col);
    font-weight: 700;
}

.single-post h2 {
    margin-bottom: 20px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 40px;
}

.content-post-nd {
    margin-bottom: 20px;
    padding: 20px;
    border: 3px solid #b5dbff;
    border-radius: 4px;
    background: #162b3a;
    color: #dbdbdb;
}

.ct-yellow,
.content-post-nd a,
.content-post-nd a:hover,
.content-post-nd strong,
.content-post-nd h3 {
    color: #ffdd00;
}

.content-post-nd strong,
.content-post-nd-1 strong,
.content-post-nd-1 a {
}

.content-post-nd-1 {
    margin-bottom: 20px;
    padding: 10px;
    border: 3px solid var(--main-col);
    border-radius: 4px;
    background: #fff;
}

.content-post-nd-1 strong,
.content-post-nd-1 a {
    color: var(--main-col);
}

ul.li-content li,
.li-content-pd ul li {
    list-style: square;
    text-align: justify;
}

ul.li-content li:hover,
.li-content-pd ul li:hover {
    color: #e1cc48;
}

.tt-camon li {
    list-style: none;
    margin-left: 0 !important;
}

.tag-post a {
    padding: 2px 5px;
    border-radius: 2px;
    background: #f2f2f2;
    color: #656592;
}

.tab-step ul.nav.nav-center {
    padding: 5px;
    border-radius: 99px;
    background-color: #e2e8f0;
    text-align: center;
}

.tab-step ul.nav.nav-center span {
    padding: 5px 30px;
    border-radius: 99px;
    font-weight: 400;
}

.tab-step ul.nav.nav-center li.active span {
    background: var(--main-col);
    color: #fff;
}

.tab-step a {
    padding: 0 !important;
}

.tab-step .tab-panels h3 {
    padding: 10px;
    background: var(--main-col);
    color: #fff;
    font-weight: 500;
}

.tab-step .tab-panels p {
    padding: 10px;
}

.tab-step .entry-content {
    padding: 10px;
    background-color: #fff;
    box-shadow: -4px 4px 4px rgb(0 0 0 / 10%), 4px 4px 4px rgb(0 0 0 / 10%), 0 3px 3px rgb(0 0 0 / 10%);
}

.pt_camket .row-camket .col-inner {
    position: relative;
    height: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.pt_camket h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--main-col);
    font-weight: 700;
}

.pt_camket h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    margin: 0 auto;
    background-color: var(--main-col);
    transition: .3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.pt_camket p {
    margin-bottom: 15px;
}

.pt_camket a {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid var(--main-col);
    border-radius: 5px;
    color: var(--main-col);
}

.pt_camket .row-camket .col-inner:hover {
    background: #ffd6d0;
}

.pt_camket .icon-box:hover h3::before {
    width: 40px;
}

.sc-padding {
    padding: 40px 0 !important;
}

.sc-padding .col {
    padding-bottom: 0;
}

.quote-block.quote-block-right {
    min-width: 250px;
    margin-left: 4rem;
    margin-right: 2rem;
}

.quote-block .personnel-profile.full-w {
    width: 198px;
    max-width: 198px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 1rem;
    border-bottom: 0;
}

.personnel-profile-pic img {
    width: inherit;
    height: auto;
    border: 2px solid #e9ecef;
    border-radius: 50%;
}

.personnel-profile-info {
    padding-top: .8rem;
    text-align: center;
}

.personnel-profile-info a,
.personnel-profile-info span,
.personnel-profile-info p {
    text-align: center;
}

.personnel-profile-info span {
    font-weight: 500;
}

.az-people-single {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.az-people-single .quote-block {
    margin: 0;
}

.az-people-single .personnel-profile.full-w {
    width: 100%;
    max-width: 300px;
}

.az-people-single .personnel-profile-pic img {
    width: 100%;
    height: auto;
}

.az-people-single .personnel-profile-info h1 {
    margin: 14px 0 8px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 1.25;
}

.az-people-single .az-people-categories,
.az-people-single .az-people-tags {
    display: block;
    color: #333;
    line-height: 1.6;
}

.az-people-content {
    min-width: 0;
}

@media (max-width: 767px) {
    .az-people-single {
        display: block;
    }

    .az-people-single .personnel-profile.full-w {
        margin-bottom: 28px;
    }
}

.post_sticky_dv {
    position: sticky;
    top: 170px;
}

.bai-viet-lien-quan-2 {
    margin-top: 20px;
}

.bai-viet-lien-quan-2 ul li {
    float: left;
    width: 33.33%;
    padding-left: 4px;
    padding-right: 5px;
    list-style: none;
    margin-left: 0;
}

.bai-viet-lien-quan-2 h2 {
}

.bai-viet-lien-quan-2 ul li .box-image img {
    height: 225px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.bai-viet-lien-quan-2 ul li h3 {
    height: 45px;
    overflow: hidden;
    margin-top: 7px;
    color: var(--main-col);
    font-weight: 700;
    line-height: 22px;
}

.col-dv-padding {
    padding-bottom: 2px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-col);
    border: 1px solid var(--main-col);
}

@media only screen and (max-width: 48em) {
    .st_gioithieu_2 .row,
    .row-change {
        display: flex;
        flex-direction: column-reverse;
    }

    .ul-line-sv ul .menu-item,
    .bai-viet-lien-quan-2 ul li,
    .alm-reveal .col.post-item {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .col-padding-2 > .col-inner {
        padding: 0;
    }

    .home-title span.section-title-main {
    }

    h2.section-title.section-title-center {
        width: 95%;
    }

    h2.home-title,
    .vct_vecd h2.vct_title {
    }

    .section h2,
    .section h2 a {
    }

    .section h3,
    .section h3 a {
    }

    .section h4,
    .section h4 a {
    }

    .ul-line-sv ul#menu-menu-service .menu-item,
    .page-menu-service ul .menu-item {
        width: calc(50% - 10px);
    }

    .page-menu-service ul .menu-item a {
        height: 100%;
    }

    .ul-line-sv li a {
        padding-right: 5px;
    }

    .section .col {
        padding-bottom: 30px;
    }

    .section .col.no-pd,
    .col-linhvuc {
        padding-bottom: 0 !important;
    }

    .col-scroll-mb .col-inner {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .col-scroll-mb .col-inner .ux-logo {
        flex: 0 0 auto;
    }

    .banner_bg h1 {
    }

    .banner_bg .banner {
        padding-top: 250px !important;
    }

    .bg-white .col-inner {
        bottom: -15%;
        left: 0;
        z-index: 2;
    }

    .ns_banner .img-ns-pf .img img {
        left: 10%;
    }

    .st_banner .image-cover {
        padding-top: 165px !important;
    }

    .st_gioithieu h2 {
    }

    .row-5-col .col {
        max-width: 50%;
        flex-basis: 50%;
    }

    .row-5-col h3 a {
        color: var(--main-col);
    }

    .st_tainguyen .tn-postct .from_the_blog_excerpt {
        min-height: 41px;
    }

    .st_tainguyen .row-countup h2 {
    }

    .st_tainguyen .row-countup p {
    }

    .tab-step ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow-x: auto;
    }

    .tab-step ul.nav.nav-center span {
        width: 140px;
    }

    .alm-reveal {
        flex-direction: column;
    }

    .ul-2col {
        display: flex;
        flex-wrap: wrap;
    }

    .ul-2col .ft-div-1 {
        width: 46%;
    }

    .col-center-mb .col-inner {
        text-align: center !important;
    }

    .col-center-mb .img {
        margin: 10px auto !important;
    }
}

/* WP pagination — CDLAF red */
.wp-pagenavi a, .wp-pagenavi span,
.nav-links a, .nav-links span.current {
    display:inline-flex; align-items:center; justify-content:center;
    min-width:2.5rem; height:2.5rem; padding:0 1rem;
    background:#f7f2f1; border:1px solid rgba(153,8,8,.15);
    border-radius:.75rem; color:#24171a; font-weight:600;
    transition:all .2s; text-decoration:none;
}
.nav-links a:hover { background:rgba(153,8,8,.10); border-color:rgba(153,8,8,.3); color:#990808; }
.nav-links span.current { background:#990808; border-color:#990808; color:#fff; }

/* ═══════════════════════════════════════════
   HOMEPAGE 2.0 — AZ AI
═══════════════════════════════════════════ */
.hp-page {
    color: #0d1b2a;
    overflow: hidden;
}

.hp-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.hp-hero {
    position: relative;
    padding: 28px 0 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(153, 8, 8, 0.14), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(177, 13, 13, 0.12), transparent 24%),
        linear-gradient(180deg, #f5f8fc 0%, #f5f8fc 52%, #ffffff 100%);
}

.hp-hero::before,
.hp-hero::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(28px);
    opacity: 0.5;
}

.hp-hero::before {
    width: 220px;
    height: 220px;
    left: -80px;
    top: 120px;
    background: rgba(153, 8, 8, 0.12);
}

.hp-hero::after {
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: 40px;
    background: rgba(177, 13, 13, 0.10);
}

.hp-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 32px;
    align-items: center;
    min-height: calc(100vh - 108px);
    padding-bottom: 28px;
}

.hp-hero-copy {
    max-width: 620px;
}

.hp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(153, 8, 8, 0.08);
    border: 1px solid rgba(153, 8, 8, 0.12);
    color: #003a6b;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hp-kicker .ms {
    color: #0057b8;
}

.hp-eyebrow {
    margin: 18px 0 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a7a94;
}

.hp-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.045em;
    color: #061827;
}

.hp-lead {
    max-width: 560px;
    margin: 22px 0 0;
    line-height: 1.75;
    color: #4a6070;
}

.hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-btn:hover {
    transform: translateY(-1px);
}

.hp-btn-primary {
    background: linear-gradient(135deg, #0057b8, #0097a7);
    color: #fff;
    box-shadow: 0 18px 40px rgba(153, 8, 8, 0.22);
}

.hp-btn-primary:hover {
    box-shadow: 0 24px 48px rgba(153, 8, 8, 0.28);
}

.hp-btn-secondary {
    color: #003a6b;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(153, 8, 8, 0.14);
    box-shadow: 0 8px 26px rgba(153, 8, 8, 0.06);
}

.hp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(153, 8, 8, 0.12);
    color: #3a5068;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(153, 8, 8, 0.06);
}

.hp-mini-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.hp-mini-stat {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 18px 42px rgba(153, 8, 8, 0.06);
}

.hp-mini-num {
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #061827;
}

.hp-mini-num span {
    color: #0097a7;
}

.hp-mini-label {
    margin-top: 8px;
    line-height: 1.5;
    color: #5a7a94;
}

.hp-hero-visual {
    min-width: 0;
}

.hp-carousel,
.hp-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(153, 8, 8, 0.12);
    background: #061827;
    box-shadow: 0 26px 80px rgba(0, 52, 101, 0.18);
}

.hp-carousel {
    min-height: 540px;
}

.hp-carousel-stage {
    position: relative;
    min-height: 540px;
}

.hp-banner-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(12px) scale(0.99);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hp-banner-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 1;
}

.hp-banner-media {
    position: absolute;
    inset: 0;
}

.hp-banner-media img,
.hp-visual-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-banner-fallback {
    width: 100%;
    height: 100%;
}

.hp-banner-overlay,
.hp-visual-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 24, 39, 0.88) 0%, rgba(6, 24, 39, 0.5) 42%, rgba(6, 24, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(153, 8, 8, 0.16), rgba(177, 13, 13, 0.08));
}

.hp-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 540px;
    padding: 34px;
    color: #fff;
}

.hp-banner-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(130, 252, 135, 0.14);
    border: 1px solid rgba(130, 252, 135, 0.22);
    color: #baf7bf;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hp-banner-title {
    margin: 16px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    max-width: 12ch;
}

.hp-banner-sub {
    max-width: 520px;
    margin: 16px 0 0;
    line-height: 1.75;
    color: rgba(224, 234, 245, 0.86);
}

.hp-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hp-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hp-banner-btn:hover {
    transform: translateY(-1px);
}

.hp-banner-btn-primary {
    background: #82fc87;
    color: #061827;
}

.hp-banner-btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hp-carousel-controls {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-carousel-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hp-carousel-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.hp-carousel-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hp-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.34);
    cursor: pointer;
    padding: 0;
}

.hp-carousel-dot.is-active {
    background: #82fc87;
    transform: scale(1.2);
}

.hp-visual-stack {
    display: grid;
    gap: 14px;
}

.hp-visual-primary {
    min-height: 420px;
}

.hp-visual-media {
    position: absolute;
    inset: 0;
}

.hp-visual-meta {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.hp-visual-kicker {
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #baf7bf;
}

.hp-visual-title {
    margin-top: 8px;
    max-width: 14ch;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.hp-visual-seal {
    width: 84px;
    height: 84px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.hp-visual-seal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hp-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hp-visual-chip {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(153, 8, 8, 0.10);
    box-shadow: 0 14px 34px rgba(153, 8, 8, 0.06);
}

.hp-visual-chip .ms {
    color: #0057b8;
}

.hp-visual-chip strong {
    display: block;
    color: #061827;
}

.hp-visual-chip p {
    margin: 4px 0 0;
    line-height: 1.55;
    color: #5a7a94;
}

.hp-strip {
    margin-top: -18px;
    padding: 0 0 16px;
}

.hp-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hp-strip-card {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 20px 48px rgba(153, 8, 8, 0.06);
}

.hp-strip-num {
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #061827;
}

.hp-strip-num span {
    color: #0097a7;
}

.hp-strip-label {
    margin-top: 8px;
    line-height: 1.55;
    color: #5a7a94;
}

.hp-section {
    padding: clamp(72px, 8vw, 112px) 0;
}

.hp-section-alt {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.hp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 34px;
}

.hp-section-head-center {
    justify-content: center;
    text-align: center;
}

.hp-section-head-center > div {
    max-width: 760px;
}

.hp-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #006e20;
}

.hp-section-title {
    margin: 14px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #061827;
}

.hp-section-lead {
    margin: 16px 0 0;
    max-width: 720px;
    line-height: 1.8;
    color: #4a6070;
}

.hp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    color: #003a6b;
    font-weight: 600;
}

.hp-text-link:hover {
    color: #0057b8;
}

.hp-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hp-service-feature {
    grid-column: span 2;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(150deg, #061827 0%, #0a2443 55%, #0057b8 100%);
    color: #fff;
    box-shadow: 0 24px 64px rgba(0, 52, 101, 0.20);
}

.hp-feature-badge,
.hp-service-badge,
.hp-hub-badge,
.hp-cta-side-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hp-feature-badge {
    background: rgba(130, 252, 135, 0.14);
    border: 1px solid rgba(130, 252, 135, 0.18);
    color: #baf7bf;
}

.hp-service-feature h3 {
    margin: 18px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.hp-service-feature p {
    margin: 16px 0 0;
    line-height: 1.85;
    color: rgba(224, 234, 245, 0.86);
}

.hp-feature-points {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.hp-feature-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #fff;
}

.hp-feature-points .ms {
    color: #82fc87;
}

.hp-service-card {
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 20px 48px rgba(153, 8, 8, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-service-card:hover,
.hp-hub-card:hover,
.hp-partner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(153, 8, 8, 0.10);
    border-color: rgba(153, 8, 8, 0.16);
}

.hp-service-top {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5fc, #ddeeff);
    aspect-ratio: 16 / 10;
}

.hp-service-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(153, 8, 8, 0.08);
    margin-bottom: 4px;
}

.hp-service-icon .ms {
    color: #0057b8;
}

.hp-service-badge {
    margin-top: 2px;
    background: rgba(177, 13, 13, 0.08);
    border: 1px solid rgba(177, 13, 13, 0.15);
    color: #006e7a;
}

.hp-service-title {
    margin: 14px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #061827;
}

.hp-service-title a {
    color: inherit;
    text-decoration: none;
}

.hp-service-desc {
    margin: 12px 0 0;
    line-height: 1.8;
    color: #4a6070;
    flex: 1;
}

.hp-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: #0057b8;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

.hp-service-link:hover {
    color: #0097a7;
}

.hp-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 32px;
    align-items: center;
}

.hp-tech-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.hp-tech-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 18px 40px rgba(153, 8, 8, 0.05);
}

.hp-tech-abbr {
    flex-shrink: 0;
    width: 54px;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #0057b8;
}

.hp-tech-item h3 {
    margin: 0;
    line-height: 1.25;
    font-weight: 600;
    color: #061827;
}

.hp-tech-item p {
    margin: 5px 0 0;
    line-height: 1.7;
    color: #4a6070;
}

.hp-tech-visual {
    padding: 0;
    min-height: 520px;
}

.hp-tech-media {
    position: relative;
    min-height: 370px;
}

.hp-tech-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 20px;
}

.hp-tech-foot strong {
    display: block;
    color: #061827;
}

.hp-tech-foot p {
    margin: 6px 0 0;
    line-height: 1.65;
    color: #5a7a94;
}

.hp-tech-chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(177, 13, 13, 0.08);
    color: #006e7a;
    font-weight: 600;
}

.hp-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hp-hub-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 18px 40px rgba(153, 8, 8, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-hub-media {
    min-height: 220px;
    background: linear-gradient(135deg, #eef5fc, #d6e8f8);
}

.hp-hub-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-hub-fallback {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0057b8;
}

.hp-hub-fallback .ms {
    opacity: 0.28;
}

.hp-hub-body {
    padding: 24px;
}

.hp-hub-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.hp-hub-top h3 {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #061827;
}

.hp-hub-badge {
    background: rgba(153, 8, 8, 0.08);
    border: 1px solid rgba(153, 8, 8, 0.10);
    color: #003a6b;
}

.hp-hub-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.hp-hub-metrics span {
    display: block;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a90a4;
}

.hp-hub-metrics strong {
    display: block;
    margin-top: 4px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    color: #061827;
}

.hp-hub-desc {
    margin: 16px 0 0;
    line-height: 1.8;
    color: #4a6070;
}

.hp-hub-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(153, 8, 8, 0.08);
    color: #4a6070;
}

.hp-hub-location .ms {
    color: #0097a7;
}

.hp-partner-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.hp-partner-item {
    min-height: 86px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(153, 8, 8, 0.08);
    box-shadow: 0 14px 32px rgba(153, 8, 8, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-partner-item img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.hp-partner-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.hp-partner-item span {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    color: #003a6b;
    text-align: center;
}

.hp-cta {
    padding-bottom: 92px;
}

.hp-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #061827 0%, #0a2443 50%, #0057b8 100%);
    color: #fff;
    box-shadow: 0 28px 84px rgba(0, 52, 101, 0.24);
}

.hp-cta-copy .hp-section-kicker,
.hp-cta-copy .hp-section-title,
.hp-cta-copy .hp-section-lead {
    color: #fff;
}

.hp-cta-copy .hp-section-lead {
    max-width: 640px;
    color: rgba(224, 234, 245, 0.86);
}

.hp-cta-side {
    display: grid;
    gap: 12px;
}

.hp-cta-side-card,
.hp-cta-side-list {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.hp-cta-side-card strong {
    display: block;
    margin-top: 10px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    color: #fff;
}

.hp-cta-side-card p {
    margin: 10px 0 0;
    line-height: 1.75;
    color: rgba(224, 234, 245, 0.82);
}

.hp-cta-side-list {
    display: grid;
    gap: 10px;
}

.hp-cta-side-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #fff;
}

.hp-cta-side-list .ms {
    color: #82fc87;
}

@media (max-width: 1100px) {
    .hp-hero-shell,
    .hp-split,
    .hp-cta-panel {
        grid-template-columns: 1fr;
    }

    .hp-mini-stats,
    .hp-strip-grid,
    .hp-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-service-feature {
        grid-column: span 2;
    }

    .hp-hub-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hp-shell {
        padding: 0 20px;
    }

    .hp-hero-shell {
        min-height: auto;
        padding-bottom: 10px;
    }

    .hp-title {
    }

    .hp-lead {
    }

    .hp-mini-stats,
    .hp-strip-grid,
    .hp-partner-grid,
    .hp-services-grid,
    .hp-visual-grid {
        grid-template-columns: 1fr;
    }

    .hp-service-feature {
        grid-column: auto;
    }

    .hp-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hp-cta-panel {
        padding: 24px;
    }

    .hp-carousel,
    .hp-carousel-stage,
    .hp-banner-content {
        min-height: 460px;
    }

    .hp-banner-content {
        padding: 24px;
    }

    .hp-carousel-controls {
        right: 14px;
        left: 14px;
        justify-content: space-between;
    }
}

/* ═══════════════════════════════════════════
   HOMEPAGE RED / GOLD OVERRIDES
═══════════════════════════════════════════ */
body.home {
    background: #faf7f5;
    color: #24171a;
}

body.home #site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
}

body.home #site-header ~ #site-header,
body.home #mobile-nav:not(.open) {
    display: none !important;
}

body.admin-bar.home #site-header {
    top: 32px;
}

body.home #site-header.scrolled {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
}

body.home #site-header .header-inner {
    width: 100%;
    max-width: var(--az-site-width, 1510px);
    height: var(--az-header-height, 92px);
    gap: 42px;
    padding: 18px clamp(16px, var(--az-container-padding, 40px), 80px) 0;
}

body.home #site-header #logo-wrap .logo-fallback-text,
body.home #site-header #logo-wrap .custom-logo-link,
body.home #site-header #logo-wrap img.custom-logo {
    color: #fff;
}

body.home #site-header #logo-wrap .custom-logo-link img,
body.home #site-header #logo-wrap img.custom-logo {
    height: var(--az-logo-height, 56px);
    max-width: 312px;
}

body.home #site-header #logo-wrap .logo-fallback-icon {
    width: 116px;
    height: 42px;
    border-radius: 0;
    background: linear-gradient(90deg, #e2b21c 0%, #c49318 34%, #b11f2c 74%, #8f1b2a 100%);
}

body.home #site-header #logo-wrap .logo-fallback-text {
    display: none;
}

body.home #site-header #site-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
    margin-right: auto;
    gap: 0;
}

body.home #site-header #site-nav ul {
    justify-content: flex-start;
    gap: 16px;
}

body.home #site-header #site-nav li a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 7px 8px;
}

body.home #site-header #site-nav li a:hover,
body.home #site-header #site-nav li.current-menu-item > a,
body.home #site-header #site-nav li.current-page-ancestor > a {
    background: transparent;
}

body.home #site-header #site-nav li a:hover {
    color: #fff;
}

body.home #site-header #site-nav li.current-menu-item > a,
body.home #site-header #site-nav li.current-page-ancestor > a {
    color: var(--az-header-active-color, #a5090d);
    font-weight: 500;
}

body.home #site-header .btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #a5090d;
    color: #fff;
    box-shadow: none;
}

body.home #site-header .header-actions {
    margin-left: auto;
}

body.home #site-header .btn-icon:hover {
    background: #88080c;
    color: #fff;
}

body.home #site-header .btn-cta {
    display: none;
}

body.home #site-header .az-lang-switcher {
    display: flex;
    align-items: center;
    gap: 0;
}

body.home #site-header .az-lang-current {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    padding: 6px 4px;
    border-color: transparent;
    background: transparent;
}

body.home #site-header .az-lang-current:hover,
body.home #site-header .az-lang-current:focus {
    color: #fff;
    background: transparent;
    border-color: transparent;
}

body.home #site-header .az-lang-current .ms {
}

body.home #site-header .az-lang-menu {
    top: calc(100% + 9px);
}

body.home .home-page {
    overflow: hidden;
}

body.home .home-shell {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin: 0 auto;
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

body.home .home-hero {
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

body.home .home-hero-slider {
    position: relative;
    width: 100%;
    height: 900px;
    min-height: 900px;
    overflow: hidden;
    background: #0e2338;
    z-index: 1;
}
body.home .home-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
}

body.home .home-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

body.home .home-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

body.home .home-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.10) 100%);
}

body.home .home-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    opacity: 1;
    transition: opacity 0.3s ease, background 0.2s ease;
}

body.home .home-hero-slider:hover .home-hero-nav {
    opacity: 1;
}

body.home .home-hero-nav:hover {
    background: rgba(255, 255, 255, 0.16);
}

body.home .home-hero-nav-prev { left: 36px; }
body.home .home-hero-nav-next { right: 36px; }

body.home .home-hero-nav .ms {
}

/* Dots indicator cho banner */
body.home .home-hero-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
    align-items: center;
}

body.home .home-hero-dot {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background: rgba(185, 74, 27, 0.45);
    cursor: pointer;
    transition: all 0.3s ease;
}

body.home .home-hero-dot:hover {
    background: rgba(185, 74, 27, 0.8);
}

body.home .home-hero-dot.is-active {
    width: 38px;
    background: #b80009;
}

body.home .home-section {
    padding: 40px 0 32px;
    width: 100%;
}

body.home .home-region-section {
    padding: 42px 0 34px;
    background: #fbf8f6;
}

body.home .home-region-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 42px;
    align-items: center;
}

body.home .home-region-left {
    min-width: 0;
}

body.home .home-region-slider {
    position: relative;
    padding: 0 44px;
}

body.home .home-region-viewport {
    overflow: hidden;
    position: relative;
    cursor: grab;
    user-select: none;
}

body.home .home-region-viewport:active {
    cursor: grabbing;
}

body.home .home-region-track {
    display: flex;
    gap: 24px;
    padding: 52px 0 56px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.home .home-region-card {
    position: relative;
    display: block;
    flex: 0 0 calc(33.333% - 16px);
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    background: #d8cfd5;
    border: 1px solid rgba(141, 29, 44, 0.08);
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.9);
    opacity: 0.54;
    cursor: pointer;
}

body.home .home-region-card.is-center {
    transform: scale(1.16);
    opacity: 1;
    box-shadow: 0 16px 34px rgba(90, 24, 32, 0.12);
    z-index: 2;
}

/* Hover: nổi cao hơn cả card giữa, sáng lên */
body.home .home-region-card:hover {
    transform: scale(1.17);
    opacity: 1;
    box-shadow: 0 28px 56px rgba(90, 24, 32, 0.24);
    z-index: 3;
}

body.home .home-region-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(141, 29, 44, 0.18);
    background: rgba(255, 255, 255, 0.95);
    color: #8d1d2c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 10px 24px rgba(90, 24, 32, 0.12);
    transition: all 0.2s ease;
}

body.home .home-region-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

body.home .home-region-prev { left: 0; }
body.home .home-region-next { right: 0; }

body.home .home-region-nav .ms {
}

body.home .home-region-media,
body.home .home-region-fallback {
    position: absolute;
    inset: 0;
}

body.home .home-region-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1.2px) saturate(0.9) opacity(0.36);
    transform: scale(1.08);
    transition: filter 0.45s ease, transform 0.45s ease;
}

/* Card giữa: sáng hơn 2 bên một chút */
body.home .home-region-card.is-center .home-region-media img {
    filter: blur(0.2px) saturate(1) opacity(0.72);
    transform: scale(1.05);
}

/* Hover: bỏ hoàn toàn blur, ảnh sáng rõ */
body.home .home-region-card:hover .home-region-media img {
    filter: blur(0px) saturate(1.15) opacity(0.9);
    transform: scale(1.03);
}

body.home .home-region-fallback {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.48), transparent 24%),
        radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.32), transparent 22%),
        linear-gradient(145deg, rgba(141, 29, 44, 0.24) 0%, rgba(176, 166, 178, 0.72) 45%, rgba(235, 226, 231, 0.92) 100%);
}

body.home .home-region-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(90, 75, 86, 0.20) 0%, rgba(255,255,255,0.10) 54%, rgba(141, 29, 44, 0.05) 100%);
}

body.home .home-region-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 18px 14px 0;
    text-align: center;
}

body.home .home-region-icon {
    display: none;
}

body.home .home-region-city {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    line-height: 1.35;
    font-size: 18px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

body.home .home-region-nav {
    display: none;
}

body.home .home-region-right {
    padding-left: 12px;
}

body.home .home-region-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.1;
    font-weight: 600;
    font-size: 24px !important;
    color: #a10d10;
    text-transform: uppercase;
    white-space: nowrap;
}

body.home .home-region-subtitle {
    margin: 18px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: #a10d10;
}

body.home .home-region-text {
    margin: 24px 0 0;
    line-height: 1.78;
    color: #2e2527;
}

body.home .home-region-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding-bottom: 2px;
    color: #a10d10;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(161, 13, 16, 0.22);
}

/* ── Section 3: DỊCH VỤ ─────────────────────────────────────────────────────── */
body.home .home-dv-section {
    padding: 56px 0 48px;
    background: #fff;
    border-top: 1px solid #f0eae8;
}

body.home .home-dv-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap: 56px;
    align-items: start;
}

body.home .home-dv-intro {
    padding-right: 8px;
}

body.home .home-dv-title {
    margin: 0 0 24px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    line-height: 1.05;
    color: #a10d10;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

body.home .home-dv-desc {
    margin: 0;
    line-height: 1.82;
    color: #3e2e31;
}

body.home .home-dv-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}

body.home .home-dv-col {
    display: flex;
    flex-direction: column;
}

body.home .home-dv-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #ede6e4;
    text-decoration: none;
    color: #24171a;
    transition: color .18s ease;
}

body.home .home-dv-item:first-child {
    border-top: 1px solid #ede6e4;
}

body.home .home-dv-item:hover {
    color: #a10d10;
}

body.home .home-dv-item-name {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

body.home .home-dv-item-arrow {
    color: #a10d10;
    flex-shrink: 0;
    opacity: 0.75;
    transition: transform .18s ease, opacity .18s ease;
}

body.home .home-dv-item:hover .home-dv-item-arrow {
    transform: translateX(3px);
    opacity: 1;
}

body.home .home-dv-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

body.home .home-dv-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1.5px solid #a10d10;
    color: #a10d10;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background .18s ease, color .18s ease;
}

body.home .home-dv-more-btn:hover {
    background: #a10d10;
    color: #fff;
}

body.home .home-dv-more-btn .ms {
}

/* ── Section 3 Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    body.home .home-dv-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.home .home-dv-intro {
        padding-right: 0;
        max-width: 680px;
    }
}

@media (max-width: 600px) {
    body.home .home-dv-list-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.home .home-dv-col:last-child .home-dv-item:first-child {
        border-top: none;
    }
}

/* ── End Section 3 ─────────────────────────────────────────────────────────── */
/* ── Section 4: BÀI VIẾT MỚI ───────────────────────────────────────────────── */
body.home .home-blog-section {
    padding: 56px 0 48px;
    background: #f9f7f6;
}

body.home .home-blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

body.home .home-blog-section-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    line-height: 1.05;
    color: #a10d10;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

body.home .home-blog-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1.5px solid #a10d10;
    color: #a10d10;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background .18s ease, color .18s ease;
    border-radius: 20px;
}

body.home .home-blog-more-link:hover {
    background: #a10d10;
    color: #fff;
}

body.home .home-blog-more-link .ms {
}

body.home .home-blog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Bài lớn bên trái — layout dọc: ảnh 16/9 + nội dung */
body.home .home-blog-featured {
    background: #fff;
    box-shadow: 0 8px 24px rgba(49, 18, 22, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

body.home .home-blog-featured-media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
}

body.home .home-blog-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

body.home .home-blog-featured:hover .home-blog-featured-media img {
    transform: scale(1.05);
}

body.home .home-blog-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e3e1 0%, #d4ccc9 100%);
}

body.home .home-blog-featured-body {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.home .home-blog-featured-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

body.home .home-blog-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(161, 13, 16, 0.08);
    color: #a10d10;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(161, 13, 16, 0.18);
    transition: background .18s ease;
    width: fit-content;
    white-space: nowrap;
}

body.home .home-blog-label:hover {
    background: rgba(161, 13, 16, 0.14);
}

body.home .home-blog-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    color: #a28b91;
    font-size: 14px !important;
}

body.home .home-blog-featured-title {
    margin: 12px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.35;
    font-weight: 600;
    color: #24171a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.home .home-blog-featured-title a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

body.home .home-blog-featured-title a:hover {
    color: #a10d10;
}

body.home .home-blog-featured-desc {
    margin: 10px 0 0;
    line-height: 1.65;
    color: #73656a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 4 bài nhỏ bên phải (grid 2x2) */
body.home .home-blog-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

body.home .home-blog-card {
    background: #fff;
    box-shadow: 0 8px 24px rgba(49, 18, 22, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

body.home .home-blog-card-media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

body.home .home-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

body.home .home-blog-card:hover .home-blog-card-media img {
    transform: scale(1.05);
}

body.home .home-blog-card-body {
    padding: 14px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.home .home-blog-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

body.home .home-blog-card-title {
    margin: 8px 0 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.4;
    font-weight: 700;
    color: #24171a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.home .home-blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

body.home .home-blog-card-title a:hover {
    color: #a10d10;
}

body.home .home-blog-card-desc {
    margin: 6px 0 0;
    line-height: 1.6;
    color: #73656a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Section 4 Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    body.home .home-blog-grid {
        grid-template-columns: 1fr;
    }

    body.home .home-blog-side {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    body.home .home-blog-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.home .home-blog-side {
        grid-template-columns: 1fr;
    }

    body.home .home-blog-featured-media {
        height: 240px;
    }

    body.home .home-blog-card-media {
        height: 180px;
    }
}

/* ── End Section 4 ─────────────────────────────────────────────────────────── */
/* ── Section 5: ĐỐI TÁC CỦA CHÚNG TÔI ─────────────────────────────────────── */
body.home .home-partners-section {
    padding: 52px 0 48px;
    background: #fff;
    border-top: 1px solid #f0eae8;
    overflow: hidden;
}

body.home .home-partners-head {
    text-align: center;
    margin-bottom: 28px;
}

body.home .home-partners-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    line-height: 1.05;
    color: #a10d10;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

body.home .home-partners-note {
    margin: 12px auto 0;
    max-width: 560px;
    line-height: 1.7;
    color: #73656a;
}

body.home .home-partners-track-wrap {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

body.home .home-partners-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: homePartnersScroll 46s linear infinite;
}

body.home .home-partners-track:hover {
    animation-play-state: paused;
}

@keyframes homePartnersScroll {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

body.home .home-partners-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 184px;
    height: 80px;
    padding: 0 30px;
    border-left: 1px solid #f0eae8;
    text-decoration: none;
    transition: opacity .2s ease;
}

body.home .home-partners-item:last-child {
    border-right: 1px solid #f0eae8;
}

body.home .home-partners-item:hover {
    opacity: 0.75;
}

body.home .home-partners-item img {
    max-height: 46px;
    max-width: 132px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.46);
    transition: filter .25s ease;
}

body.home .home-partners-item:hover img {
    filter: grayscale(0%) opacity(1);
}

body.home .home-partners-name {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    color: #a28b91;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease;
}

body.home .home-partners-item:hover .home-partners-name {
    color: #a10d10;
}

body.home .home-partners-empty {
    text-align: center;
    color: #a28b91;
}

body.home .home-partners-empty a {
    color: #a10d10;
    font-weight: 700;
}

/* ── End Section 5 ─────────────────────────────────────────────────────────── */
/* ── Section 6: NHẬN VĂN BẢN PHÁP LUẬT MỚI ────────────────────────────────── */
body.home .home-newsletter-section {
    padding: 0;
    background: linear-gradient(135deg, #6d6d6d 0%, #4a4a4a 100%);
    position: relative;
    overflow: hidden;
}

body.home .home-newsletter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255,255,255,0.03) 49%, rgba(255,255,255,0.03) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255,255,255,0.03) 49%, rgba(255,255,255,0.03) 51%, transparent 52%);
    background-size: 60px 60px;
    opacity: 0.4;
    pointer-events: none;
}

body.home .home-newsletter-inner {
    position: relative;
    z-index: 1;
    padding: 56px 24px;
    text-align: center;
}

body.home .home-newsletter-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

body.home .home-newsletter-desc {
    margin: 12px auto 0;
    max-width: 580px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

body.home .home-newsletter-form,
body.home .home-newsletter-shortcode .az-lead-form {
    margin-top: 32px;
}

.home-newsletter-section .newsletter-inline-form {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 10px !important;
    width: min(508px, 100%);
    margin: 32px auto 0;
    grid-column: 1 / -1 !important;
}

.home-newsletter-section .home-newsletter-shortcode form.az-lead-form:has(.newsletter-inline-form) {
    display: block !important;
    width: min(508px, 100%) !important;
    max-width: 508px !important;
    margin: 32px auto 0 !important;
}

.home-newsletter-section .newsletter-inline-form input[type="email"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 54px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    color: #2e2527;
    font-family: inherit;
    box-shadow: none;
    outline: none;
    transition: background .2s ease, box-shadow .2s ease;
}

.home-newsletter-section .newsletter-inline-form input[type="email"]:focus {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.home-newsletter-section .newsletter-inline-form input[type="email"]::placeholder {
    color: #a28b91;
}

.home-newsletter-section .newsletter-inline-form button {
    flex: 0 0 auto;
    height: 54px;
    min-width: 118px;
    margin: 0;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background: #c41e1e;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 54px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}

.home-newsletter-section .newsletter-inline-form button:hover {
    background: #a10d10;
}

.home-newsletter-section .newsletter-inline-form button:active {
    background: #8d0b0e;
}

.home-newsletter-section .newsletter-inline-form button:disabled {
    background: #888;
    cursor: not-allowed;
    transform: none;
}

body.home .home-newsletter-input-wrap,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form,
.home-newsletter-section .home-newsletter-lead-form,
body.home .home-newsletter-shortcode .az-lead-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 520px;
    margin: 32px auto 0 !important;
}

.home-newsletter-section .home-newsletter-shortcode form.az-lead-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: min(520px, 100%) !important;
    max-width: 520px !important;
    margin: 32px auto 0 !important;
}

.home-newsletter-section .home-newsletter-lead-form p,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form p,
.home-newsletter-section .home-newsletter-shortcode form.az-lead-form p,
body.home .home-newsletter-shortcode .az-lead-form p {
    display: contents !important;
    margin: 0;
}

.home-newsletter-section .home-newsletter-lead-form > input:not([type="hidden"]) {
    grid-column: 1 !important;
}

.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > input:not([type="hidden"]) {
    grid-column: 1 !important;
    width: 100% !important;
}

.home-newsletter-section .home-newsletter-shortcode form.az-lead-form input:not([type="hidden"]) {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.home .home-newsletter-shortcode .az-lead-form-field {
    flex: 1;
    min-width: 0;
    display: block !important;
    grid-column: 1 !important;
    margin: 0 !important;
    gap: 0 !important;
}

body.home .home-newsletter-shortcode .az-lead-form-field span {
    display: none;
}

body.home .home-newsletter-input,
.home-newsletter-section .home-newsletter-shortcode form.az-lead-form input:not([type="hidden"]),
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > input:not([type="hidden"]),
.home-newsletter-section .home-newsletter-lead-form input:not([type="hidden"]),
body.home .home-newsletter-shortcode .az-lead-form input,
body.home .home-newsletter-shortcode .az-lead-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 54px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    color: #2e2527;
    font-family: inherit;
    transition: background .2s ease;
    box-shadow: none !important;
}

body.home .home-newsletter-input:focus,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > input:not([type="hidden"]):focus,
.home-newsletter-section .home-newsletter-lead-form input:not([type="hidden"]):focus,
body.home .home-newsletter-shortcode .az-lead-form input:focus,
body.home .home-newsletter-shortcode .az-lead-form input[type="email"]:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

body.home .home-newsletter-input::placeholder,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > input:not([type="hidden"])::placeholder,
.home-newsletter-section .home-newsletter-lead-form input:not([type="hidden"])::placeholder,
body.home .home-newsletter-shortcode .az-lead-form input::placeholder,
body.home .home-newsletter-shortcode .az-lead-form input[type="email"]::placeholder {
    color: #a28b91;
}

body.home .home-newsletter-btn,
.home-newsletter-section .home-newsletter-shortcode form.az-lead-form button,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > button,
.home-newsletter-section .home-newsletter-lead-form > button,
body.home .home-newsletter-shortcode .az-lead-form button,
body.home .home-newsletter-shortcode .az-lead-form input[type="submit"],
body.home .home-newsletter-shortcode .az-lead-form button[type="submit"] {
    display: block !important;
    grid-column: 2 !important;
    height: 54px !important;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background: #c41e1e;
    color: #fff;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
    white-space: nowrap;
    margin: 0 !important;
    width: auto !important;
    min-width: 118px !important;
    line-height: 54px !important;
}

body.home .home-newsletter-btn:hover,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > button:hover,
.home-newsletter-section .home-newsletter-lead-form > button:hover,
body.home .home-newsletter-shortcode .az-lead-form button:hover,
body.home .home-newsletter-shortcode .az-lead-form input[type="submit"]:hover,
body.home .home-newsletter-shortcode .az-lead-form button[type="submit"]:hover {
    background: #a10d10;
    transform: translateY(-1px);
}

body.home .home-newsletter-btn:active,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > button:active,
.home-newsletter-section .home-newsletter-lead-form > button:active,
body.home .home-newsletter-shortcode .az-lead-form button:active,
body.home .home-newsletter-shortcode .az-lead-form input[type="submit"]:active,
body.home .home-newsletter-shortcode .az-lead-form button[type="submit"]:active {
    transform: translateY(0);
}

body.home .home-newsletter-btn:disabled,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > button:disabled,
.home-newsletter-section .home-newsletter-lead-form > button:disabled,
body.home .home-newsletter-shortcode .az-lead-form button:disabled,
body.home .home-newsletter-shortcode .az-lead-form input[type="submit"]:disabled,
body.home .home-newsletter-shortcode .az-lead-form button[type="submit"]:disabled {
    background: #888;
    cursor: not-allowed;
    transform: none;
}

body.home .home-newsletter-message,
.home-newsletter-section .home-newsletter-shortcode form.az-lead-form .az-lead-form-message,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > .az-lead-form-message,
.home-newsletter-section .home-newsletter-lead-form .az-lead-form-message,
body.home .home-newsletter-shortcode .az-lead-form-message {
    grid-column: 1 / -1 !important;
    flex-basis: 100%;
    margin-top: 16px;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
}

.home-newsletter-section .home-newsletter-lead-form .az-lead-form-message:empty,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > .az-lead-form-message:empty,
body.home .home-newsletter-shortcode .az-lead-form-message:empty {
    display: none;
}

body.home .home-newsletter-message-success {
    background: rgba(76, 175, 80, 0.15);
    color: #a8e6a3;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.home-newsletter-section .home-newsletter-lead-form .az-lead-form-message.success,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > .az-lead-form-message.success,
body.home .home-newsletter-shortcode .az-lead-form-message.success {
    background: rgba(76, 175, 80, 0.15);
    color: #a8e6a3;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

body.home .home-newsletter-message-error {
    background: rgba(244, 67, 54, 0.15);
    color: #ffb3b3;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

.home-newsletter-section .home-newsletter-lead-form .az-lead-form-message.error,
.home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > .az-lead-form-message.error,
body.home .home-newsletter-shortcode .az-lead-form-message.error {
    background: rgba(244, 67, 54, 0.15);
    color: #ffb3b3;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

/* ── Section 6 Responsive ──────────────────────────────────────────────────── */
@media (max-width: 600px) {
    body.home .home-newsletter-inner {
        padding: 52px 22px 58px;
    }

    body.home .home-newsletter-title {
        max-width: 330px;
        margin: 0 auto;
        line-height: 1.12;
        letter-spacing: 0;
    }

    body.home .home-newsletter-desc {
        max-width: 300px;
        margin-top: 16px;
        line-height: 1.75;
    }

    .home-newsletter-section .newsletter-inline-form {
        flex-direction: column;
        align-items: center !important;
        gap: 12px !important;
        width: 100%;
        margin-top: 28px;
    }

    .home-newsletter-section .newsletter-inline-form input[type="email"] {
        width: min(294px, 100%);
        height: 44px;
        padding: 0 18px;
        border-radius: 999px;
        line-height: 44px;
        text-align: center;
        background: rgba(255,255,255,.96);
    }

    .home-newsletter-section .newsletter-inline-form button {
        width: min(294px, 100%);
        min-width: 0;
        height: 44px;
        border-radius: 999px;
        line-height: 44px;
        box-shadow: 0 10px 22px rgba(196,30,30,.22);
    }

    body.home .home-newsletter-input-wrap,
    .home-newsletter-section .home-newsletter-shortcode > form.az-lead-form,
    .home-newsletter-section .home-newsletter-lead-form,
    body.home .home-newsletter-shortcode .az-lead-form {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        gap: 12px;
        width: 100% !important;
        max-width: 320px !important;
        margin-top: 28px !important;
    }

    body.home .home-newsletter-input,
    .home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > input:not([type="hidden"]),
    .home-newsletter-section .home-newsletter-lead-form > input:not([type="hidden"]),
    body.home .home-newsletter-shortcode .az-lead-form input[type="email"] {
        width: min(294px, 100%) !important;
        height: 44px !important;
        padding: 0 18px !important;
        line-height: 44px !important;
        text-align: center;
        border-radius: 999px !important;
        background: rgba(255,255,255,.96) !important;
    }

    body.home .home-newsletter-shortcode .az-lead-form-field {
        width: min(294px, 100%) !important;
    }

    body.home .home-newsletter-btn,
    .home-newsletter-section .home-newsletter-shortcode > form.az-lead-form > button,
    .home-newsletter-section .home-newsletter-lead-form > button,
    body.home .home-newsletter-shortcode .az-lead-form button[type="submit"] {
        width: min(294px, 100%) !important;
        min-width: 0 !important;
        height: 44px !important;
        padding: 0 18px !important;
        border-radius: 999px !important;
        line-height: 44px !important;
        box-shadow: 0 10px 22px rgba(196,30,30,.22);
    }
}

/* ── End Section 6 ─────────────────────────────────────────────────────────── */
body.home .home-section-news {
    padding-top: 28px;
    background: #f7f5f3;
}

body.home .home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

body.home .home-section-title {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.1;
    font-weight: 600;
    color: #8d1d2c;
}

body.home .home-section-title-small {
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

body.home .home-section-lead {
    max-width: 650px;
    margin: 12px 0 0;
    line-height: 1.7;
    color: #73656a;
}

body.home .home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8d1d2c;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

body.home .home-link .ms,
body.home .home-round-btn .ms,
body.home .home-card-link .ms,
body.home .home-expertise-image-arrow .ms {
}

body.home .home-expertise-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

body.home .home-expertise-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 180px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(49, 18, 22, 0.03);
}

body.home .home-expertise-large {
    grid-column: span 8;
    grid-row: span 2;
    min-height: 360px;
    background: linear-gradient(135deg, #f9f7f6 0%, #ffffff 100%);
}

body.home .home-expertise-dark {
    grid-column: span 4;
    grid-row: span 2;
    min-height: 360px;
    background: #8d1d2c;
    color: #fff;
}

body.home .home-expertise-light {
    grid-column: span 4;
    border-bottom: 3px solid #d3ab57;
}

body.home .home-expertise-image {
    grid-column: span 4;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff;
}

body.home .home-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 6px;
    margin-bottom: 20px;
    background: #f0e5cb;
    color: #7b1827;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.home .home-card-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(141, 29, 44, 0.08);
    color: #8d1d2c;
    margin-bottom: 18px;
}

body.home .home-card-icon-dark {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

body.home .home-expertise-card h3 {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: inherit;
}

body.home .home-expertise-card p {
    margin: 10px 0 0;
    max-width: 36ch;
    line-height: 1.7;
    color: inherit;
    opacity: 0.82;
}

body.home .home-card-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    color: #8d1d2c;
    font-weight: 600;
    text-decoration: none;
}

body.home .home-card-link-dark {
    color: #ffd468;
}

body.home .home-card-watermark {
    position: absolute;
    right: -20px;
    bottom: -18px;
    color: rgba(141, 29, 44, 0.08);
    line-height: 1;
}

body.home .home-expertise-dark .home-card-watermark {
    color: rgba(255, 255, 255, 0.08);
}

body.home .home-expertise-image img {
    min-height: 210px;
}

body.home .home-expertise-image-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 20px;
}

body.home .home-expertise-image-foot strong {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    color: #24171a;
}

body.home .home-expertise-image-foot span {
    display: block;
    margin-top: 6px;
    line-height: 1.6;
    color: #73656a;
}

body.home .home-expertise-image-arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(141, 29, 44, 0.18);
    color: #8d1d2c;
    flex-shrink: 0;
}

body.home .home-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

body.home .home-post-card {
    background: #fff;
    box-shadow: 0 12px 30px rgba(49, 18, 22, 0.04);
}

body.home .home-post-media {
    position: relative;
    height: 220px;
    overflow: hidden;
}

body.home .home-post-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3b4654 0%, #15202b 100%);
}

body.home .home-post-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 8px;
    background: #8d1d2c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.home .home-post-body {
    padding: 18px 18px 22px;
}

body.home .home-post-body h3 {
    margin: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.35;
    font-weight: 600;
}

body.home .home-post-body a {
    color: #24171a;
    text-decoration: none;
}

body.home .home-post-body a:hover {
    color: #8d1d2c;
}

body.home .home-post-body p {
    margin: 10px 0 0;
    line-height: 1.7;
    color: #73656a;
}

body.home .home-post-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #a28b91;
    text-transform: uppercase;
}

body.home .home-round-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(141, 29, 44, 0.22);
    background: #fff;
    color: #8d1d2c;
}


body.home #site-footer {
    background: var(--az-footer-background, #fff);
    color: #7b6d70;
}

body.home #site-footer::before,
body.home #site-footer::after {
    display: none;
}

body.home #site-footer .ft-top {
    display: none;
}

body.home #site-footer .ft-grid {
    padding-top: 38px;
    padding-bottom: 28px;
}

body.home #site-footer .ft-inner {
    width: 100%;
    max-width: var(--az-content-width, var(--az-site-width, 1510px));
    margin: 0 auto;
    padding: 0 clamp(16px, var(--az-container-padding, 40px), 80px);
}

body.home #site-footer #ft-logo-wrap .ft-logo-fallback-text,
body.home #site-footer .ft-col-title,
body.home #site-footer .ft-contact-label,
body.home #site-footer .ft-contact-value a,
body.home #site-footer strong,
body.home #site-footer .ft-copy strong {
    color: #8d1d2c;
}

body.home #site-footer .ft-about,
body.home #site-footer .ft-links a,
body.home #site-footer .ft-contact-value,
body.home #site-footer .ft-copy,
body.home #site-footer .ft-legal a {
    color: #7b6d70;
}

body.home #site-footer .ft-col-title::after {
    background: linear-gradient(90deg, #8d1d2c 0%, rgba(141, 29, 44, 0.14) 100%);
}

body.home #site-footer .ft-links a::before {
    background: #8d1d2c;
}

body.home #site-footer .ft-social a,
body.home #site-footer .ft-contact-icon {
    background: #f7f2f1;
    border-color: #efe7e6;
}

body.home #site-footer .ft-social a {
    color: #8d1d2c;
}

body.home #site-footer .ft-contact-icon svg {
    color: #8d1d2c;
}

body.home #site-footer .ft-bottom {
    border-top: 1px solid #efe7e6;
}

@media (max-width: 1199px) {
    body.home .home-region-grid {
        grid-template-columns: 1fr;
    }

    body.home .home-region-right {
        padding-left: 0;
        max-width: 820px;
    }

    body.home .home-region-track {
        grid-template-columns: repeat(4, 1fr);
    }

    body.home .home-expertise-large,
    body.home .home-expertise-dark,
    body.home .home-expertise-light,
    body.home .home-expertise-image {
        grid-column: span 6;
    }

    body.home .home-post-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    body.home .home-region-track {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    body.home #site-header .header-inner {
        gap: 14px;
        height: 66px;
    }

    body.home #site-header .btn-icon {
        width: 38px;
        height: 38px;
    }

    body.home .home-hero-slider {
        height: 200px;
        min-height: 200px;
    }

    body.home .home-hero-nav {
        display: none;
    }

    body.home .home-region-section {
        padding: 54px 0 46px;
    }

    body.home .home-region-grid {
        gap: 42px;
    }

    body.home .home-region-left {
        order: 2;
        width: 100vw;
        margin-top: 28px;
        margin-left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    body.home .home-region-slider {
        padding: 0;
    }

    body.home .home-region-viewport {
        overflow: visible;
    }

    body.home .home-region-track {
        display: flex;
        gap: 18px;
        padding: 30px 0 34px;
        align-items: center;
    }

    body.home .home-region-card {
        flex: 0 0 min(58vw, 250px);
        min-height: 350px;
        border-radius: 8px;
        transform: scale(0.78);
        opacity: 0.42;
    }

    body.home .home-region-card.is-center {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 20px 42px rgba(90, 24, 32, 0.16);
        z-index: 3;
    }

    body.home .home-region-card:hover {
        transform: scale(1);
    }

    body.home .home-region-media img {
        filter: blur(0.8px) saturate(0.92) opacity(0.42);
        transform: scale(1.06);
    }

    body.home .home-region-card.is-center .home-region-media img {
        filter: blur(0.1px) saturate(1) opacity(0.76);
        transform: scale(1.03);
    }

    body.home .home-region-top {
        padding: 28px 14px 0;
    }

    body.home .home-region-city {
        line-height: 1.22;
        letter-spacing: 0.025em;
        text-shadow: 0 2px 5px rgba(0,0,0,0.38);
    }

    body.home .home-region-prev { left: 6px; }
    body.home .home-region-next { right: 6px; }

    body.home .home-region-right {
        order: 1;
        padding: 0 16px;
    }

    body.home .home-region-title {
        line-height: 1.14;
        white-space: normal;
    }

    body.home .home-region-subtitle {
        margin-top: 22px;
        line-height: 1.18;
    }

    body.home .home-region-text {
        margin-top: 28px;
        line-height: 1.62;
    }

    body.home .home-region-link {
        margin-top: 30px;
    }

    body.home .home-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.home .home-expertise-grid,
    body.home .home-post-grid {
        grid-template-columns: 1fr;
    }

    body.home .home-expertise-large,
    body.home .home-expertise-dark,
    body.home .home-expertise-light,
    body.home .home-expertise-image {
        grid-column: span 1;
        grid-row: auto;
        min-height: auto;
    }

    body.home .home-post-media {
        height: 200px;
    }

    body.home #site-footer .ft-grid {
        padding-top: 28px;
    }

    body.home .home-shell {
        padding: 0 16px;
    }

    body.home .home-hero-nav-prev { left: 14px; }
    body.home .home-hero-nav-next { right: 14px; }
}

@media (max-width: 430px) {
    body.home .home-region-card {
        flex-basis: 54vw;
        min-height: 300px;
    }

    body.home .home-region-city {
    }

    body.home .home-region-title {
    }

    body.home .home-region-subtitle {
    }

    body.home .home-region-text,
    body.home .home-region-link {
    }
}
/* Shared Page Banner */
.az-page-banner {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    min-height: var(--az-page-banner-height, 450px);
    overflow: hidden;
    background: linear-gradient(110deg, #f5ead4 0%, #f2a5df 45%, #6d7fc7 100%);
}

.az-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.az-page-banner-bg,
.az-page-banner-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.az-page-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
}

.az-page-banner h1 {
    position: relative;
    z-index: 2;
    min-height: var(--az-page-banner-height, 450px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 96px 24px 72px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
}

.az-page-banner-slider {
    position: relative;
    min-height: var(--az-page-banner-height, 450px);
    z-index: 0;
}

.az-page-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .55s ease;
}

.az-page-banner-slide.is-active {
    opacity: 1;
}

.az-page-banner-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.az-page-banner-dots button {
    width: 18px;
    height: 2px;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.7);
    cursor: pointer;
}

.az-page-banner-dots button.is-active {
    background: #b00000;
}

@media (max-width: 767px) {
    html {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none !important;
    }

    body.admin-bar #site-header,
    body.admin-bar #site-header.az-coded-header {
        top: 0 !important;
    }

    .az-page-banner,
    .az-page-banner h1 {
        min-height: 200px;
    }
    .az-page-banner-slider {
        min-height: 200px;
    }
    .az-page-banner h1 {
        min-height: 200px;
        padding: 0 18px;
        align-items: center;
        justify-content: center;
        line-height: 1.12;
        text-align: center;
        font-size: 32px;
    }
}

/* Unified transparent header for every page template. */
body #site-header.az-coded-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.admin-bar #site-header.az-coded-header {
    top: 32px;
}

body #site-header.az-coded-header.scrolled {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body #site-header.az-coded-header .header-inner {
    width: 100%;
    max-width: var(--az-site-width, 1510px);
    height: var(--az-header-height, 92px);
    padding: 18px clamp(16px, var(--az-container-padding, 40px), 80px) 0;
    gap: 42px;
}

body #site-header.az-coded-header #logo-wrap img.custom-logo,
body #site-header.az-coded-header #logo-wrap .custom-logo-link img {
    height: var(--az-logo-height, 56px);
    max-width: 312px;
}

body #site-header.az-coded-header #site-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
    margin-right: auto;
    gap: 0;
}

body #site-header.az-coded-header #site-nav ul {
    justify-content: flex-start;
    gap: 16px;
}

body #site-header.az-coded-header #site-nav li a {
    padding: 7px 8px;
    color: rgba(255, 255, 255, .88);
    background: transparent;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 18px;
}

body #site-header.az-coded-header #site-nav li a:hover {
    color: #fff;
    background: transparent;
}

body #site-header.az-coded-header #site-nav li.current-menu-item > a,
body #site-header.az-coded-header #site-nav li.current-page-ancestor > a {
    color: var(--az-header-active-color, #a5090d);
    background: transparent;
    font-weight: 500;
}

body #site-header.az-coded-header #site-nav li ul li a {
    color: #3d5166;
    text-transform: none;
}

body #site-header.az-coded-header #site-nav li ul li a:hover,
body #site-header.az-coded-header #site-nav li ul li.current-menu-item > a {
    color: var(--az-header-active-color, #a5090d);
    background: rgba(165, 9, 13, .06);
}

body #site-header.az-coded-header .header-actions {
    margin-left: auto;
}

body #site-header.az-coded-header .language-custom {
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

body #site-header.az-coded-header .btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--az-header-active-color, #a5090d);
    color: #fff;
}

body #site-header.az-coded-header .btn-icon:hover {
    background: #88080c;
    color: #fff;
}

@media (max-width: 767px) {
    body #site-header.az-coded-header,
    body.home #site-header,
    body.admin-bar #site-header.az-coded-header,
    body.admin-bar.home #site-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        background: #fff !important;
        border-bottom: 1px solid rgba(141,29,17,.1) !important;
        box-shadow: none !important;
    }

    body #site-header.az-coded-header .header-inner,
    body.home #site-header .header-inner {
        display: none !important;
    }

    body #site-header.az-coded-header .mobile-site-header,
    body.home #site-header .mobile-site-header {
        display: block !important;
        width: 100% !important;
        background: #fff !important;
    }

    body.mobile-menu-open #site-header.az-coded-header,
    body.mobile-menu-open.home #site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9996 !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
    }
}

/* Global frontend type scale */
body :where(p, li, a, label, input, textarea, select, button, small, strong, em, div, td, th),
body span:not(.ms):not(.material-symbols-outlined):not([class*="dashicons"]) {
    font-size: 18px;
}

body h1 {
    font-size: 28px;
}

body h2 {
    font-size: 24px;
}

body h3 {
    font-size: 18px;
}

body h4,
body h5,
body h6 {
    font-size: 18px;
}
