:root {
    --bs-primary: #005ea2;
    --bs-primary-rgb: 0, 94, 162;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #fbf9f9;
    color: #1b1c1c;
}
h1, h2, h3, h4, .font-headline {
    font-family: 'Manrope', sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
.container-xxl {
    max-width: 1320px;
}
.navbar {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    min-height: 80px;
    height: auto;
}
.navbar-brand {
    font-weight: 900;
    letter-spacing: -1px;
    color: #005ea2 !important;
    font-size: 1.25rem;
    max-width: 250px;
    line-height: 1.2;
}
.nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #5c5c5c !important;
    padding: 0.5rem 1rem !important;
}
.nav-link:hover, .nav-link.active {
    color: #005ea2 !important;
}
.nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #005ea2;
}
.dropdown-menu {
    border: none;
    border-top: 2px solid #005ea2;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    color: #5c5c5c;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #005ea2;
}
.search-input {
    background-color: #f1f3f5;
    border: none;
    border-radius: 50rem;
    font-size: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    width: 200px;
}
.search-container {
    position: relative;
}
.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 1.1rem;
}
/* Swiper Hero */
.hero-swiper {
    width: 100%;
    height: 600px;
}
.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%);
    z-index: -1;
}
.hero-content {
    z-index: 1;
    color: white;
}
.hero-tag {
    background: rgba(153, 71, 0, 0.2);
    color: #ffb68b;
    padding: 0.25rem 1rem;
    border-radius: 50rem;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.btn-metallic {
    background: linear-gradient(135deg, #005ea2 0%, #0077cb 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-weight: 700;
    transition: transform 0.2s;
}
.btn-metallic:hover {
    transform: scale(1.05);
    color: white;
}
.btn-outline-white {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 1rem 2rem;
    font-weight: 700;
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.2);
    color: white;
}
.experience-badge {
    background: #005ea2;
    padding: 2rem;
    border-radius: 0.75rem;
    color: white;
    max-width: 300px;
    position: absolute;
    bottom: -2.5rem;
    right: -2.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 2;
}
.service-card {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s;
}
.service-card:hover {
    border-color: #005ea2;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
.service-card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}
.service-card:hover img {
    transform: scale(1.08);
}
.icon-box {
    width: 3rem;
    height: 3rem;
    background: rgba(0, 94, 162, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #005ea2;
}
.news-card img {
    border-radius: 0.5rem;
    transition: transform 0.5s;
}
.news-card:hover img {
    transform: scale(1.03);
}
.news-card:hover h4 {
    color: #005ea2;
}
.content-box {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    padding: 2rem;
}
.shareholder-item {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.shareholder-item:hover h5 {
    color: #005ea2;
}
.partner-logo {
    opacity: 0.8;
    transition: all 0.3s;
    padding: 1rem;
}
.partner-logo:hover {
    opacity: 1;
    background: #f8f9fa;
    border-radius: 0.75rem;
}
.footer {
    background: #f1f3f5;
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee2e6;
}
.footer-link {
    color: #5c5c5c;
    text-decoration: none;
    font-size: 0.875rem;
}
.footer-link:hover {
    color: #005ea2;
}
.social-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #dee2e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1c1c;
    transition: all 0.2s;
}
.social-icon:hover {
    background: #005ea2;
    color: white;
}
.material-symbols-outlined {
    vertical-align: middle;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* ── Page Header ── */
.page-header {
    background: linear-gradient(135deg, #005ea2 0%, #003a6e 100%);
    padding: 2.5rem 0 2rem;
    color: white;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}
.page-header .breadcrumb { margin-bottom: 0; }
.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}
.page-header .breadcrumb-item a:hover { color: white; }
.page-header .breadcrumb-item.active { color: rgba(255, 255, 255, 0.95); }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.4); }

/* ── Article Card (danh sách) ── */
.article-card {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.article-card:hover {
    border-color: #005ea2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
.article-card .article-thumb {
    height: 210px;
    overflow: hidden;
    flex-shrink: 0;
}
.article-card .article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}
.article-card:hover .article-thumb img { transform: scale(1.06); }
.article-card .article-body {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.article-category-badge {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(0, 94, 162, 0.08);
    color: #005ea2;
    padding: 0.18rem 0.6rem;
    border-radius: 50rem;
    display: inline-block;
}
.article-card .article-date { font-size: 0.78rem; color: #adb5bd; }
.article-card .article-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1b1c1c;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}
.article-card:hover .article-title { color: #005ea2; }
.article-card .article-excerpt {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.article-read-more {
    font-size: 0.8rem;
    font-weight: 700;
    color: #005ea2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1rem;
    transition: gap 0.2s;
}
.article-read-more:hover { gap: 0.5rem; color: #003a6e; }

/* ── Sidebar Widget ── */
.sidebar-widget {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    padding: 1.5rem;
}
.sidebar-widget-title {
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1b1c1c;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #005ea2;
}
.category-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: #5c5c5c;
    font-size: 0.875rem;
    transition: color 0.2s;
}
.category-list-item:last-child { border-bottom: none; }
.category-list-item:hover, .category-list-item.active { color: #005ea2; }
.category-list-item .cat-count {
    background: #f1f3f5;
    color: #6c757d;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.1rem 0.55rem;
    border-radius: 50rem;
}
.category-list-item.active .cat-count { background: #005ea2; color: white; }
.recent-post-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-decoration: none;
}
.recent-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.recent-post-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.4rem;
    flex-shrink: 0;
}
.recent-post-item .rp-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1b1c1c;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.25rem;
    transition: color 0.2s;
}
.recent-post-item:hover .rp-title { color: #005ea2; }
.recent-post-item .rp-date { font-size: 0.72rem; color: #adb5bd; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag-item {
    font-size: 0.75rem;
    font-weight: 600;
    background: #f1f3f5;
    color: #5c5c5c;
    padding: 0.25rem 0.7rem;
    border-radius: 50rem;
    text-decoration: none;
    transition: all 0.2s;
}
.tag-item:hover { background: #005ea2; color: white; }

/* ── Article Detail ── */
.article-detail-category {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #005ea2;
}
.article-detail-title {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1b1c1c;
}
@media (max-width: 767.98px) {
    .article-detail-title { font-size: 1.4rem; }
    .article-featured-image img { height: 220px !important; }
}
.article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.82rem;
    color: #6c757d;
    padding: 0.75rem 0;
    border-top: 1px solid #efeded;
    border-bottom: 1px solid #efeded;
    margin: 1rem 0 1.5rem;
}
.article-meta-bar span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.article-meta-bar .material-symbols-outlined { font-size: 1rem; color: #005ea2; }
.article-featured-image {
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.article-featured-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.article-content {
    font-size: 1rem;
    line-height: 1.85;
    color: #3a3a3a;
}
.article-content p { margin-bottom: 1.25rem; }
.article-content h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1b1c1c;
    margin-top: 2rem;
    margin-bottom: 0.9rem;
    padding-left: 0.9rem;
    border-left: 3px solid #005ea2;
}
.article-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b1c1c;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.article-content blockquote {
    background: rgba(0, 94, 162, 0.05);
    border-left: 4px solid #005ea2;
    padding: 1rem 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 1.5rem 0;
    font-style: italic;
    color: #005ea2;
    font-weight: 500;
    font-size: 1.05rem;
}
.article-content ul, .article-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.article-content li { margin-bottom: 0.4rem; }
.article-content .inline-img {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem 0 1.5rem;
}
.article-tags-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    padding: 1.25rem 0 0.75rem;
    border-top: 1px solid #efeded;
    margin-top: 2rem;
}
.share-bar {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
    border-top: 1px solid #efeded;
    border-bottom: 1px solid #efeded;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.9rem;
    border-radius: 50rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid;
    cursor: pointer;
    background: transparent;
}
.share-btn-fb { border-color: #1877f2; color: #1877f2; }
.share-btn-fb:hover { background: #1877f2; color: white; }
.share-btn-zalo { border-color: #006af5; color: #006af5; }
.share-btn-zalo:hover { background: #006af5; color: white; }
.share-btn-copy { border-color: #6c757d; color: #6c757d; }
.share-btn-copy:hover { background: #6c757d; color: white; }

/* ── Related Articles ── */
.related-article-card {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
}
.related-article-card:hover {
    border-color: #005ea2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}
.related-article-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform 0.5s;
}
.related-article-card:hover img { transform: scale(1.05); }
.related-article-card .related-body { padding: 1rem 1.25rem 1.25rem; }
.related-article-card .related-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1b1c1c;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}
.related-article-card:hover .related-title { color: #005ea2; }

/* ── Stats Band ── */
.stats-band {
    background: linear-gradient(135deg, #003a6e 0%, #005ea2 100%);
    padding: 0;
}
.stat-item {
    text-align: center;
    padding: 1.75rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.stat-item:last-child { border-right: none; }
.stat-number {
    font-family: 'Manrope', sans-serif;
    font-size: 2.25rem;
    font-weight: 900;
    color: white;
    line-height: 1;
    display: block;
    letter-spacing: -1px;
}
.stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 600;
    margin-top: 0.4rem;
    display: block;
}
@media (max-width: 767.98px) {
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .stat-item:last-child { border-bottom: none; }
    .stat-number { font-size: 1.9rem; }
}

/* ── News Card v2 ── */
.news-card-v2 {
    background: white;
    border: 1px solid #efeded;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}
.news-card-v2:hover {
    border-color: #005ea2;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: inherit;
}
.news-card-v2 .nc-thumb {
    height: 175px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-card-v2 .nc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s;
}
.news-card-v2:hover .nc-thumb img { transform: scale(1.07); }
.news-card-v2 .nc-body { padding: 1.1rem 1.25rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.news-date-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #005ea2;
    display: block;
    margin-bottom: 0.4rem;
}
.news-card-v2 .nc-title {
    font-size: 0.925rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1b1c1c;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-card-v2:hover .nc-title { color: #005ea2; }
.news-card-v2 .nc-excerpt {
    font-size: 0.82rem;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.55;
    margin-bottom: 0;
}

/* ── CTA Section ── */
.cta-section {
    background: linear-gradient(135deg, #002f5e 0%, #005ea2 55%, #0077cb 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    right: -200px;
    bottom: -200px;
    width: 550px;
    height: 550px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}
.cta-section::after {
    content: '';
    position: absolute;
    left: -150px;
    top: -150px;
    width: 380px;
    height: 380px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    pointer-events: none;
}
.btn-cta-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: white;
    padding: 0.85rem 2rem;
    font-weight: 700;
    border-radius: 0.25rem;
    transition: all 0.2s;
    text-decoration: none;
}
.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: white;
    color: white;
}

/* ── Partner Logo Box ── */
.partner-logo-box {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.3s;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.partner-logo-box:hover {
    border-color: #005ea2;
    box-shadow: 0 4px 14px rgba(0, 94, 162, 0.1);
    transform: translateY(-2px);
}
.partner-logo-box .pl-name {
    font-weight: 900;
    font-size: 1rem;
    color: #005ea2;
    font-family: 'Manrope', sans-serif;
    line-height: 1;
}
.partner-logo-box .pl-desc {
    font-size: 0.65rem;
    color: #adb5bd;
    margin-top: 0.3rem;
    line-height: 1.3;
}

/* ── Shareholder item as link ── */
a.shareholder-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}
a.shareholder-item:hover h5 { color: #005ea2; }
a.shareholder-item:hover .si-chevron { color: #005ea2; }
.si-chevron { color: #dee2e6; font-size: 1.1rem; flex-shrink: 0; transition: color 0.2s; }

/* ── Mobile Navbar Fixes ── */
@media (max-width: 991.98px) {
    .navbar > .container-xxl {
        min-height: 80px;
        flex-wrap: wrap;
        align-items: center;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .navbar-brand {
        font-size: 0.95rem;
        max-width: none;
        white-space: nowrap;
        letter-spacing: -0.5px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 0 0 0.75rem 0.75rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 0.5rem 1rem 1rem;
    }

    /* Active link không có border-bottom trên mobile */
    .nav-link.active {
        border-bottom: none;
        border-left: 3px solid #005ea2;
        padding-left: 0.75rem !important;
    }
}
/* Button Fixed */
.button-fixed {
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

    .button-fixed a {
        display: inline-block;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .button-fixed img {
        width: 50px;
    }

#return-to-top {
    display: block;
}

@media (max-width: 991px) {
    .button-fixed {
        right: 16px;
    }

        .button-fixed a {
            margin-bottom: 16px;
        }

        .button-fixed img {
            width: 40px;
            height: auto;
        }
}
/* End Button Fixed */
.map-box iframe {
    height: 500px;
    width: 100%;
    border: none;
}