.tw_post h3 a {
    font-size: 15px;
    color: #000;
    display: block;
}

.mate_date {
    font-size: 13px;
    font-weight: 400;
}

.tw_post {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tw_post h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.one_post {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.one_post h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.one_post .excerpt {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.row-3-post .col {
    padding: 10px;
    padding-bottom: 8px;
}

.list_post_cate {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.row-all-post .col {
    padding: 9px;
}

.tw_post:last-child {
    margin-bottom: 0;
}

.nd_list_post h3 a {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.nd_list_post h3 {
    margin-top: 10px;
}

.load-more-wrap #load-more {
    background-color: #ff0000;
    border-radius: 5px;
    color: #fff;
    box-shadow: unset;
}

.breadcrumb_category p {
    margin: 0;
}

.cox_bnx {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 16px;
    position: relative;
}

/* ===== BÀI LỚN BÊN TRÁI ===== */
.cox_bnx .main-article {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease;
    position: relative;
}

.cox_bnx .main-article:after {
    background: -webkit-linear-gradient(bottom, #191c20 0, #191c2000 calc(100% - 150px), #191c2000 100%);
    background: linear-gradient(to top, #191c20 0, #191c2000 calc(100% - 150px), #191c2000 100%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
}

.cox_bnx .small-article:after {
    content: "";
    background: -webkit-linear-gradient(bottom, #191c20 0, #191c2087 calc(100% - 150px), #191c2000 100%);
    background: linear-gradient(to top, #191c20 0, #191c2087 calc(100% - 150px), #191c2000 100%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
}

.cox_bnx .main-article:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

.cox_bnx .main-article img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.cox_bnx .main-article:hover img {
    transform: scale(1.05);
}

.cox_bnx .main-content,
.cox_bnx .small-content {
    position: absolute;
    bottom: 0;
    width: fit-content;
    left: 0;
    right: 0;
    z-index: 99;
}

.cox_bnx .main-content {
    padding: 24px;
}

.cox_bnx .main-article img {
    height: 100%;
    object-fit: cover;
}

.cox_bnx .main-content h3,
.cox_bnx .main-article:hover h3 {
    color: #ffff;
}

.cox_bnx .meta {
    font-size: 13px;
    color: #fff;
}

/* ===== CÁC BÀI NHỎ BÊN PHẢI ===== */
.cox_bnx .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.cox_bnx .small-article {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.cox_bnx .small-article:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 2583px rgba(0, 0, 0, 0.2);
}

.cox_bnx .small-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cox_bnx .small-article:hover img {
    transform: scale(1.08);
}

.cox_bnx .small-content {
    padding: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cox_bnx .small-content h3 {
    font-size: 18px;
    line-height: 1.1;
    color: #ffff;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    font-weight: 500;
}

.cox_bnx .main-content h3 {
    font-size: 18px;
    font-weight: 500;
}

.cox_bnx .small-article:hover h3 {
    color: #fff;
}

.cox_bnx .small-meta {
    font-size: 12px;
    color: #fff;
}

.vn_header {
    margin-bottom: 25px;
}

.post_cates {
    max-width: 100%;
    margin: auto !important;
}

.post_cates .post-item {
    border-bottom: unset;
}

.page-numbers li {
    margin: 0 !important;
    margin-right: 5px !important;
}

.page-numbers li a {
    border-radius: 5px;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .cox_bnx {
        grid-template-columns: 1fr;
        display: none;
    }

    .cox_bnx .sidebar {
        grid-template-columns: 1fr 1fr;
        display: none;
    }
}

@media (max-width: 600px) {
    .cox_bnx .sidebar {
        grid-template-columns: 1fr;
    }

    .cox_bnx .main-content h3 {
        font-size: 24px;
    }
}