.gbh-blog-wrap {
    max-width: 1450px;
    margin: 0 auto;
    padding: 26px 24px 60px;
    box-sizing: border-box;
}

.gbh-blog-wrap *,
.gbh-blog-wrap *::before,
.gbh-blog-wrap *::after {
    box-sizing: border-box;
}

.gbh-blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.gbh-blog-head h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f3742;
}

.gbh-blog-head p {
    margin: 8px 0 0;
    max-width: none;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}

.gbh-blog-title {
    min-width: 0;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    .gbh-blog-head p {
        white-space: nowrap;
    }
}

.gbh-search-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid #fee2d6;
    border-radius: 50%;
    color: #f05a28;
    background: #fff7ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    flex: 0 0 auto;
    cursor: pointer;
}

.gbh-search-toggle:hover {
    background: #f05a28;
    color: #fff;
    border-color: #f05a28;
}

.gbh-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
}

.gbh-head-search .gbh-search-form {
    width: 0;
    overflow: hidden;
    transition: width .25s ease;
}

.gbh-head-search.is-open .gbh-search-form {
    width: 280px;
}

.gbh-head-search .gbh-search-form input {
    width: 280px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
    background: #fff;
    color: #374151;
    transition: .2s ease;
}

.gbh-head-search .gbh-search-form input:focus,
.gbh-search-form input:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, .12);
}

.gbh-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    align-items: start;
}

.gbh-blog-main {
    min-width: 0;
}

.gbh-featured-section {
    margin-bottom: 30px;
}

.gbh-featured-post {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 400px;
    background: #111827;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .10);
}

.gbh-featured-post img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gbh-featured-post:hover img {
    transform: scale(1.035);
}

.gbh-featured-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18), rgba(0,0,0,.04));
}

.gbh-featured-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 36px 42px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.gbh-featured-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .82;
    margin-bottom: 8px;
}

.gbh-featured-content h2 {
    max-width: 820px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
}

.gbh-featured-content p {
    max-width: 700px;
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,.84);
}

.gbh-section-head {
    margin-bottom: 17px;
}

.gbh-section-head h2 {
    margin: 0;
    color: #3c4653;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.gbh-section-head p {
    margin: 6px 0 0;
    color: #7b8492;
    font-size: 14px;
}

.gbh-post-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.gbh-post-card {
    position: relative;
    display: grid;
    grid-template-columns: 39% 1fr;
    min-height: 178px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .052);
    border: 1px solid rgba(226, 232, 240, .65);
    transition: .22s ease;
}

.gbh-post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .085);
}

.gbh-post-thumb {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    background: #f3f4f6;
}

.gbh-post-thumb img {
    width: 100%;
    height: 100%;
    min-height: 178px;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.gbh-post-card:hover .gbh-post-thumb img {
    transform: scale(1.035);
}

.gbh-date-badge {
    position: absolute;
    top: 12px;
    left: 0;
    width: 46px;
    height: 50px;
    background: #f01846;
    color: #fff;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(240, 24, 70, .22);
}

.gbh-date-badge strong {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}

.gbh-date-badge span {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.gbh-post-body {
    padding: 26px 26px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gbh-post-body h3 {
    margin: 0;
    color: #374151;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    transition: color .2s ease;
}

.gbh-post-card:hover .gbh-post-body h3 {
    color: #f05a28;
}

.gbh-mini-divider {
    width: 34px;
    height: 2px;
    background: #e5e7eb;
    margin: 12px 0 13px;
}

.gbh-post-body p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.65;
}

.gbh-news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
    color: #9ca3af;
    font-size: 13px;
}

.gbh-blog-sidebar {
    border-left: 1px solid #e8e8e8;
    padding-left: 30px;
}

.gbh-sidebar-box {
    margin-bottom: 34px;
}

.gbh-widget-title {
    color: #626a73;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.gbh-widget-line {
    width: 32px;
    height: 3px;
    background: #e5e7eb;
    margin: 12px 0 16px;
}

.gbh-widget-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.gbh-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gbh-cat-list li {
    border-bottom: 1px solid #e5e7eb;
}

.gbh-cat-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    color: #ef123f;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    transition: .2s ease;
}

.gbh-cat-list a:hover {
    color: #f05a28;
    padding-left: 4px;
}

.gbh-cat-list a small {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fff7ed;
    color: #f05a28;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gbh-cat-list a.is-active {
    color: #f05a28;
    font-weight: 700;
}

.gbh-cat-list a.is-active small {
    background: #f05a28;
    color: #fff;
}

.gbh-recent-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gbh-recent-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #e5e7eb;
    text-decoration: none;
}

.gbh-recent-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #f3f4f6;
}

.gbh-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gbh-recent-title {
    color: #ef123f;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    transition: .2s ease;
}

.gbh-recent-item:hover .gbh-recent-title {
    color: #f05a28;
}

.gbh-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 36px;
}

.gbh-pagination a,
.gbh-pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .2s ease;
}

.gbh-pagination span,
.gbh-pagination a:hover {
    background: #f05a28;
    border-color: #f05a28;
    color: #fff;
}

.gbh-news-empty {
    padding: 22px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    margin-bottom: 22px;
}

.gbh-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f05a28;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.gbh-back-btn:hover {
    color: #ea580c;
}

/* =========================
   CHI TIẾT BÀI VIẾT
========================= */

.gbh-detail-layout {
    margin-top: 4px;
}

.gbh-article-card {
    background: #fff;
    border: 0;
    box-shadow: none;
}

.gbh-article-cover {
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
    margin-bottom: 26px;
}

.gbh-article-cover img {
    width: 100%;
    max-height: 470px;
    object-fit: cover;
    display: block;
}

.gbh-article-inner {
    padding: 0;
}

.gbh-article-title {
    margin: 0;
    color: #2f3742;
    font-size: 31px;
    line-height: 1.32;
    font-weight: 800;
}

.gbh-article-meta {
    margin-top: 13px;
    margin-bottom: 0;
}

.gbh-article-content {
    margin-top: 24px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.85;
}

.gbh-article-content p {
    margin: 0 0 17px;
}

.gbh-article-content a {
    color: #ef123f;
    text-decoration: none;
}

.gbh-article-content a:hover {
    color: #f05a28;
}

.gbh-article-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gbh-article-content figure {
    max-width: 100% !important;
    margin: 24px auto;
}

.gbh-article-content figure img {
    margin: 0 auto;
}

.gbh-article-content figcaption,
.gbh-article-content .wp-caption-text {
    margin-top: 8px;
    color: #7b8492;
    font-size: 13px;
    text-align: center;
    line-height: 1.55;
}

.gbh-article-content iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 18px 0;
}

.gbh-article-content h1,
.gbh-article-content h2,
.gbh-article-content h3,
.gbh-article-content h4 {
    color: #2f3742;
    font-weight: 800;
    line-height: 1.4;
}

.gbh-article-content h2 {
    margin: 30px 0 13px;
    font-size: 25px;
}

.gbh-article-content h3 {
    margin: 28px 0 12px;
    font-size: 22px;
}

.gbh-article-content h4 {
    margin: 24px 0 10px;
    font-size: 18px;
}

.gbh-article-content ul,
.gbh-article-content ol {
    margin: 0 0 18px 22px;
    padding: 0;
}

.gbh-article-content li {
    margin-bottom: 8px;
}

.gbh-article-content b,
.gbh-article-content strong {
    color: #374151;
    font-weight: 700;
}

.gbh-article-content i,
.gbh-article-content em {
    color: #5f6875;
}

.gbh-article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}

.gbh-article-content table th,
.gbh-article-content table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    vertical-align: top;
}

.gbh-article-content table th {
    background: #fff7ed;
    color: #374151;
    font-weight: 700;
}

.gbh-article-content #ez-toc-container {
    width: auto !important;
    max-width: 100%;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 16px 18px;
    margin: 20px 0 24px;
}

.gbh-article-content .ez-toc-title {
    margin: 0 0 10px;
    color: #374151;
    font-size: 17px;
    font-weight: 800;
}

.gbh-article-content #ez-toc-container ul {
    margin-bottom: 0;
}

.gbh-article-content #ez-toc-container a {
    color: #ef123f;
    font-size: 15px;
    line-height: 1.65;
}

.gbh-article-content #ez-toc-container a:hover {
    color: #f05a28;
}

.gbh-article-content .xem-them {
    margin: 26px 0;
    padding: 16px 18px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.gbh-article-content .tieu-de-xem-them {
    display: block;
    margin-bottom: 8px;
    color: #9a3412;
    font-weight: 800;
}

.gbh-article-content .xem-them ul {
    margin-bottom: 0;
}

.gbh-article-content .blog-share,
.gbh-article-content .comments-area,
.gbh-article-content #comments,
.gbh-article-content .wpdiscuz_top_clearing {
    max-width: 100%;
}

.gbh-related-section {
    margin-top: 34px;
}

.gbh-related-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gbh-related-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .75);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
    text-decoration: none;
    color: inherit;
    transition: .2s ease;
}

.gbh-related-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}

.gbh-related-thumb {
    height: 92px;
    overflow: hidden;
    background: #f3f4f6;
}

.gbh-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.gbh-related-item:hover .gbh-related-thumb img {
    transform: scale(1.04);
}

.gbh-related-body h3,
.gbh-related-item h3 {
    margin: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.gbh-related-item:hover h3 {
    color: #f05a28;
}

.gbh-related-body p,
.gbh-related-item p {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

/* Reset class tin tức cũ nếu còn bị đè */
.news-wrap,
.news-card,
.news-grid,
.news-item,
.news-featured,
.news-pagination,
.news-section-title,
.news-section-sub {
    all: unset;
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 991px) {
    .gbh-blog-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gbh-blog-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gbh-blog-sidebar {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #e8e8e8;
        padding-top: 24px;
    }

    .gbh-featured-post {
        min-height: 320px;
    }

    .gbh-featured-content {
        padding: 30px 26px;
    }
}

/* =========================
   RESPONSIVE MOBILE FULL FIX
========================= */

@media (max-width: 768px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .gbh-blog-wrap {
        width: 100%;
        max-width: 100%;
        padding: 16px 14px 44px;
        box-sizing: border-box;
    }

    .gbh-blog-layout,
    .gbh-detail-layout {
        display: block;
        width: 100%;
    }

    .gbh-blog-main,
    .gbh-article-card,
    .gbh-article-inner,
    .gbh-article-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .gbh-blog-head {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .gbh-blog-title {
        width: 100%;
        margin-bottom: 14px;
    }

    .gbh-blog-head h1 {
        margin: 0;
        font-size: 26px;
        line-height: 1.18;
        font-weight: 800;
        color: #2f3742;
    }

    .gbh-blog-head p {
        max-width: 100%;
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.65;
        color: #6b7280;
        white-space: normal;
    }

    .gbh-head-search {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .gbh-head-search .gbh-search-form,
    .gbh-head-search.is-open .gbh-search-form {
        width: calc(100% - 56px);
        overflow: visible;
    }

    .gbh-head-search .gbh-search-form input {
        width: 100%;
        height: 44px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .gbh-search-toggle {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .gbh-featured-post {
        min-height: 300px;
    }

    .gbh-featured-content {
        padding: 24px 18px;
    }

    .gbh-featured-content h2 {
        font-size: 20px;
        line-height: 1.35;
    }

    .gbh-featured-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .gbh-post-card {
        display: block;
        min-height: unset;
    }

    .gbh-post-thumb,
    .gbh-post-thumb img {
        width: 100%;
        min-height: 190px;
    }

    .gbh-post-body {
        padding: 18px;
    }

    .gbh-post-body h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .gbh-post-body p {
        font-size: 14px;
        line-height: 1.65;
    }

    .gbh-article-card {
        background: #fff;
    }

    .gbh-article-cover {
        margin-bottom: 20px;
    }

    .gbh-article-cover img {
        width: 100%;
        max-height: none;
        height: auto;
        object-fit: cover;
    }

    .gbh-article-title {
        font-size: 25px;
        line-height: 1.32;
        font-weight: 800;
        margin-bottom: 10px;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .gbh-article-meta {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    .gbh-article-content {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.85;
        color: #374151;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .gbh-article-content p {
        margin: 0 0 16px;
        text-align: left;
    }

    .gbh-article-content h1,
    .gbh-article-content h2,
    .gbh-article-content h3,
    .gbh-article-content h4 {
        color: #2f3742;
        line-height: 1.38;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .gbh-article-content h2 {
        font-size: 22px;
        margin: 26px 0 12px;
    }

    .gbh-article-content h3 {
        font-size: 20px;
        margin: 24px 0 10px;
    }

    .gbh-article-content h4 {
        font-size: 18px;
        margin: 22px 0 10px;
    }

    .gbh-article-content ul,
    .gbh-article-content ol {
        margin: 0 0 18px 20px;
        padding: 0;
    }

    .gbh-article-content li {
        margin-bottom: 9px;
        line-height: 1.75;
    }

    .gbh-article-content img,
    .gbh-article-content video,
    .gbh-article-content iframe {
        max-width: 100%;
    }

    .gbh-article-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .gbh-article-content #ez-toc-container {
        padding: 14px;
        margin: 18px 0 22px;
    }

    .gbh-article-content .ez-toc-title {
        font-size: 16px;
    }

    .gbh-article-content .xem-them {
        padding: 14px;
    }

    .gbh-blog-sidebar {
        margin-top: 34px;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        padding-top: 24px;
    }

    .gbh-sidebar-box {
        margin-bottom: 28px;
    }

    .gbh-related-item {
        grid-template-columns: 96px 1fr;
        gap: 12px;
        padding: 12px;
    }

    .gbh-related-thumb {
        height: 74px;
    }

    .gbh-related-item h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .gbh-related-item p {
        display: none;
    }

    .gbh-recent-item {
        grid-template-columns: 54px 1fr;
    }

    .gbh-recent-thumb {
        width: 54px;
        height: 54px;
    }
}

/* =========================
   RESPONSIVE MOBILE SMALL
========================= */

@media (max-width: 480px) {
    .gbh-blog-wrap {
        padding: 14px 12px 40px;
    }

    .gbh-blog-head h1 {
        font-size: 25px;
    }

    .gbh-blog-head p {
        font-size: 14px;
        line-height: 1.6;
    }

    .gbh-head-search .gbh-search-form,
    .gbh-head-search.is-open .gbh-search-form {
        width: calc(100% - 54px);
    }

    .gbh-head-search .gbh-search-form input {
        height: 42px;
        font-size: 13px;
        padding: 0 13px;
    }

    .gbh-search-toggle {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .gbh-featured-post {
        min-height: 280px;
    }

    .gbh-featured-content {
        padding: 22px 14px;
    }

    .gbh-featured-content h2 {
        font-size: 19px;
    }

    .gbh-featured-content p {
        font-size: 13px;
    }

    .gbh-post-thumb,
    .gbh-post-thumb img {
        min-height: 180px;
    }

    .gbh-post-body {
        padding: 16px;
    }

    .gbh-article-title {
        font-size: 23px;
        line-height: 1.34;
    }

    .gbh-article-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .gbh-article-content h2 {
        font-size: 21px;
    }

    .gbh-article-content h3 {
        font-size: 19px;
    }

    .gbh-article-content h4 {
        font-size: 17px;
    }

    .gbh-date-badge {
        width: 42px;
        height: 46px;
    }

    .gbh-date-badge strong {
        font-size: 16px;
    }

    .gbh-date-badge span {
        font-size: 11px;
    }
}
@media (max-width: 768px){
    header.sticky{
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
    }

    #main.main{
        padding-top: 56px !important;
    }
}
