.news-list {
    margin-bottom: 30px;
}

.item-news-hot .wrap-img img {
    height: 215px;
    width: 100%;
    border-radius: 5px;
}


.category-news {
    display: flex;
    gap: 10px 30px;
    justify-content: center;
    margin-top: 10px;
}

.category-news .item {
    position: relative;
    font-size: 16px;
}

.category-news .item::before {
    content: "";
    height: 1px;
    width: 25px;
    background: currentColor;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.category-news .item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 19px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #c4c4c4;
}

.box-category {
    margin-top: 25px;
}

.box-category .title-box-wrap {
    margin-bottom: 20px;
}

.box-category .title-box {
    font-size: 24px;
}

.block-news .row {
    row-gap: 16px;
}

.item-news-hot {
    border-radius: 8px;
    box-shadow: 1px 3px 12px 0px #d2d2d275;
    padding: 10px;
    background-color: var(--color-2);
}

.item-news .wrap-img {
    border-radius: 8px;
}

.item-news-hot .wrap-img {
    margin-bottom: 10px;
    display: block;
}

.item-news .title {
    font-size: 17px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.item-news .cate-time * {
    color: #999;
}

.item-news .cate-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
}

.item-news .cate-time .name-cate {
    position: relative;
    padding-left: 15px;
}

.item-news .cate-time .name-cate:hover {
    color: var(--color-3);
}

.item-news .cate-time .name-cate::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}

.box-category .title-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box-category .title-box-wrap .kham-pha {
    display: flex;
    align-items: center;
}

.news-list .name-category {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.news-top {
    margin-bottom: 40px;
}

.news-top .left .item-news .title {
    font-size: 22px;
    height: 57px;
    margin-top: 10px;
}

.news-top .left .item-news .des {
    -webkit-line-clamp: 2;
}

.news-top .right .item-news .title {
    margin-top: 7px;
}

.news-bottom .item-news {
    padding: 20px 0;
}

.news-bottom .item-news:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.load-more-news {
    margin-top: 25px;
    text-align: center;
}

.load-more-news button {
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 10px 25px;
}

.tag-link {
    padding: 0 15px 15px;
}

.tag-link ul li {
    list-style: none;
}

.tag-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link ul li a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 10px;
    background-color: #FFF;
}

.sidebar-news .block.tags {
    display: none;
}

@media (max-width: 992px) {
    .category-news {
        white-space: nowrap;
        overflow-x: auto;
        justify-content: start;
    }

    .category-news .item::before {
        display: none;
    }
}

@media (max-width: 550px) {
    .block-news .clm {
        padding: 0 4px;
    }

    .block-news .row {
        margin: 0 -4px;
        row-gap: 12px;
    }

    .box-category .title-box {
        font-size: 20px;
    }

    .item-news .des {
        display: none;
    }

    .item-news-hot .des {
        display: -webkit-box;
    }

    .item-news .cate-time {
        font-size: 12px;
    }

    /* .item-news .title {
        font-size: 15px;
        height: 39px;
        margin-bottom: 0px;
    } */

    .category-news .item {
        font-size: 14px;
    }

    .news-top {
        margin-bottom: 10px;
    }

    .news-list .name-category {
        font-size: 20px;
    }

    .news-top .left .item-news .title {
        font-size: 18px;
        height: 48px;
    }
}

/* Sidebar news  */
.sidebar-news {
    margin-left: 30px;
    position: sticky;
    top: 95px;
}

.sidebar-news .block {
    border: 1px solid #d2d2d2;
    border-radius: 5px;

}

.sidebar-news .block:not(:first-child) {
    margin-top: 20px;
}

.sidebar-news .title-block {
    font-weight: 500;
    background: linear-gradient(0deg, var(--color-3), var(--color-4));
    color: var(--color-2);
    padding: 15px 20px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.block-news .item {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 15px;
    padding: 0 15px 15px;
}

.block-news .item .wrap-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.block-news .item h3 {
    font-weight: 500;
    font-size: 15px;
}

.block-product .item .wrap-img {
    padding-bottom: 100%;
}

.block-product .item {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.block-product .item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.block-product .item .name {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.block-product .item .price-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.block-product .item .price-new {
    color: var(--color-5);
    font-weight: 700;
    font-size: 15px;
}

.block-product .item .price-old {
    color: #999;
    font-size: 13px;
}

@media (max-width: 992px) {
    .sidebar-news {
        display: none;
    }
}

@media (max-width: 550px) {
    .item-news .cate-time .name-cate {
        display: block;
    }

    .item-news .cate-time {
        display: block;
    }
}

/* ============================================================
   PRESS RELEASE PAGE STYLES (MATCHING DESIGN SPECIFICATION)
   ============================================================ */

.press-release-page {
    background-color: #f6f6f6;
    /* padding-top: 40px; */
    padding-bottom: 60px;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
}

.press-release-layout {
    display: flex;
    /* gap: 50px; */
    align-items: flex-start;
}

/* Sidebar Styling */
.press-sidebar {
    width: 230px;
    flex-shrink: 0;
    padding-right: 20px;
    margin-top: 30px;
}

.sidebar-search-form {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.sidebar-search-input {
    width: 100%;
    background-color: #0065c9;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 10px 14px 10px 38px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: background-color 0.2s ease;
}

.sidebar-search-input::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.sidebar-search-input:focus {
    background-color: #0052a3;
}

.sidebar-search-submit {
    position: absolute;
    left: 8px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 2px;
    transition: opacity 0.2s ease;
}

.sidebar-search-submit:hover {
    opacity: 0.85;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sidebar-menu li a {
    color: #4a5568;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

.sidebar-menu li a:hover,
.sidebar-menu li.active a {
    color: #0065c9;
}

/* Right Content Area */
.press-content {
    flex: 1;
    min-width: 0;
    padding: 50px;
    background-color: #FFF;
}

.press-page-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Press Card List */
.press-cards-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* margin-bottom: 45px; */
}

.press-card {
    background: #ffffff;
    border: 1px solid #d5dbdf;
    border-radius: 4px;
    padding: 35px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.press-card:hover {
    border-color: #b0b9c0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.press-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.press-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.press-card-meta {
    font-size: 14px;
    font-weight: 500;
    color: #828a95;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    margin-bottom: 35px;
}

.btn-read-more {
    background-color: #eaf3ff;
    color: #0065c9;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.btn-read-more:hover {
    background-color: #0065c9;
    color: #ffffff;
}

/* Press Card Thumbnail */
.press-card-thumb {
    width: 360px;
    max-width: 45%;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
    overflow: hidden;
    background-color: #1a202c;
}

.press-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.press-card:hover .press-card-thumb img {
    transform: scale(1.03);
}

/* Press Pagination */
.press-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
}

.press-pagination .page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f4f9;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.press-pagination .page-link:hover {
    background-color: #e2e8f0;
    color: #1a202c;
}

.press-pagination .page-link.active {
    background-color: #0065c9;
    color: #ffffff;
    font-weight: 600;
}

.press-pagination .page-link svg {
    stroke-width: 2.5;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .press-release-layout {
        flex-direction: column;
        gap: 30px;
    }

    .press-release-page {
        padding-top: 15px;
    }

    .press-sidebar {
        width: 100%;
        padding-right: 0;
        display: none;
    }

    .sidebar-menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px 25px;
    }

    .press-card {
        padding: 25px 30px;
        gap: 25px;
    }

    .press-card-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .press-card-meta {
        margin-bottom: 25px;
    }

    .press-card-thumb {
        width: 280px;
        max-width: 40%;
    }
}

@media (max-width: 768px) {
    .press-card {
        flex-direction: column-reverse;
        padding: 20px;
        gap: 20px;
        align-items: stretch;
    }

    .press-card-thumb {
        width: 100%;
        max-width: 100%;
    }

    .press-card-body {
        align-items: flex-start;
    }

    .btn-read-more {
        width: 100%;
        text-align: center;
    }

    .press-page-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .press-content {
        padding: 25px 20px;
    }
}
