.news-page {
    --gold: #d4af37;
    --gold2: #e4c45c;
    --bg: #0b0b0b;
    --surface: #111;
    --border: #2b2b2b;
    --text: #f5f5f5;
    --muted: #a5a5a5;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh
}

.news-hero {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .8)), url("/img/1.jpg") center/cover;
    border-bottom: 1px solid rgba(212, 175, 55, .25)
}

.news-hero__content {
    padding: 70px 20px 60px
}

.news-hero__eyebrow {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 16px
}

.news-hero h1 {
    margin: 0;
    font: 700 clamp(38px, 5vw, 66px)/1.05 Georgia, "Times New Roman", serif;
    color: #f0c96a
}

.news-breadcrumb {
    margin-top: 20px;
    color: #ddd;
    font-size: 14px
}

.news-breadcrumb a {
    color: #ddd;
    text-decoration: none
}

.news-breadcrumb span {
    color: var(--gold);
    margin: 0 9px
}

.news-content {
    width: min(1400px, calc(100% - 40px));
    margin: auto;
    padding: 55px 0 80px
}

.news-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px
}

.news-search {
    width: min(330px, 100%);
    position: relative
}

.news-search input {
    width: 100%;
    height: 46px;
    padding: 0 48px 0 16px;
    border: 1px solid #303030;
    background: #111;
    color: #fff;
    outline: 0
}

.news-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: var(--gold);
    cursor: pointer
}

.news-toolbar-right {
    display: flex;
    align-items: center;
    gap: 14px
}

.news-result-count {
    color: var(--muted);
    font-size: 14px
}

.news-sort {
    height: 46px;
    min-width: 175px;
    padding: 0 14px;
    background: #111;
    border: 1px solid #303030;
    color: var(--gold);
    outline: 0
}

.news-main {
    width: 100%;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px
}

.news-card {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    transition: .3s
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, .55);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .35)
}

.news-card__image {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #181818
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s
}

.news-card:hover .news-card__image img {
    transform: scale(1.04)
}

.news-card__body {
    padding: 19px 18px 17px
}

.news-card__category {
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.news-card h2 {
    margin: 9px 0 10px;
    font: 700 20px/1.25 Georgia, "Times New Roman", serif
}

.news-card h2 a {
    color: inherit;
    text-decoration: none
}

.news-card__desc {
    color: #aaa;
    font-size: 13px;
    line-height: 1.65;
    margin: 0
}

.news-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 17px;
    padding-top: 13px;
    border-top: 1px solid #282828;
    color: #888;
    font-size: 11px
}

.news-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.news-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 42px
}

.news-pagination button {
    min-width: 38px;
    height: 38px;
    border: 1px solid #333;
    background: #111;
    color: #ddd;
    cursor: pointer
}

.news-pagination button.active,
.news-pagination button:hover {
    border-color: var(--gold);
    background: var(--gold);
    color: #111
}

.news-empty {
    grid-column: 1/-1;
    padding: 60px 20px;
    text-align: center;
    color: #888;
    border: 1px solid #292929
}

@media(max-width:1400px) {
    .news-content {
        width: min(1200px, calc(100% - 40px));
    }
    .news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width:1050px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:760px) {
    .news-content {
        width: min(calc(100% - 28px), 680px);
        padding-top: 35px
    }

    .news-toolbar {
        flex-direction: column;
        align-items: stretch
    }

    .news-search {
        width: 100%
    }

    .news-toolbar-right {
        justify-content: space-between
    }

    .news-grid {
        grid-template-columns: 1fr
    }

    .news-hero {
        min-height: 300px
    }
}

/* =====================================================
   FOOTER - KHỐI LIÊN HỆ NẰM CỐ ĐỊNH BÊN PHẢI
   ===================================================== */

.lvt-footer-top {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* Phần thương hiệu bên trái */
.lvt-footer-brand {
    width: 45%;
    flex: 0 0 45%;
}

/* KHỐI LIÊN HỆ BÊN PHẢI */
.lvt-footer-contact {
    position: absolute !important;
    top: 0;
    right: 0;

    width: 40%;
    max-width: 480px;

    margin: 0 !important;
    padding: 0 0 0 50px !important;

    min-width: 0 !important;
}

/* Tiêu đề LIÊN HỆ */
.lvt-footer-contact h4 {
    margin: 0 0 25px 0;
    padding: 0;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Các dòng liên hệ */
.lvt-footer-contact .lvt-contact-item {
    display: flex;
    align-items: flex-start;

    width: 100%;
    margin-bottom: 20px;
}

/* Icon */
.lvt-footer-contact .lvt-contact-item i,
.lvt-footer-contact .lvt-contact-item svg {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 15px;

    border: 1px solid rgba(197, 168, 128, 0.35);
}

/* Nội dung */
.lvt-footer-contact .lvt-contact-item>div,
.lvt-footer-contact .lvt-contact-item span {
    min-width: 0;
}

/* Label */
.lvt-footer-contact .contact-label {
    display: block;

    margin-bottom: 5px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;

    opacity: 0.55;
}

/* Text */
.lvt-footer-contact .contact-value {
    display: block;

    font-size: 14px;
    line-height: 1.6;

    word-break: break-word;
}


/* =====================================================
   DESKTOP LỚN
   ===================================================== */

@media (min-width: 1200px) {
    .lvt-footer-contact {
        right: 0;
        width: 42%;
        max-width: 500px;
        padding-left: 70px !important;
    }
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {
    .lvt-footer-top {
        display: flex !important;
        flex-direction: column;
    }

    .lvt-footer-brand {
        width: 100%;
        flex: none;
        margin-bottom: 40px;
    }

    .lvt-footer-contact {
        position: static !important;

        width: 100%;
        max-width: none;

        padding: 0 !important;
    }
}

/* =========================================
   FIX ICON FOOTER - KHÔNG CHỒNG 2 Ô VUÔNG
   ========================================= */

.lvt-footer-contact .lvt-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

/* Chỉ để 1 khung duy nhất */
.lvt-footer-contact .lvt-contact-item i,
.lvt-footer-contact .lvt-contact-item svg {
    box-sizing: border-box;

    width: 42px !important;
    height: 42px !important;

    min-width: 42px;
    min-height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(197, 168, 128, 0.45) !important;
    outline: none !important;
    box-shadow: none !important;

    background: transparent;
}

/* Nếu icon đang có pseudo-element tạo thêm ô */
.lvt-footer-contact .lvt-contact-item i::before,
.lvt-footer-contact .lvt-contact-item i::after,
.lvt-footer-contact .lvt-contact-item svg::before,
.lvt-footer-contact .lvt-contact-item svg::after {
    border: none !important;
    box-shadow: none !important;
}

/* Nội dung bên phải icon */
.lvt-footer-contact .lvt-contact-item>div {
    flex: 1;
    min-width: 0;
}

/* Label */
.lvt-footer-contact .contact-label {
    margin: 0 0 5px;
}

/* Giá trị */
.lvt-footer-contact .contact-value {
    margin: 0;
    line-height: 1.6;
}