```css
/* =========================================================
   VIETNAMHUB TT5 PRO
   PREMIUM EDITORIAL MAGAZINE SYSTEM
   HEADER + CONTENT + FOOTER
   WordPress Twenty Twenty-Five
   ========================================================= */


/* =========================================================
   00 — DESIGN TOKENS
   ========================================================= */

:root {

    --vh-red: #a50000;
    --vh-red-dark: #780000;
    --vh-red-soft: #f7eeee;

    --vh-gold: #c6a15b;
    --vh-gold-light: #e1c982;

    --vh-black: #111315;
    --vh-dark: #0b0d0f;

    --vh-white: #ffffff;

    --vh-paper: #f6f3ec;
    --vh-paper-2: #eeeae1;

    --vh-line: #ddd9d0;
    --vh-line-light: #eeeeea;
    --vh-line-dark: rgba(255,255,255,.13);

    --vh-text: #151719;
    --vh-text-soft: #5d646a;
    --vh-muted: #747b80;
    --vh-muted-light: #a4aaae;

    --vh-max: 1180px;
    --vh-wide: 1240px;

    --vh-shadow:
        0 18px 50px rgba(15,18,20,.08);

    --vh-shadow-hover:
        0 24px 65px rgba(15,18,20,.13);

    --vh-transition:
        .28s cubic-bezier(.22,.61,.36,1);

    --vh-serif:
        Georgia,
        "Times New Roman",
        serif;

    --vh-sans:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

}


/* =========================================================
   01 — GLOBAL
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {

    margin: 0;

    color: var(--vh-text);

    background: #fff;

    -webkit-font-smoothing: antialiased;

    text-rendering:
        optimizeLegibility;
}

.vietnamhub-site {

    color:
        var(--vh-text);

    background:
        #fff;
}

.vietnamhub-site *,
.vietnamhub-site *::before,
.vietnamhub-site *::after {

    box-sizing:
        border-box;
}

.vietnamhub-site img {

    display:
        block;

    max-width:
        100%;

    height:
        auto;
}

.vietnamhub-site a {

    transition:
        color var(--vh-transition),
        background-color var(--vh-transition),
        border-color var(--vh-transition),
        opacity var(--vh-transition),
        transform var(--vh-transition);
}

.vietnamhub-site button,
.vietnamhub-site input,
.vietnamhub-site textarea,
.vietnamhub-site select {

    font:
        inherit;
}


/* =========================================================
   02 — ACCESSIBILITY
   ========================================================= */

.vietnamhub-site a:focus-visible,
.vietnamhub-site button:focus-visible,
.vietnamhub-site input:focus-visible,
.vietnamhub-site textarea:focus-visible,
.vietnamhub-site select:focus-visible {

    outline:
        2px solid var(--vh-gold);

    outline-offset:
        4px;
}


/* =========================================================
   03 — HEADER SYSTEM
   ========================================================= */

.vh-header {

    position:
        relative;

    z-index:
        100;

    width:
        100%;

    margin:
        0;

    padding:
        0;

    color:
        var(--vh-text);

    background:
        #fff;

    border-bottom:
        1px solid var(--vh-line);
}

.vh-header *,
.vh-header *::before,
.vh-header *::after {

    box-sizing:
        border-box;
}

.vh-header a {

    color:
        inherit;

    text-decoration:
        none;
}

.vh-header p {

    margin-block-start:
        0;

    margin-block-end:
        0;
}

.vh-header .alignwide {

    width:
        min(
            var(--vh-wide),
            calc(100% - 48px)
        );

    margin-left:
        auto;

    margin-right:
        auto;
}


/* =========================================================
   04 — TOP UTILITY BAR
   ========================================================= */

.vh-topbar {

    width:
        100%;

    min-height:
        34px;

    color:
        #fff;

    background:
        var(--vh-black);

    border-bottom:
        1px solid #292d30;
}

.vh-topbar-inner {

    min-height:
        34px;

    padding:
        6px 0;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;
}

.vh-topbar-date {

    font-size:
        10px;

    line-height:
        1.2;

    font-weight:
        600;

    letter-spacing:
        .16em;

    text-transform:
        uppercase;

    color:
        #d8d8d8;
}

.vh-topbar-links {

    display:
        flex;

    align-items:
        center;

    justify-content:
        flex-end;

    gap:
        22px;
}


/* =========================================================
   05 — UTILITY NAV
   ========================================================= */

.vh-utility-nav {

    margin:
        0;
}

.vh-utility-nav ul {

    display:
        flex;

    align-items:
        center;

    gap:
        18px;

    margin:
        0;

    padding:
        0;

    list-style:
        none;
}

.vh-utility-nav li {

    margin:
        0;

    padding:
        0;
}

.vh-utility-nav a {

    position:
        relative;

    font-size:
        10px;

    font-weight:
        500;

    letter-spacing:
        .07em;

    text-transform:
        uppercase;

    color:
        #cfcfcf;
}

.vh-utility-nav a::after {

    content:
        "";

    position:
        absolute;

    left:
        0;

    bottom:
        -5px;

    width:
        0;

    height:
        1px;

    background:
        var(--vh-gold);

    transition:
        width .25s ease;
}

.vh-utility-nav a:hover {

    color:
        #fff;
}

.vh-utility-nav a:hover::after {

    width:
        100%;
}


/* LANGUAGE */

.vh-language {

    display:
        flex;

    align-items:
        center;

    gap:
        7px;

    font-size:
        10px;

    font-weight:
        700;

    letter-spacing:
        .08em;
}

.vh-language a {

    color:
        #bdbdbd;
}

.vh-language a:first-child {

    color:
        #fff;
}

.vh-language a:hover {

    color:
        var(--vh-gold-light);
}

.vh-language span {

    color:
        #555;
}


/* =========================================================
   06 — BRAND HEADER
   ========================================================= */

.vh-header-main {

    min-height:
        118px;

    padding:
        25px 0 24px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        40px;
}


/* BRAND WRAP */

.vh-brand-wrap {

    display:
        flex;

    align-items:
        center;

    min-width:
        0;
}


/* LOGO */

.vh-logo {

    flex:
        0 0 auto;

    margin-right:
        17px;
}

.vh-logo img,
.vh-header .wp-block-site-logo img {

    display:
        block;

    width:
        54px;

    height:
        54px;

    object-fit:
        contain;
}


/* BRAND */

.vh-brand {

    min-width:
        0;

    margin:
        0;
}

.vh-site-title,
.vh-brand .wp-block-site-title {

    margin:
        0 !important;

    padding:
        0 !important;

    font-family:
        var(--vh-serif);

    font-size:
        clamp(34px, 4vw, 54px) !important;

    font-weight:
        800 !important;

    line-height:
        .95 !important;

    letter-spacing:
        -.045em;

    color:
        var(--vh-black);
}

.vh-site-title a,
.vh-brand .wp-block-site-title a {

    color:
        var(--vh-black);
}

.vh-site-title::first-letter,
.vh-brand .wp-block-site-title::first-letter {

    color:
        var(--vh-red);
}


/* TAGLINE */

.vh-tagline {

    margin:
        8px 0 0 !important;

    font-size:
        10px;

    line-height:
        1.4;

    font-weight:
        700;

    letter-spacing:
        .18em;

    text-transform:
        uppercase;

    color:
        var(--vh-muted);
}


/* =========================================================
   07 — HEADER ACTIONS
   ========================================================= */

.vh-header-actions {

    display:
        flex;

    align-items:
        center;

    gap:
        24px;

    flex:
        0 0 auto;
}


/* SEARCH */

.vh-search-link {

    margin:
        0;
}

.vh-search-link a {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    padding:
        9px 0;

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        .08em;

    text-transform:
        uppercase;

    color:
        var(--vh-black);
}

.vh-search-link a:hover {

    color:
        var(--vh-red);
}

.vh-search-icon {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        27px;

    height:
        27px;

    border:
        1px solid #bdbdbd;

    border-radius:
        50%;

    font-family:
        Arial,
        sans-serif;

    font-size:
        18px;

    line-height:
        1;

    transform:
        rotate(-15deg);

    transition:
        border-color .2s ease,
        color .2s ease;
}

.vh-search-link a:hover
.vh-search-icon {

    border-color:
        var(--vh-red);

    color:
        var(--vh-red);
}


/* MOBILE NAV HOLDER */

.vh-mobile-nav {

    display:
        none;
}


/* =========================================================
   08 — PRIMARY NAVIGATION
   ========================================================= */

.vh-nav-wrap {

    width:
        100%;

    background:
        #fff;

    border-top:
        1px solid var(--vh-line-light);

    border-bottom:
        1px solid var(--vh-black);
}

.vh-nav-inner {

    min-height:
        48px;

    display:
        flex;

    align-items:
        center;
}

.vh-primary-nav {

    width:
        100%;
}

.vh-primary-nav > ul {

    width:
        100%;

    display:
        flex;

    align-items:
        stretch;

    gap:
        0;

    margin:
        0;

    padding:
        0;

    list-style:
        none;
}

.vh-primary-nav > ul > li {

    margin:
        0;

    padding:
        0;
}

.vh-primary-nav > ul > li > a {

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    min-height:
        48px;

    padding:
        0 15px;

    font-size:
        11px;

    line-height:
        1;

    font-weight:
        700;

    letter-spacing:
        .045em;

    color:
        #202020;

    white-space:
        nowrap;
}

.vh-primary-nav > ul > li > a::after {

    content:
        "";

    position:
        absolute;

    left:
        15px;

    right:
        15px;

    bottom:
        -1px;

    height:
        3px;

    background:
        var(--vh-red);

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        transform .25s ease;
}

.vh-primary-nav > ul > li > a:hover {

    color:
        var(--vh-red);

    background:
        #fafafa;
}

.vh-primary-nav > ul > li > a:hover::after {

    transform:
        scaleX(1);
}

.vh-primary-nav > ul > li:first-child > a {

    padding-left:
        0;
}

.vh-primary-nav > ul > li:first-child > a::after {

    left:
        0;
}


/* =========================================================
   09 — EDITORIAL SIGNAL
   ========================================================= */

.vh-editorial-bar {

    min-height:
        42px;

    padding:
        9px 0;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    border-bottom:
        1px solid var(--vh-line);
}

.vh-editorial-label {

    flex:
        0 0 auto;

    font-size:
        9px;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        .15em;

    color:
        var(--vh-red);
}

.vh-editorial-line {

    flex:
        1 1 auto;

    text-align:
        center;

    font-family:
        var(--vh-serif);

    font-size:
        11px;

    line-height:
        1.3;

    color:
        #666;
}

.vh-editorial-status {

    flex:
        0 0 auto;

    display:
        flex;

    align-items:
        center;

    gap:
        6px;

    font-size:
        9px;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        .13em;

    color:
        #333;
}

.vh-editorial-status::first-letter {

    color:
        var(--vh-red);
}


/* =========================================================
   10 — SECTION SYSTEM
   ========================================================= */

.vh-section {

    width:
        min(
            var(--vh-max),
            calc(100% - 40px)
        );

    margin:
        82px auto;
}

.vh-section-head {

    display:
        flex;

    align-items:
        flex-end;

    justify-content:
        space-between;

    gap:
        25px;

    margin-bottom:
        27px;

    padding-bottom:
        13px;

    border-bottom:
        2px solid var(--vh-black);
}

.vh-section-head h2 {

    margin:
        0;

    font-family:
        var(--vh-serif);

    font-size:
        clamp(27px, 3vw, 39px);

    font-weight:
        800;

    line-height:
        1.05;

    letter-spacing:
        -.025em;
}

.vh-kicker {

    display:
        block;

    margin-bottom:
        8px;

    color:
        var(--vh-red);

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        .19em;

    line-height:
        1.3;

    text-transform:
        uppercase;
}

.vh-more {

    color:
        var(--vh-red);

    font-size:
        13px;

    font-weight:
        750;

    text-decoration:
        none;

    white-space:
        nowrap;
}

.vh-more:hover {

    color:
        var(--vh-red-dark);
}


/* =========================================================
   11 — POST SYSTEM
   ========================================================= */

.vh-posts {

    display:
        grid;

    gap:
        24px;
}

.vh-post {

    min-width:
        0;
}

.vh-post-media {

    display:
        block;

    overflow:
        hidden;

    background:
        #e8e6e1;
}

.vh-post-media img {

    display:
        block;

    width:
        100%;

    aspect-ratio:
        16 / 9;

    object-fit:
        cover;

    transition:
        transform .65s cubic-bezier(.22,.61,.36,1);
}

.vh-post-media:hover img {

    transform:
        scale(1.045);
}

.vh-post-body {

    padding-top:
        13px;
}

.vh-post-meta {

    margin-bottom:
        8px;

    color:
        var(--vh-muted);

    font-size:
        11px;

    line-height:
        1.4;
}

.vh-post h3 {

    margin:
        0;

    font-family:
        var(--vh-serif);

    font-size:
        21px;

    font-weight:
        700;

    line-height:
        1.24;

    letter-spacing:
        -.012em;
}

.vh-post h3 a {

    color:
        inherit;

    text-decoration:
        none;
}

.vh-post h3 a:hover {

    color:
        var(--vh-red);
}

.vh-post p {

    margin:
        9px 0 0;

    color:
        var(--vh-text-soft);

    font-size:
        14px;

    line-height:
        1.7;
}


/* =========================================================
   12 — VIỆT NAM HÔM NAY
   ========================================================= */

.vh-layout-news .vh-posts {

    grid-template-columns:
        minmax(0,1.55fr)
        minmax(0,1fr)
        minmax(0,1fr);
}

.vh-layout-news .vh-post-1 {

    grid-row:
        span 2;
}

.vh-layout-news .vh-post-1 h3 {

    font-size:
        clamp(29px,3.1vw,43px);

    line-height:
        1.08;
}

.vh-layout-news
.vh-post-1
.vh-post-media img {

    aspect-ratio:
        16 / 10;
}


/* =========================================================
   13 — VĂN HÓA
   ========================================================= */

.vh-layout-culture {

    width:
        min(
            calc(100% - 40px),
            var(--vh-wide)
        );

    padding:
        38px;

    background:
        linear-gradient(
            180deg,
            #f7f4ed 0%,
            #f1eee6 100%
        );
}

.vh-layout-culture .vh-posts {

    grid-template-columns:
        1.45fr
        repeat(3,1fr);
}

.vh-layout-culture .vh-post-1 {

    grid-row:
        span 2;
}

.vh-layout-culture .vh-post-1 h3 {

    font-size:
        33px;
}


/* =========================================================
   14 — CÔNG NGHỆ & AI
   ========================================================= */

.vh-layout-tech
.vh-section-head {

    border-color:
        var(--vh-red);
}

.vh-layout-tech .vh-posts {

    grid-template-columns:
        minmax(0,1.7fr)
        minmax(0,1fr);
}

.vh-layout-tech .vh-post-1 {

    grid-row:
        span 2;
}

.vh-layout-tech .vh-post-1 h3 {

    font-size:
        clamp(30px,3.2vw,44px);

    line-height:
        1.07;
}

.vh-layout-tech
.vh-post:not(.vh-post-1) {

    display:
        grid;

    grid-template-columns:
        145px minmax(0,1fr);

    gap:
        17px;

    padding-bottom:
        17px;

    border-bottom:
        1px solid var(--vh-line);
}

.vh-layout-tech
.vh-post:not(.vh-post-1)
.vh-post-media img {

    aspect-ratio:
        1 / 1;
}


/* =========================================================
   15 — KINH TẾ
   ========================================================= */

.vh-layout-economy .vh-posts {

    grid-template-columns:
        1.6fr 1fr 1fr;
}

.vh-layout-economy .vh-post-1 {

    grid-row:
        span 2;
}

.vh-layout-economy .vh-post-1 h3 {

    font-size:
        35px;
}


/* =========================================================
   16 — DU LỊCH
   ========================================================= */

.vh-layout-travel .vh-posts {

    grid-template-columns:
        repeat(4,minmax(0,1fr));
}

.vh-layout-travel .vh-post-media {

    position:
        relative;
}

.vh-layout-travel .vh-post-body {

    position:
        relative;

    margin:
        -62px 12px 0;

    padding:
        16px 16px 17px;

    background:
        rgba(255,255,255,.97);
}

.vh-layout-travel .vh-post h3 {

    font-size:
        19px;
}


/* =========================================================
   17 — CON NGƯỜI
   ========================================================= */

.vh-layout-people .vh-posts {

    grid-template-columns:
        repeat(3,minmax(0,1fr));
}

.vh-layout-people .vh-post-1 {

    grid-column:
        span 2;
}

.vh-layout-people
.vh-post-1
.vh-post-media img {

    aspect-ratio:
        16 / 8;
}


/* =========================================================
   18 — ĐỊA PHƯƠNG
   ========================================================= */

.vh-layout-local .vh-posts {

    grid-template-columns:
        repeat(4,minmax(0,1fr));
}

.vh-layout-local .vh-post-1 {

    grid-column:
        span 2;

    grid-row:
        span 2;
}

.vh-layout-local .vh-post-1 h3 {

    font-size:
        31px;
}


/* =========================================================
   19 — NGƯỜI VIỆT TOÀN CẦU
   ========================================================= */

.vh-layout-global .vh-posts {

    grid-template-columns:
        1.5fr 1fr 1fr;
}

.vh-layout-global .vh-post-1 {

    grid-row:
        span 2;
}


/* =========================================================
   20 — GÓC NHÌN QUỐC TẾ
   ========================================================= */

.vh-layout-world {

    width:
        min(
            calc(100% - 40px),
            var(--vh-wide)
        );

    padding:
        42px;

    color:
        #fff;

    background:
        linear-gradient(
            135deg,
            #101316 0%,
            #171b1e 100%
        );
}

.vh-layout-world
.vh-section-head {

    border-color:
        #fff;
}

.vh-layout-world .vh-posts {

    grid-template-columns:
        1fr 1.4fr 1fr;
}

.vh-layout-world .vh-post-2 {

    grid-row:
        span 2;
}

.vh-layout-world
.vh-post h3 a {

    color:
        #fff;
}

.vh-layout-world
.vh-post h3 a:hover {

    color:
        var(--vh-gold-light);
}

.vh-layout-world
.vh-post p,
.vh-layout-world
.vh-post-meta {

    color:
        #aeb4b8;
}


/* =========================================================
   21 — TƯƠNG LAI VIỆT NAM
   ========================================================= */

.vh-layout-future {

    width:
        min(
            calc(100% - 40px),
            var(--vh-wide)
        );

    padding:
        45px;

    color:
        #fff;

    background:
        radial-gradient(
            circle at top right,
            rgba(198,161,91,.13),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #0e1113,
            #20252a
        );
}

.vh-layout-future
.vh-section-head {

    border-color:
        var(--vh-gold);
}

.vh-layout-future
.vh-kicker {

    color:
        var(--vh-gold);
}

.vh-layout-future .vh-posts {

    grid-template-columns:
        1.8fr 1fr 1fr;
}

.vh-layout-future .vh-post-1 {

    grid-row:
        span 2;
}

.vh-layout-future
.vh-post h3 a {

    color:
        #fff;
}

.vh-layout-future
.vh-post h3 a:hover {

    color:
        var(--vh-gold-light);
}

.vh-layout-future
.vh-post p,
.vh-layout-future
.vh-post-meta {

    color:
        #bdc3c7;
}


/* =========================================================
   22 — WORDPRESS BLOCK CLEANUP
   ========================================================= */

.vh-header .wp-block-group,
.vh-header .wp-block-navigation,
.vh-header .wp-block-site-title,
.vh-header .wp-block-site-logo {

    margin-block-start:
        0;

    margin-block-end:
        0;
}

.vh-header .wp-block-navigation__container {

    gap:
        0;
}

.vh-header .wp-block-navigation-item {

    margin:
        0;
}

.vh-header .wp-block-navigation-item__content {

    text-decoration:
        none;
}


/* =========================================================
   23 — PREMIUM FOOTER
   ========================================================= */

.vh-footer {

    --footer-red:
        var(--vh-red);

    --footer-gold:
        var(--vh-gold);

    position:
        relative;

    margin-top:
        95px !important;

    padding:
        0 !important;

    color:
        #d5d5d5;

    background:
        linear-gradient(
            180deg,
            #111315 0%,
            #0b0d0f 100%
        );

    overflow:
        hidden;
}


/* TOP LINE */

.vh-footer::before {

    content:
        "";

    display:
        block;

    width:
        100%;

    height:
        3px;

    background:
        linear-gradient(
            90deg,
            var(--footer-red) 0%,
            var(--footer-red) 82%,
            var(--footer-gold) 82%,
            var(--footer-gold) 100%
        );
}


/* FOOTER INNER */

.vh-footer-inner {

    width:
        min(
            var(--vh-max),
            calc(100% - 40px)
        );

    margin:
        0 auto !important;

    padding:
        66px 0 36px !important;
}


/* FOOTER BRAND */

.vh-footer-brand {

    max-width:
        820px;

    margin:
        0 0 50px !important;

    padding-bottom:
        34px;

    border-bottom:
        1px solid rgba(255,255,255,.12);
}

.vh-footer-title {

    margin:
        0 0 14px !important;

    font-family:
        var(--vh-sans);

    font-size:
        clamp(31px,4vw,48px) !important;

    font-weight:
        800 !important;

    line-height:
        1 !important;

    letter-spacing:
        .065em !important;

    color:
        #fff !important;
}

.vh-footer-title::after {

    content:
        "";

    display:
        block;

    width:
        48px;

    height:
        3px;

    margin-top:
        18px;

    background:
        var(--footer-red);
}

.vh-footer-tagline {

    margin:
        0 0 14px !important;

    font-family:
        var(--vh-sans);

    font-size:
        16px !important;

    font-weight:
        600;

    line-height:
        1.7 !important;

    color:
        #eee !important;
}

.vh-footer-description {

    max-width:
        720px;

    margin:
        0 !important;

    font-size:
        13px !important;

    line-height:
        1.9 !important;

    color:
        #8f969b !important;
}


/* FOOTER COLUMNS */

.vh-footer-columns {

    display:
        grid !important;

    grid-template-columns:
        1.15fr
        1.15fr
        1fr
        1fr;

    gap:
        50px;

    margin:
        0 !important;

    padding:
        0 0 50px !important;

    border-bottom:
        1px solid rgba(255,255,255,.12);
}

.vh-footer-columns >
.wp-block-column {

    min-width:
        0;

    margin:
        0 !important;
}


/* FOOTER HEADINGS */

.vh-footer-columns h3 {

    position:
        relative;

    margin:
        0 0 21px !important;

    padding:
        0 0 12px;

    font-family:
        var(--vh-sans);

    font-size:
        12px !important;

    font-weight:
        750 !important;

    line-height:
        1.4 !important;

    letter-spacing:
        .12em;

    text-transform:
        uppercase;

    color:
        #fff !important;
}

.vh-footer-columns h3::after {

    content:
        "";

    position:
        absolute;

    left:
        0;

    bottom:
        0;

    width:
        25px;

    height:
        2px;

    background:
        var(--footer-red);
}


/* FOOTER LINKS */

.vh-footer-links {

    display:
        flex;

    flex-direction:
        column;

    gap:
        8px;

    margin:
        0 !important;

    padding:
        0 !important;

    list-style:
        none !important;
}

.vh-footer-links li {

    margin:
        0 !important;

    padding:
        0 !important;
}

.vh-footer-links a {

    display:
        inline-block;

    font-size:
        13px;

    line-height:
        1.65;

    color:
        #aeb3b7 !important;

    text-decoration:
        none !important;
}

.vh-footer-links a:hover {

    color:
        #fff !important;

    transform:
        translateX(4px);
}


/* TRUST */

.vh-footer-trust {

    margin:
        40px 0 0 !important;

    padding:
        25px 28px !important;

    border:
        1px solid rgba(255,255,255,.11);

    border-left:
        3px solid var(--footer-red);

    background:
        rgba(255,255,255,.025);
}

.vh-footer-trust h3 {

    margin:
        0 0 9px !important;

    font-family:
        var(--vh-sans);

    font-size:
        12px !important;

    font-weight:
        750 !important;

    letter-spacing:
        .1em;

    text-transform:
        uppercase;

    color:
        #fff !important;
}

.vh-footer-trust p {

    max-width:
        900px;

    margin:
        0 !important;

    font-size:
        12px !important;

    line-height:
        1.9 !important;

    color:
        #93999d !important;
}

.vh-footer-trust strong {

    color:
        #d8d8d8;
}


/* NEWSLETTER */

.vh-footer-newsletter {

    position:
        relative;

    margin:
        23px 0 0 !important;

    padding:
        25px 28px !important;

    border:
        1px solid rgba(255,255,255,.11);

    background:
        linear-gradient(
            135deg,
            rgba(165,0,0,.12),
            rgba(255,255,255,.02)
        );
}

.vh-footer-newsletter::before {

    content:
        "NEWSLETTER";

    position:
        absolute;

    top:
        0;

    right:
        0;

    padding:
        6px 11px;

    font-family:
        var(--vh-sans);

    font-size:
        8px;

    font-weight:
        750;

    letter-spacing:
        .15em;

    color:
        #fff;

    background:
        var(--footer-red);
}

.vh-footer-newsletter h3 {

    margin:
        0 0 7px !important;

    font-family:
        var(--vh-sans);

    font-size:
        18px !important;

    font-weight:
        700 !important;

    color:
        #fff !important;
}

.vh-footer-newsletter p {

    max-width:
        700px;

    margin:
        0 !important;

    font-size:
        12px !important;

    line-height:
        1.8 !important;

    color:
        #90969a !important;
}


/* FOOTER META */

.vh-footer-meta {

    display:
        flex !important;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    margin:
        0 !important;

    padding:
        23px 0 0 !important;
}

.vh-footer-meta p {

    margin:
        0 !important;

    font-size:
        11px !important;

    line-height:
        1.6;

    color:
        #686d71 !important;
}

.vh-footer-meta strong {

    color:
        #c8c8c8;
}


/* COPYRIGHT */

.vh-footer-bottom {

    margin:
        0 !important;

    padding:
        0 !important;

    background:
        #070809;

    border-top:
        1px solid rgba(255,255,255,.055);
}

.vh-footer-bottom >
.wp-block-group {

    width:
        min(
            var(--vh-max),
            calc(100% - 40px)
        );

    margin:
        0 auto !important;

    padding:
        17px 0 !important;

    display:
        flex !important;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;
}

.vh-footer-bottom p {

    margin:
        0 !important;

    font-family:
        var(--vh-sans);

    font-size:
        10px !important;

    line-height:
        1.5;

    letter-spacing:
        .025em;

    color:
        #5e6265 !important;
}

.vh-footer-bottom p:last-child {

    text-transform:
        uppercase;

    letter-spacing:
        .1em;
}


/* =========================================================
   24 — TABLET 1100
   ========================================================= */

@media (max-width:1100px) {

    .vh-header .alignwide {

        width:
            min(
                var(--vh-wide),
                calc(100% - 36px)
            );
    }

    .vh-header-main {

        min-height:
            105px;
    }

    .vh-site-title,
    .vh-brand .wp-block-site-title {

        font-size:
            42px !important;
    }

    .vh-primary-nav {

        overflow-x:
            auto;

        overflow-y:
            hidden;

        scrollbar-width:
            none;
    }

    .vh-primary-nav::-webkit-scrollbar {

        display:
            none;
    }

    .vh-primary-nav > ul {

        width:
            max-content;

        min-width:
            100%;
    }

    .vh-primary-nav > ul > li > a {

        padding-left:
            12px;

        padding-right:
            12px;

        font-size:
            10px;
    }

    .vh-editorial-line {

        font-size:
            10px;
    }


    /* CONTENT */

    .vh-layout-culture .vh-posts,
    .vh-layout-travel .vh-posts {

        grid-template-columns:
            repeat(2,1fr);
    }

    .vh-layout-local .vh-posts {

        grid-template-columns:
            repeat(2,1fr);
    }

    .vh-layout-global .vh-posts {

        grid-template-columns:
            1.4fr 1fr;
    }

    .vh-layout-global .vh-post-1 {

        grid-row:
            span 2;
    }


    /* FOOTER */

    .vh-footer-columns {

        grid-template-columns:
            repeat(2,1fr);

        gap:
            40px 35px;
    }
}


/* =========================================================
   25 — TABLET SMALL 800
   ========================================================= */

@media (max-width:800px) {

    .vh-section {

        width:
            min(
                calc(100% - 32px),
                720px
            );

        margin:
            62px auto;
    }

    .vh-layout-news .vh-posts,
    .vh-layout-economy .vh-posts {

        grid-template-columns:
            1.35fr 1fr;
    }

    .vh-layout-news .vh-post-1,
    .vh-layout-economy .vh-post-1 {

        grid-row:
            span 2;
    }

    .vh-layout-tech .vh-posts {

        grid-template-columns:
            1fr;
    }

    .vh-layout-tech .vh-post-1 {

        grid-row:
            auto;
    }

    .vh-layout-tech
    .vh-post:not(.vh-post-1) {

        grid-template-columns:
            130px 1fr;
    }

    .vh-layout-world,
    .vh-layout-future,
    .vh-layout-culture {

        width:
            calc(100% - 32px);
    }
}


/* =========================================================
   26 — MOBILE 640
   ========================================================= */

@media (max-width:640px) {

    .vh-header .alignwide {

        width:
            calc(100% - 28px);
    }


    /* TOPBAR */

    .vh-topbar-inner {

        min-height:
            32px;
    }

    .vh-topbar-date {

        font-size:
            8px;

        letter-spacing:
            .11em;
    }

    .vh-topbar-links {

        gap:
            10px;
    }

    .vh-utility-nav {

        display:
            none;
    }

    .vh-language {

        font-size:
            9px;
    }


    /* HEADER */

    .vh-header-main {

        min-height:
            82px;

        padding:
            17px 0;

        gap:
            12px;
    }

    .vh-logo {

        margin-right:
            10px;
    }

    .vh-logo img,
    .vh-header .wp-block-site-logo img {

        width:
            42px;

        height:
            42px;
    }

    .vh-site-title,
    .vh-brand .wp-block-site-title {

        font-size:
            31px !important;

        letter-spacing:
            -.055em;
    }

    .vh-tagline {

        margin-top:
            5px !important;

        font-size:
            7px;

        letter-spacing:
            .12em;
    }

    .vh-header-actions {

        gap:
            8px;
    }

    .vh-search-text {

        display:
            none;
    }

    .vh-search-link a {

        padding:
            4px;
    }

    .vh-search-icon {

        width:
            28px;

        height:
            28px;
    }


    /* MOBILE NAV */

    .vh-mobile-nav {

        display:
            block;
    }

    .vh-nav-inner {

        min-height:
            44px;
    }

    .vh-primary-nav {

        overflow-x:
            auto;

        overflow-y:
            hidden;

        -webkit-overflow-scrolling:
            touch;

        scrollbar-width:
            none;
    }

    .vh-primary-nav::-webkit-scrollbar {

        display:
            none;
    }

    .vh-primary-nav > ul {

        min-width:
            max-content;
    }

    .vh-primary-nav > ul > li > a {

        min-height:
            44px;

        padding-left:
            11px;

        padding-right:
            11px;

        font-size:
            9px;
    }

    .vh-primary-nav > ul > li:first-child > a {

        padding-left:
            0;
    }


    /* EDITORIAL */

    .vh-editorial-bar {

        min-height:
            auto;

        padding:
            10px 0;

        gap:
            10px;
    }

    .vh-editorial-label {

        font-size:
            8px;
    }

    .vh-editorial-line {

        text-align:
            left;

        font-size:
            9px;

        display:
            -webkit-box;

        -webkit-line-clamp:
            1;

        -webkit-box-orient:
            vertical;

        overflow:
            hidden;
    }

    .vh-editorial-status {

        font-size:
            7px;

        letter-spacing:
            .08em;
    }


    /* CONTENT */

    .vh-section {

        width:
            calc(100% - 28px);

        margin:
            52px auto;
    }

    .vh-section-head {

        align-items:
            flex-end;

        gap:
            12px;

        margin-bottom:
            20px;

        padding-bottom:
            11px;
    }

    .vh-section-head h2 {

        font-size:
            27px;
    }

    .vh-more {

        font-size:
            12px;
    }

    .vh-layout-news .vh-posts,
    .vh-layout-economy .vh-posts,
    .vh-layout-culture .vh-posts,
    .vh-layout-travel .vh-posts,
    .vh-layout-people .vh-posts,
    .vh-layout-local .vh-posts,
    .vh-layout-global .vh-posts,
    .vh-layout-world .vh-posts,
    .vh-layout-future .vh-posts {

        grid-template-columns:
            1fr;
    }


    /* RESET SPECIAL GRIDS */

    .vh-layout-news .vh-post-1,
    .vh-layout-economy .vh-post-1,
    .vh-layout-culture .vh-post-1,
    .vh-layout-global .vh-post-1,
    .vh-layout-world .vh-post-2,
    .vh-layout-future .vh-post-1,
    .vh-layout-people .vh-post-1,
    .vh-layout-local .vh-post-1 {

        grid-column:
            auto;

        grid-row:
            auto;
    }


    /* HERO */

    .vh-layout-news .vh-post-1 h3,
    .vh-layout-tech .vh-post-1 h3,
    .vh-layout-economy .vh-post-1 h3 {

        font-size:
            29px;

        line-height:
            1.1;
    }

    .vh-layout-culture .vh-post-1 h3 {

        font-size:
            28px;
    }

    .vh-layout-local .vh-post-1 h3 {

        font-size:
            27px;
    }


    /* CULTURE */

    .vh-layout-culture {

        padding:
            24px 20px;
    }


    /* WORLD */

    .vh-layout-world {

        padding:
            27px 20px;
    }


    /* FUTURE */

    .vh-layout-future {

        padding:
            29px 20px;
    }


    /* TRAVEL */

    .vh-layout-travel
    .vh-post-body {

        margin:
            -50px 9px 0;

        padding:
            13px;
    }


    /* TECH */

    .vh-layout-tech
    .vh-post:not(.vh-post-1) {

        grid-template-columns:
            105px 1fr;

        gap:
            13px;

        padding-bottom:
            14px;
    }

    .vh-layout-tech
    .vh-post:not(.vh-post-1)
    .vh-post-body {

        padding-top:
            0;
    }

    .vh-layout-tech
    .vh-post:not(.vh-post-1)
    .vh-post h3 {

        font-size:
            17px;
    }


    /* FOOTER */

    .vh-footer {

        margin-top:
            65px !important;
    }

    .vh-footer-inner {

        width:
            calc(100% - 28px);

        padding:
            44px 0 28px !important;
    }

    .vh-footer-brand {

        margin-bottom:
            35px !important;

        padding-bottom:
            28px;
    }

    .vh-footer-title {

        font-size:
            30px !important;

        letter-spacing:
            .055em !important;
    }

    .vh-footer-tagline {

        font-size:
            14px !important;
    }

    .vh-footer-description {

        font-size:
            12px !important;

        line-height:
            1.8 !important;
    }

    .vh-footer-columns {

        grid-template-columns:
            1fr;

        gap:
            32px;

        padding-bottom:
            35px !important;
    }

    .vh-footer-columns h3 {

        margin-bottom:
            16px !important;
    }

    .vh-footer-trust {

        margin-top:
            29px !important;

        padding:
            21px 18px !important;
    }

    .vh-footer-newsletter {

        padding:
            23px 18px !important;
    }

    .vh-footer-meta {

        align-items:
            flex-start !important;

        flex-direction:
            column !important;

        gap:
            7px;

        padding-top:
            21px !important;
    }

    .vh-footer-bottom >
    .wp-block-group {

        width:
            calc(100% - 28px);

        align-items:
            flex-start !important;

        flex-direction:
            column !important;

        gap:
            5px;

        padding:
            15px 0 !important;
    }
}


/* =========================================================
   27 — VERY SMALL MOBILE
   ========================================================= */

@media (max-width:380px) {

    .vh-header .alignwide {

        width:
            calc(100% - 20px);
    }

    .vh-site-title,
    .vh-brand .wp-block-site-title {

        font-size:
            27px !important;
    }

    .vh-tagline {

        font-size:
            6.5px;
    }

    .vh-section {

        width:
            calc(100% - 22px);
    }

    .vh-layout-culture,
    .vh-layout-world,
    .vh-layout-future {

        width:
            calc(100% - 22px);
    }

    .vh-footer-inner {

        width:
            calc(100% - 22px);
    }

    .vh-footer-title {

        font-size:
            27px !important;
    }

    .vh-editorial-label {

        display:
            none;
    }
}


/* =========================================================
   28 — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion:reduce) {

    html {

        scroll-behavior:
            auto;
    }

    .vietnamhub-site *,
    .vietnamhub-site *::before,
    .vietnamhub-site *::after,
    .vh-header *,
    .vh-header *::before,
    .vh-header *::after {

        transition:
            none !important;

        animation:
            none !important;
    }
}


/* =========================================================
   29 — OPTIONAL STICKY HEADER
   ========================================================= */

/*

.vh-header {
    position: sticky;
    top: 0;
}

.admin-bar .vh-header {
    top: 32px;
}

@media screen and (max-width:782px) {

    .admin-bar .vh-header {
        top: 46px;
    }

}

*/


/* =========================================================
   END — VIETNAMHUB TT5 PRO
   ========================================================= */
```
