/*
Theme Name:  Vạn Thành An - Đấu Giá
Theme URI:   https://daugiavanthanhan.com
Author:      Custom Dev
Description: Theme chuyên biệt cho công ty đấu giá tài sản bất động sản
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:     GNU General Public License v2 or later
Text Domain: vanthanhan
Tags:        auction, real-estate, vietnamese
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap');

/* =============================================
   CSS VARIABLES
   ============================================= */
:root {
    --red:        #c62f1f;
    --red-dark:   #9f2114;
    --red-light:  #df5547;
    --gold:       #f2c45a;
    --gold-light: #ffd978;
    --dark:       #202020;
    --dark2:      #2b2b2b;
    --gray:       #4f4f4f;
    --gray-light: #f3f3f3;
    --border:     #e1e1e1;
    --white:      #fff;
    --font:       'Be Vietnam Pro', Arial, Helvetica, sans-serif;
    --shadow:     0 2px 8px rgba(0,0,0,.1);
    --radius:     4px;
    --transition: .25s ease;
}

/* =============================================
   RESET
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 15px; scroll-behavior: smooth; overflow-x: hidden; }
body {
    font-family: var(--font);
    color: var(--gray);
    background: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
ul { list-style: none; }

/* =============================================
   LAYOUT
   ============================================= */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-wrapper {
    background: #fff;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.hp-flex-flow {
    display: flex;
    flex-direction: column;
}

.row { display: flex; gap: 20px; flex-wrap: wrap; }
.col-main { flex: 1; min-width: 0; }
.col-sidebar { width: 280px; flex-shrink: 0; }

/* =============================================
   TOP BAR
   ============================================= */
.topbar {
    background: #f5f5f5;
    color: #222;
    height: 45px;
    padding: 0;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    height: 45px;
    flex-wrap: nowrap;
}
.topbar a { color: #222; }
.topbar a:hover { color: var(--red); }
.vta-head-top .vta-slogan {
    flex: 1 1 auto;
    width: auto;
    margin: 0;
    margin-right: 28px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 45px;
    color: #222;
    font-family: var(--font);
}
.vta-head-top .vta-email {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
    color: #222;
    font-size: 14px;
    line-height: 45px;
    font-family: var(--font);
}
.vta-head-top .vta-email::before {
    content: "✉";
    color: var(--red);
    margin-right: 7px;
}
.ticker-inner {
    display: inline-block;
    animation: ticker-scroll 60s linear infinite;
}
.ticker-inner a {
    margin-right: 40px;
    color: #aaa;
    font-size: .78rem;
}
.ticker-inner a:hover { color: var(--gold-light); }
.ticker-label {
    background: var(--red);
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}
@keyframes ticker-scroll {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
    background: var(--white);
    border-bottom: 1px solid #ececec;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 20px;
}
.site-logo img { max-height: 120px; width: auto; }
.vta-logo { flex: 0 0 115px; }
.site-logo .site-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1.3;
}
.site-logo .site-tagline { font-size: .8rem; color: var(--gray); }

.header-banner { flex: 1; margin: 0; }
.header-banner img { width: 100%; border-radius: 0; display: block; }
.vta-header-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6px;
    min-height: 78px;
    padding: 8px 16px;
    border-left: 3px solid var(--red);
    background: linear-gradient(90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.95) 45%);
}
.vta-header-company {
    margin: 0;
    font-size: 1.56rem;
    line-height: 1.2;
    font-weight: 900;
    color: var(--red);
    letter-spacing: .02em;
    text-shadow: 0 2px 10px rgba(197,2,3,.18);
    text-transform: uppercase;
}
.vta-header-tagline {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.45;
    color: #444;
    font-weight: 700;
}

.header-contact {
    text-align: right;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.header-contact .phone-icon img {
    width: 40px;
    height: 40px;
    display: block;
}
.header-contact .phone-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    line-height: 1.15;
}
.header-contact .phone-main {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--red);
    display: block;
    line-height: 1.22;
}
.vta-hotline .phone-main svg { display: none; }
.vta-hotline .phone-main a { color: var(--red); }
.vta-hotline .phone-main a:hover { color: var(--red-dark); }
@keyframes ring {
    0%   { transform: rotate(-12deg); }
    100% { transform: rotate(12deg); }
}
.header-contact .phone-sub { font-size: 1.08rem; color: var(--red); font-weight: 800; line-height: 1.22; }

/* =============================================
   NAVIGATION
   ============================================= */
.main-nav {
    background: var(--red);
    position: relative;
    z-index: 100;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}
.main-nav > .container > ul,
.vta-main-menu {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.main-nav > .container > ul > li {
    position: relative;
}
.main-nav > .container > ul > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1;
    min-height: 48px;
    padding: 21px 14px !important;
    white-space: nowrap;
    transition: background var(--transition);
    border-right: 1px solid rgba(255,255,255,.1);
}
.main-nav > .container > ul > li > a:hover,
.main-nav > .container > ul > li.current-menu-item > a,
.main-nav > .container > ul > li.current-menu-ancestor > a {
    background: var(--red-dark);
    color: #fff;
}
.main-nav > .container > ul > li > a .arrow { font-size: .65rem; opacity: .8; }

/* Dropdown level 1 */
.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--red);
    min-width: 240px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    z-index: 200;
}
.main-nav li:hover > .sub-menu { display: block; }
.main-nav .sub-menu li a {
    display: block;
    padding: 10px 16px;
    color: var(--dark);
    font-size: .94rem;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    transition: all var(--transition);
}
.main-nav .sub-menu li a:hover { background: var(--gray-light); color: var(--red); padding-left: 22px; }

/* Dropdown level 2 */
.main-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-top: 3px solid var(--gold);
}
.main-nav .sub-menu li { position: relative; }

.menu-search-item { margin-left: auto; padding: 8px 0 8px 12px; }
.vta-search {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--red);
}
.vta-search input {
    border: 0;
    width: 180px;
    font-size: .9rem;
    padding: 8px 11px;
}
.vta-search button {
    border: 0;
    background: #fff;
    color: var(--red);
    width: 36px;
    height: 34px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vta-search button svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vta-newsline {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.vta-newsline .container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.vta-newsline-date {
    color: #4a4a4a;
    font-size: .86rem;
    white-space: nowrap;
}
.vta-newsline-label {
    background: var(--red);
    color: #fff;
    font-size: .74rem;
    font-weight: 700;
    border-radius: 3px;
    padding: 4px 8px;
    text-transform: uppercase;
    white-space: nowrap;
}
.vta-newsline-ticker {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}
.vta-newsline-ticker .ticker-inner a {
    color: #3d3d3d;
    font-size: .84rem;
}
.vta-newsline-ticker .ticker-inner a:hover { color: var(--red); }

/* Mobile toggle */
.nav-toggle {
    display: none;
    background: rgba(0,0,0,.2);
    border: none;
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 1.2rem;
}

.nav-search-toggle {
    display: none;
    background: rgba(0,0,0,.2);
    border: none;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav-search-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.vta-search-mobile {
    display: none;
}

/* =============================================
   BREADCRUMB
   ============================================= */
.breadcrumb-bar {
    background: #f8f8f8;
    border-bottom: 1px solid var(--border);
    margin-top: 10px;
    padding: 8px 0;
    font-size: .82rem;
    color: #888;
}
.breadcrumb-bar a { color: var(--red); }
.breadcrumb-bar span { margin: 0 5px; color: #ccc; }

/* =============================================
   PAGE CONTENT AREA
   ============================================= */
.page-body { padding: 20px 0 30px; }

/* =============================================
   SLIDER / BANNER
   ============================================= */
.hero-slider {
    position: relative;
    overflow: hidden;
    background: var(--dark);
}
.hero-slider .slide {
    display: none;
    position: relative;
}
.hero-slider .slide.active { display: block; }
.hero-slider img { width: 100%; max-height: 420px; object-fit: cover; }
.hero-slider .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.7));
    color: #fff;
    padding: 30px 20px 18px;
}
.slide-caption h2 { font-size: 1.3rem; margin-bottom: 5px; }
.slide-caption p { font-size: .88rem; opacity: .85; }
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}
.slider-btn {
    background: rgba(0,0,0,.4);
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 3px;
    pointer-events: all;
    transition: background var(--transition);
}
.slider-btn:hover { background: var(--red); }
.slider-dots {
    position: absolute;
    bottom: 10px;
    right: 12px;
    display: flex;
    gap: 6px;
}
.slider-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    border: none;
    transition: background var(--transition);
}
.slider-dot.active { background: var(--gold); }

/* =============================================
   SECTION TITLE
   ============================================= */
.section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    background: var(--red);
    padding: 9px 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.section-title .icon { font-size: 1rem; }
.section-title .view-all {
    margin-left: auto;
    font-size: .78rem;
    color: rgba(255,255,255,.8);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    border: 1px solid rgba(255,255,255,.4);
    padding: 2px 8px;
    border-radius: 3px;
    transition: all var(--transition);
}
.section-title .view-all:hover { background: #fff; color: var(--red); }

.section-box {
    border: 1px solid var(--border);
    border-top: none;
    margin-bottom: 20px;
    background: #fff;
}

/* =============================================
   SINGLE POST (CHI TIET BAI VIET)
   ============================================= */
.vta-single-layout { align-items: flex-start; }
.vta-single-article {
    border-top: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0,0,0,.06);
}
.vta-single-head {
    padding: 22px 24px 14px;
    border-bottom: 1px dashed #e6e6e6;
    background: linear-gradient(180deg, #fff 0%, #fff6f6 100%);
}
.vta-single-title {
    margin: 0;
    color: #171717;
    font-size: 1.9rem;
    line-height: 1.33;
    font-weight: 800;
}
.vta-single-meta {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vta-single-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #efdddd;
    color: #7a2a2a;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 600;
}
.vta-single-body { padding: 20px 24px 24px; }
.vta-single-thumb {
    margin: 0 0 16px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.vta-single-thumb img {
    width: 100%;
    max-height: 510px;
    object-fit: cover;
}
.vta-single-content {
    font-size: 1rem;
    line-height: 1.85;
    color: #343434;
}
.vta-single-main .post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0 20px;
}
.vta-single-main .post-navigation .nav-previous a,
.vta-single-main .post-navigation .nav-next a {
    display: block;
    background: #fff;
    border: 1px solid #efdede;
    border-radius: 8px;
    padding: 10px 12px;
    color: #6b3030;
    font-weight: 600;
}
.vta-single-main .post-navigation .nav-next { text-align: right; }

.vta-related-box {
    border-top: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
}
.vta-related-title {
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.vta-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.vta-related-item {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.vta-related-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.vta-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.vta-related-item:hover .vta-related-thumb img { transform: scale(1.04); }
.vta-related-body { padding: 10px; }
.vta-related-body h3 {
    margin: 0 0 6px;
    font-size: .95rem;
    line-height: 1.45;
}
.vta-related-body h3 a { color: #191919; }
.vta-related-body h3 a:hover { color: var(--red); }
.vta-related-body p {
    margin: 0;
    color: #666;
    font-size: .83rem;
    line-height: 1.55;
}

/* =============================================
   POST LIST STYLE (tin tức chính)
   ============================================= */
.post-list { }

.post-item {
    display: flex;
    gap: 12px;
    padding: 12px 15px;
    border-bottom: 1px dashed #e0e0e0;
    transition: background var(--transition);
}
.post-item:last-child { border-bottom: none; }
.post-item:hover { background: #fafafa; }

.post-item-thumb {
    width: 100px;
    height: 72px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3px;
}
.post-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.post-item:hover .post-item-thumb img { transform: scale(1.05); }

.post-item-content { flex: 1; min-width: 0; }
.post-item-title {
    font-size: .9rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-item-title a { color: inherit; }
.post-item-title a:hover { color: var(--red); }
.post-item-meta { font-size: .78rem; color: #999; }
.post-item-meta .badge {
    background: var(--red);
    color: #fff;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: .7rem;
    margin-right: 5px;
}
.post-item-meta .badge.gold { background: var(--gold); }

/* Featured post (large) */
.post-featured {
    padding: 0;
    flex-direction: column;
}
.post-featured .post-item-thumb {
    width: 100%;
    height: 200px;
}
.post-featured .post-item-content { padding: 12px 15px; }

/* =============================================
   AUCTION CARD (dạng grid)
   ============================================= */
.auction-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 15px;
}
.auction-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    transition: box-shadow var(--transition), transform var(--transition);
}
.auction-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); transform: translateY(-2px); }

.auction-card-thumb {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.auction-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.auction-card-thumb .status-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--red);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 3px;
    text-transform: uppercase;
}
.auction-card-thumb .status-badge.sold { background: #27ae60; }
.auction-card-thumb .status-badge.upcoming { background: var(--gold); color: #333; }

.auction-card-body { padding: 12px; }
.auction-card-title {
    font-size: .88rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.auction-card-title a { color: inherit; }
.auction-card-title a:hover { color: var(--red); }

.auction-meta { font-size: .78rem; color: #888; margin-bottom: 6px; }
.auction-meta span { display: flex; align-items: center; gap: 4px; margin-bottom: 3px; }
.auction-meta svg { width: 13px; height: 13px; flex-shrink: 0; }

.auction-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--red);
    margin-top: 8px;
    border-top: 1px dashed #eee;
    padding-top: 8px;
}
.auction-price small { font-size: .75rem; font-weight: 400; color: #888; }

.auction-card-footer {
    background: var(--gray-light);
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .78rem;
}
.btn-detail {
    background: var(--red);
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: .8rem;
    font-weight: 600;
    transition: background var(--transition);
}
.btn-detail:hover { background: var(--red-dark); color: #fff; }

/* =============================================
   SINGLE AUCTION
   ============================================= */
.single-auction-header {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
    color: #fff;
    padding: 20px;
    border-radius: var(--radius) var(--radius) 0 0;
    margin-bottom: 0;
}
.single-auction-header h1 { font-size: 1.25rem; line-height: 1.4; margin-bottom: 10px; }
.auction-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: none;
    padding: 15px;
    margin-bottom: 20px;
}
.info-item { display: flex; flex-direction: column; gap: 3px; }
.info-label { font-size: .75rem; color: #888; text-transform: uppercase; letter-spacing: .03em; }
.info-value { font-size: .9rem; font-weight: 600; color: var(--dark); }
.info-value.red { color: var(--red); font-size: 1.1rem; }

.auction-content { font-size: .9rem; line-height: 1.8; }
.auction-content h2,
.auction-content h3 { font-size: 1rem; color: var(--red); border-left: 3px solid var(--red); padding-left: 10px; margin: 15px 0 8px; }
.auction-content p { margin-bottom: 10px; }
.auction-content ul { margin: 0 0 10px 20px; list-style: disc; }
.auction-content table { width: 100%; border-collapse: collapse; margin-bottom: 15px; font-size: .88rem; }
.auction-content table th { background: var(--red); color: #fff; padding: 8px 10px; text-align: left; }
.auction-content table td { padding: 7px 10px; border-bottom: 1px solid #eee; }
.auction-content table tr:nth-child(even) td { background: #fafafa; }

/* =============================================
   SIDEBAR
   ============================================= */
.sidebar-widget {
    margin-bottom: 20px;
}
.sidebar-widget .widget-title {
    background: var(--dark);
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    padding: 9px 14px;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    gap: 7px;
}
.sidebar-widget .widget-body {
    border: 1px solid var(--border);
    border-top: none;
    background: #fff;
}

/* Category tree */
.cat-tree { padding: 10px 0; }
.cat-tree li { }
.cat-tree > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 15px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--dark);
    border-bottom: 1px solid #f0f0f0;
    transition: all var(--transition);
}
.cat-tree > li > a:hover { background: #fafafa; color: var(--red); padding-left: 20px; }
.cat-tree > li.current-cat > a { color: var(--red); background: #fff5f5; }
.cat-tree .children { }
.cat-tree .children li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 15px 6px 28px;
    font-size: .83rem;
    color: var(--gray);
    border-bottom: 1px solid #f8f8f8;
    transition: all var(--transition);
}
.cat-tree .children li a::before { content: '›'; color: var(--red); font-weight: 700; }
.cat-tree .children li a:hover { color: var(--red); padding-left: 32px; }

/* Recent post in sidebar */
.sidebar-post-list { padding: 10px 0; }
.sidebar-post-item {
    display: flex;
    gap: 10px;
    padding: 8px 12px;
    border-bottom: 1px dashed #eee;
}
.sidebar-post-item:last-child { border-bottom: none; }
.sidebar-post-thumb {
    width: 65px;
    height: 50px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 2px;
}
.sidebar-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-post-title {
    font-size: .82rem;
    color: var(--dark);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-post-title:hover { color: var(--red); }
.sidebar-post-date { font-size: .72rem; color: #aaa; margin-top: 3px; }

/* Contact box */
.contact-box {
    padding: 15px;
    text-align: center;
}
.contact-box .phone-big {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--red);
    display: block;
    margin: 5px 0;
}
.contact-box .address { font-size: .82rem; color: #888; line-height: 1.6; margin-top: 8px; }
.contact-box .btn-contact {
    display: inline-block;
    margin-top: 10px;
    background: var(--gold);
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 700;
    font-size: .88rem;
    transition: background var(--transition);
}
.contact-box .btn-contact:hover { background: #d68910; color: #fff; }

/* =============================================
   PAGINATION
   ============================================= */
.pagination {
    display: flex;
    gap: 5px;
    padding: 15px;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--border);
    border-radius: 3px;
    font-size: .85rem;
    color: var(--dark);
    transition: all var(--transition);
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

/* =============================================
   FOOTER
   ============================================= */
#bg-footer {
    background: url("https://daugiavanthanhan.com/assets/images/bg_footer.png") no-repeat;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    margin-top: 24px;
}
.info-footer {
    color: #222;
    padding: 30px 0;
}
.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.info-footer .box-footer:nth-child(1) { width: 34.62%; }
.info-footer .box-footer:nth-child(2) { width: 30.77%; padding-top: 0; }
.info-footer .box-footer:nth-child(3) { width: 26.92%; padding-top: 0; }
.footer-logo img { width: 88px; max-width: 100%; height: auto; }
.name-footer {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: var(--red);
    margin: 20px 0;
    text-transform: uppercase;
}
.title-footer {
    margin-bottom: clamp(5px, 1vw, 20px);
    font-size: clamp(14px, 3.5vw, 20px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--red);
}
.footer-content { color: #000; }
.footer-content p { margin: 0; line-height: 1.65; }
.ul-list { list-style: none; margin: 0; padding: 0; }
.ul-list li { width: 100%; margin-bottom: 10px; }
.ul-list li a {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.ul-list li a:hover { color: var(--red); }
.ul-list li a span { font-weight: 800; }
.info-footer .box-footer:nth-child(3) p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 800;
}
.info-footer .box-footer:nth-child(3) span { color: #333; font-size: 16px; }

.footer-powered {
    padding: 10px 0;
    background: var(--red);
    color: #fff;
}
.footer-powered-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.copyright {
    text-align: start;
    font-weight: 700;
    margin: 0;
}
.statistic { text-align: end; }
.statistic span {
    position: relative;
    padding: 0 5px;
    white-space: nowrap;
}

/* =============================================
   FLOATING BUTTONS
   ============================================= */
.floating-btns {
    position: fixed;
    bottom: var(--float-bottom, 90px);
    right: var(--float-right, 16px);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}
.float-btn {
    width: var(--float-size, 52px);
    height: var(--float-size, 52px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
    transition: transform var(--transition);
    text-decoration: none;
}
.float-btn:hover { transform: scale(1.1); color: #fff; }
.float-btn.phone { background: #27ae60; animation: pulse-btn 2s infinite; }
.float-btn.zalo  { background: #0068ff; }
.float-btn.top {
    background: var(--red);
    display: none;
}
.float-btn.top.visible { display: inline-flex; }
.float-btn.zalo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
@keyframes pulse-btn {
    0%, 100% { box-shadow: 0 3px 10px rgba(39,174,96,.4); }
    50%       { box-shadow: 0 3px 20px rgba(39,174,96,.7); }
}
@media (max-width: 768px) {
    .floating-btns { right: max(10px, var(--float-right, 16px)); }
}

/* =============================================
   SEARCH BOX
   ============================================= */
.search-form-wrap { padding: 12px; }
.search-form-wrap form { display: flex; gap: 0; }
.search-form-wrap input[type="search"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-right: none;
    border-radius: 3px 0 0 3px;
    font-size: .88rem;
    outline: none;
}

/* =============================================
   COMMENTS (SINGLE POST)
   ============================================= */
#respond.comment-respond {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 16px;
}
#reply-title.comment-reply-title {
    margin: 0 0 12px;
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--red);
    text-transform: uppercase;
}
#cancel-comment-reply-link {
    font-size: .78rem;
    color: #777;
    margin-left: 8px;
}
.comment-form p { margin-bottom: 12px; }
.comment-notes,
.logged-in-as,
.comment-form-cookies-consent label {
    font-size: .82rem;
    color: #777;
    line-height: 1.55;
}
.comment-form label {
    display: block;
    font-size: .84rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: .92rem;
    color: #333;
    background: #fff;
}
.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(192, 57, 43, .08);
}
.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}
.comment-form .form-submit { margin-bottom: 0; }
.comment-form .submit {
    border: 0;
    border-radius: 8px;
    background: var(--red);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 42px;
    padding: 0 20px;
    cursor: pointer;
}
.comment-form .submit:hover { background: var(--red-dark); }
.search-form-wrap input:focus { border-color: var(--red); }
.search-form-wrap button {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    transition: background var(--transition);
}
.search-form-wrap button:hover { background: var(--red-dark); }

/* =============================================
   NOTICES / HIGHLIGHTS
   ============================================= */
.notice-box {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-left: 4px solid var(--gold);
    padding: 12px 15px;
    border-radius: 3px;
    font-size: .88rem;
    margin-bottom: 15px;
}
.notice-box strong { color: var(--red); }

/* =============================================
   TABLES (văn bản, hướng dẫn)
   ============================================= */
.data-table { width: 100%; border-collapse: collapse; font-size: .88rem; margin-bottom: 15px; }
.data-table th { background: var(--red); color: #fff; padding: 9px 12px; text-align: left; font-weight: 600; }
.data-table td { padding: 8px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.data-table tr:hover td { background: #fafafa; }
.data-table .date-col { white-space: nowrap; color: #888; font-size: .8rem; }

/* =============================================
   CONTACT FORM
   ============================================= */
.contact-form { padding: 20px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 5px; color: var(--dark); }
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: .88rem;
    font-family: var(--font);
    outline: none;
    transition: border-color var(--transition);
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(192,57,43,.1); }
.form-group textarea { height: 130px; resize: vertical; }
.btn-submit {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-size: .95rem;
    font-weight: 700;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background var(--transition);
}
.btn-submit:hover { background: var(--red-dark); }

/* =============================================
   GOOGLE MAP EMBED
   ============================================= */
.map-wrap { border: 1px solid var(--border); border-top: none; }
.map-wrap iframe { display: block; width: 100%; height: 250px; }

/* =============================================
   SCREEN READER / ACCESSIBILITY
   ============================================= */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 992px) {
    .auction-grid { grid-template-columns: repeat(2, 1fr); }
    .info-footer .box-footer:nth-child(1) { width: 100%; margin-bottom: 22px; }
    .info-footer .box-footer:nth-child(2),
    .info-footer .box-footer:nth-child(3) { width: 48%; padding-top: 0; }
    .col-sidebar  { width: 240px; }
}

@media (max-width: 768px) {
    .header-contact,
    .vta-head-top,
    .vta-newsline {
        display: none !important;
    }

    .topbar { height: auto; }
    .topbar .container { flex-direction: column; align-items: flex-start; gap: 0; height: auto; padding: 6px 0; }
    .vta-head-top .vta-slogan { display: none; }
    .vta-head-top .vta-email { line-height: 1.4; font-size: 13px; }

    .header-main { flex-wrap: wrap; }
    .vta-logo { flex: 0 0 82px; }
    .site-logo img,
    .vta-logo img { max-height: 84px; width: auto; }
    .header-banner { order: 3; width: 100%; }
    .vta-header-brand {
        display: flex;
        min-height: auto;
        padding: 6px 8px;
        border-left-width: 2px;
        gap: 3px;
        overflow: hidden;
    }
    .vta-header-company {
        font-size: clamp(.66rem, 2.55vw, .9rem);
        line-height: 1.2;
        white-space: nowrap;
        text-wrap: nowrap;
        letter-spacing: 0;
    }
    .vta-header-tagline { font-size: .72rem; line-height: 1.35; }
    .header-contact .phone-icon img {
        width: 32px;
        height: 32px;
    }
    .header-contact .phone-main { font-size: .98rem; }
    .header-contact .phone-sub { font-size: .98rem; }

    .main-nav > .container > ul,
    .vta-main-menu { display: none; flex-direction: column; background: var(--red); }
    .main-nav > .container > ul.open { display: flex; }
    .main-nav > .container {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        padding: 8px 12px;
    }
    .main-nav > .container > ul {
        width: 100%;
        order: 3;
    }
    .main-nav > .container > ul > li > a {
        font-size: 1rem;
        min-height: 44px;
        padding: 11px 14px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        border-right: none;
    }
    .main-nav .sub-menu { position: static; box-shadow: none; border: none; border-top: none; display: none; }
    .main-nav .menu-item-has-children.open > .sub-menu { display: block; }
    .main-nav .menu-item-has-children > a .arrow { margin-left: auto; transition: transform .2s ease; }
    .main-nav .menu-item-has-children.open > a .arrow { transform: rotate(180deg); }
    .main-nav .sub-menu li a { padding-left: 30px; background: rgba(0,0,0,.15); }
    .nav-toggle { display: block; }
    .nav-search-toggle { display: inline-flex; margin-left: auto; }
    .nav-search-toggle.active { background: rgba(0,0,0,.35); }
    .menu-search-item,
    .desktop-search-item,
    .desktop-search-item * {
        display: none !important;
    }
    .vta-search-mobile {
        width: 100%;
        order: 2;
        margin-top: 4px;
        border-color: rgba(255,255,255,.35);
    }
    .vta-search-mobile.open { display: flex !important; }
    .vta-search-mobile input {
        width: 100%;
        background: #fff;
        border: 0;
    }
    .vta-search-mobile button {
        background: #fff;
        color: var(--red);
    }

    .row { flex-direction: column; }
    .col-sidebar { width: 100%; }

    .auction-grid { grid-template-columns: repeat(2, 1fr); }
    .auction-info-grid { grid-template-columns: 1fr; }

    .info-footer .box-footer:nth-child(2),
    .info-footer .box-footer:nth-child(3) { width: 100%; margin-bottom: 16px; }
    .footer-powered-row { flex-direction: column; align-items: flex-start; }
    .statistic { text-align: start; }
}

@media (max-width: 480px) {
    .auction-grid { grid-template-columns: 1fr; }
    .hero-slider img { max-height: 240px; }
}

/* =============================================
   HOMEPAGE SECTIONS (front-page.php)
   ============================================= */

/* Font cải thiện */
body { font-family: var(--font); }

/* ─── 1. HERO / SLIDER ─── */
.hp-hero {
    position: relative;
    overflow: hidden;
    background: var(--dark);
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}
.hp-slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.hp-slide { display: none; position: relative; }
.hp-slide.active { display: block; }
.hp-slide-img { width: 100%; height: 500px; object-fit: cover; display: block; }
.hp-slide-mock {
    width: 100%; height: 500px;
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2744 35%, #8b1a1a 70%, #c0392b 100%);
}
.hp-slide-mock-default {
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2744 40%, #c0392b 75%, #f39c12 100%);
}
.hp-slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,.65) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,.05) 100%);
    pointer-events: none;
}
.hp-slide-content {
    position: absolute;
    top: 50%;
    left: max(15px, calc((100vw - 1300px) / 2 + 15px));
    transform: translateY(-50%);
    max-width: 560px; z-index: 2;
}
.hp-slide-title {
    font-size: 2.4rem; font-weight: 900; color: #fff;
    line-height: 1.2; margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.hp-slide-title span { color: var(--gold-light); }
.hp-slide-desc {
    font-size: .9rem; color: rgba(255,255,255,.85);
    line-height: 1.75; margin-bottom: 22px; max-width: 460px;
}
.hp-slide-btn {
    display: inline-block;
    background: var(--red); color: #fff;
    font-size: .9rem; font-weight: 700;
    padding: 12px 28px; border-radius: 4px;
    border: 2px solid rgba(255,255,255,.25);
    box-shadow: 0 4px 16px rgba(192,57,43,.45);
    transition: all .22s; letter-spacing: .04em;
}
.hp-slide-btn:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.hp-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(0,0,0,.35); color: #fff;
    border: none; padding: 10px 14px; cursor: pointer;
    font-size: 1.4rem; border-radius: 3px; z-index: 10;
    transition: background .2s;
}
.hp-arrow:hover { background: var(--red); }
.hp-prev { left: 10px; }
.hp-next { right: 10px; }
.hp-dots {
    position: absolute; bottom: 12px; right: 14px;
    display: flex; gap: 7px; z-index: 10;
}
.hp-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: rgba(255,255,255,.4); border: none; cursor: pointer;
    transition: background .2s;
}
.hp-dot.active { background: var(--gold); }

/* ─── 2. HOTLINE BAR ─── */
.hp-hotline-bar { display: none !important; }
.hp-hotline-inner { display: flex; align-items: center; gap: 20px; }
.hp-hl-item { display: flex; align-items: center; gap: 10px; }
.hp-hl-icon {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--red); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.hp-hl-icon svg { width: 18px; height: 18px; fill: #fff; }
.hp-hl-label { font-size: .68rem; color: #999; text-transform: uppercase; letter-spacing: .05em; display: block; }
.hp-hl-val { font-size: 1rem; font-weight: 800; color: var(--red); }
.hp-hl-val a { color: inherit; }
.hp-hl-sep { width: 1px; height: 38px; background: var(--border); flex-shrink: 0; }

/* ─── 3. GIỚI THIỆU ─── */
.hp-about { padding: 28px 0 22px; background: #fff; }
.hp-about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 620px) 1fr;
    gap: 28px;
    align-items: center;
}
.hp-about-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
}
.hp-about-img img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.hp-about-img-mock {
    min-height: 360px;
    background: linear-gradient(135deg, var(--dark), var(--red));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-about-img-inner { text-align: center; color: #fff; }
.hp-about-img-inner span { font-size: 4rem; display: block; }
.hp-about-img-inner strong { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.hp-about-content { padding-right: 6px; }
.hp-about-tag {
    display: inline-block;
    background: #f9eceb;
    color: var(--red);
    font-size: .72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase; letter-spacing: .05em;
    margin-bottom: 12px;
}
.hp-about-title {
    font-size: 2rem;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.hp-about-title span { color: var(--red); }
.hp-about-text {
    font-size: .95rem;
    color: #555;
    line-height: 1.85;
    margin-bottom: 18px;
}
.hp-about-btn {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    padding: 11px 24px;
    border-radius: 4px;
    transition: all .2s;
}
.hp-about-btn:hover { background: var(--red-dark); color: #fff; transform: translateX(3px); }

/* ─── 4. CTA BAR VÀNG ─── */
.hp-cta-bar {
    background: var(--gold);
    padding: 18px 0;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.hp-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.hp-cta-text {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--red);
    line-height: 1.4;
    font-family: var(--font);
    text-transform: uppercase;
}
.hp-cta-btn {
    display: inline-block;
    width: 260px;
    max-width: 100%;
    height: 54px;
    line-height: 54px;
    background: var(--red);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--font);
    text-align: center;
    white-space: nowrap;
    border-radius: 54px;
    transition: all .2s;
}
.hp-cta-btn:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.hp-cta-btn span { margin-left: 6px; }

/* ─── 4.1 TÀI KHOẢN + ĐƯỜNG DÂY NÓNG (mẫu) ─── */
.dauGiaList-taiKhoan-duongDayNong { padding: 20px 0; background: #fff; }
.taiKhoan-duongDayNong-contain {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    align-items: stretch;
}
.taiKhoan-duongDayNong-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}
.dauGiaList-contain {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    height: 100%;
}
.dauGiaList-list > h2 {
    margin: 0;
    padding: 11px 15px;
    font-size: 1.02rem;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--red);
    color: #fff;
}
.dauGiaList-list--contain {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 14px;
    padding: 14px;
}
.dauGiaList-featured .daugia-pic,
.dauGiaList-mini .daugia-pic {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: #f1f1f1;
}
.dauGiaList-featured .daugia-pic img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}
.dauGiaList-featured h3 {
    margin-top: 10px;
    font-size: .95rem;
    line-height: 1.45;
}
.dauGiaList-featured h3 a,
.dauGiaList-mini h3 a { color: var(--dark); }
.dauGiaList-featured h3 a:hover,
.dauGiaList-mini h3 a:hover { color: var(--red); }
.dauGiaList-sideright { display: grid; gap: 10px; }
.dauGiaList-mini {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    align-items: start;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ececec;
}
.dauGiaList-mini:last-child { border-bottom: 0; padding-bottom: 0; }
.dauGiaList-mini .daugia-pic img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}
.dauGiaList-mini h3 {
    font-size: .84rem;
    line-height: 1.45;
    margin: 0;
}
.daugia-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    color: #999;
    font-size: .7rem;
    font-weight: 700;
}
.duongDayNong-contain,
.taiKhoan-contain {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    flex: 1;
}
.DDN-TK--title {
    margin: 0;
    padding: 11px 15px;
    font-size: 1.02rem;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--red);
    color: #fff;
    letter-spacing: .02em;
}
.duongDayNong-desc {
    list-style: none;
    margin: 0;
    padding: 14px 16px;
}
.duongDayNong-desc li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .92rem;
    line-height: 1.6;
    color: #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ececec;
}
.duongDayNong-desc li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.duongDayNong-desc a { color: var(--red); font-weight: 700; }
.ddn-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff2f0;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .86rem;
    flex-shrink: 0;
    margin-top: 1px;
}
.TKGiaoDich-item { font-size: .92rem; color: #444; }
.TKGiaoDich-item p { margin-bottom: 10px; line-height: 1.65; }
.TKGiaoDich-item p:last-child { margin-bottom: 0; }
.tk-qr { margin: 10px 0; text-align: center; }
.tk-qr img {
    max-width: 170px;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 6px;
    background: #fff;
}

/* ─── 5. NỘI DUNG CHÍNH + SIDEBAR ─── */
.hp-body { padding: 20px 0 28px; }
.hp-content-wrap { display: grid; grid-template-columns: 1fr 282px; gap: 18px; }
.hp-section-box {
    border: 1px solid var(--border); background: #fff;
    border-radius: 3px; overflow: hidden;
}
.hp-section-head {
    display: flex; align-items: center; gap: 7px;
    padding: 9px 14px;
    font-size: .85rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: .04em;
    color: #fff;
}
.hp-head-red { background: var(--red); }
.hp-head-dark { background: var(--dark); }
.hp-sec-icon { font-size: .88rem; }
.hp-sec-more {
    margin-left: auto; font-size: .7rem; font-weight: 500;
    text-transform: none; letter-spacing: 0;
    border: 1px solid rgba(255,255,255,.35); padding: 2px 9px;
    border-radius: 3px; color: rgba(255,255,255,.88);
    transition: all .2s;
}
.hp-sec-more:hover { background: #fff; color: var(--red); }

/* BĐS list */
.hp-bds-list {
    display: grid; grid-template-columns: 1fr 1fr;
}
.hp-bds-item {
    display: flex; gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px dashed #ebebeb;
    border-right: 1px solid #ebebeb;
    transition: background .18s;
}
.hp-bds-item:nth-child(even) { border-right: none; }
.hp-bds-item:hover { background: #fafafa; }
.hp-bds-thumb {
    width: 92px; height: 68px; flex-shrink: 0;
    overflow: hidden; border-radius: 3px;
    background: #f0f0f0; display: block;
}
.hp-bds-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.hp-bds-item:hover .hp-bds-thumb img { transform: scale(1.06); }
.hp-no-img {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 3px; background: #f0f0f0; color: #bbb;
}
.hp-no-img span { font-size: 1.3rem; }
.hp-no-img small { font-size: .58rem; text-align: center; line-height: 1.3; }
.hp-bds-info { flex: 1; min-width: 0; }
.hp-bds-title {
    font-size: .78rem; font-weight: 700; color: var(--dark);
    line-height: 1.4; margin-bottom: 5px;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}
.hp-bds-title a { color: inherit; }
.hp-bds-title a:hover { color: var(--red); }
.hp-bds-meta { font-size: .7rem; color: #aaa; }
.hp-price { color: var(--red); font-weight: 700; }
.hp-empty { padding: 18px; color: #bbb; font-size: .82rem; text-align: center; grid-column: 1/-1; }

/* ─── 6. QUY TRÌNH ─── */
.hp-process {
    background: url("https://daugiavanthanhan.com/assets/images/bg_quytrinh.png") center center / cover no-repeat;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.hp-process-head {
    text-align: center;
    margin-bottom: 24px;
}
.hp-process-title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}
.hp-process-head p {
    margin: 0;
    color: #fff;
}
.hp-process-grid {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
}
.hp-process-grid::-webkit-scrollbar {
    display: none;
}
.hp-step {
    min-width: calc((100% - 160px) / 5);
    scroll-snap-align: start;
    text-align: center;
}
.quytrinh-pic {
    width: 152px;
    height: 152px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background .25s ease;
}
.quytrinh-pic figure {
    margin: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quytrinh-pic img {
    width: auto;
    max-width: 80px;
    max-height: 80px;
    height: auto;
}
.quytrinh-icon-fallback {
    font-size: 2rem;
    line-height: 1;
}
.quytrinh:hover .quytrinh-pic {
    background: transparent;
}
.quytrinh-info {
    margin-top: 20px;
    text-align: center;
}
.quytrinh-info h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.quytrinh-info h3 a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quytrinh-info h3 a:hover {
    color: #ffd468;
}
.quytrinh-info span {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quytrinh-numb {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffd468;
    color: var(--red);
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    position: absolute;
    top: 0;
    right: -15px;
}

/* ─── 7. VĂN BẢN + HỎI ĐÁP ─── */
.vanBanHot-hoiDap--index.hp-vb-faq { padding: 28px 0 0; }
.vanBanHot-hoiDap--index .hp-vb-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}
.vanBanHot-hoiDap--index .hp-section-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
}
.vanBanHot-hoiDap--index .hp-section-head {
    min-height: 55px;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 0;
    background: var(--red);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .02em;
}
.vanBanHot-hoiDap--index .hp-sec-icon { color: #fff; }
.vanBanHot-hoiDap--index .hp-sec-more { color: #fff; opacity: .95; }
.vanBanHot-hoiDap--index .hp-sec-more:hover { opacity: 1; text-decoration: underline; }

/* Văn bản */
.vanBanHot-hoiDap--index .hp-vb-list { padding: 8px 0; }
.vanBanHot-hoiDap--index .hp-vb-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px dashed #e5e5e5;
    align-items: flex-start;
    transition: background .2s ease;
}
.vanBanHot-hoiDap--index .hp-vb-item:hover { background: #fafafa; }
.vanBanHot-hoiDap--index .hp-vb-item:last-child { border-bottom: none; }
.vanBanHot-hoiDap--index .hp-vb-thumb {
    width: 160px;
    min-width: 160px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background: #f2f2f2;
}
.vanBanHot-hoiDap--index .hp-vb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vanBanHot-hoiDap--index .hp-vb-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #a0a0a0;
}
.vanBanHot-hoiDap--index .hp-vb-content {
    flex: 1;
    min-width: 0;
}
.vanBanHot-hoiDap--index .hp-vb-date {
    background: var(--red);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    flex-shrink: 0;
    min-width: 66px;
    padding: 6px 8px;
    line-height: 1.15;
    font-size: .68rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 8px;
}
.vanBanHot-hoiDap--index .hp-vb-date strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1px;
}
.vanBanHot-hoiDap--index .hp-vb-cat {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--red);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
}
.vanBanHot-hoiDap--index .hp-vb-title {
    font-size: .92rem;
    font-weight: 800;
    color: #1f1f1f;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vanBanHot-hoiDap--index .hp-vb-title:hover { color: var(--red); }

/* Hỏi đáp */
.vanBanHot-hoiDap--index .hp-faq {
    max-height: 450px;
    overflow-y: auto;
}
.vanBanHot-hoiDap--index .hp-faq-item { border-bottom: 1px dashed #d9d9d9; }
.vanBanHot-hoiDap--index .hp-faq-item:last-child { border-bottom: none; }
.vanBanHot-hoiDap--index .hp-faq-q {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #1f1f1f;
    cursor: pointer;
}
.vanBanHot-hoiDap--index .hp-faq-q:hover,
.vanBanHot-hoiDap--index .hp-faq-q.open { color: var(--red); }
.vanBanHot-hoiDap--index .hp-faq-arr {
    color: var(--red);
    font-size: .72rem;
    margin-top: 6px;
    flex-shrink: 0;
}
.vanBanHot-hoiDap--index .hp-faq-a {
    margin: 0 16px 14px;
    padding: 0 0 0 12px;
    border-left: 3px solid var(--red);
    color: #555;
    font-size: .9rem;
    line-height: 1.7;
}

/* ─── 8. DARK BANNER (HỢP TÁC) ─── */
.hp-dark-banner {
    background: #101722;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
.hp-dark-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(8, 16, 32, .82) 8%, rgba(18, 30, 54, .72) 44%, rgba(40, 20, 12, .7) 100%),
        url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2200&q=80") center center / cover no-repeat;
}
.hp-dark-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.35) 100%);
}
.hp-dark-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; position: relative; }
.hp-dark-image-only {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 420px;
}
.hp-dark-pre { font-size: .88rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 6px; }
.hp-dark-title { font-size: 2.1rem; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 8px; }
.hp-dark-sub { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 20px; }
.hp-dark-phone {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--red); color: #fff;
    font-size: 1.15rem; font-weight: 900;
    padding: 12px 24px; border-radius: 4px;
    border: 2px solid rgba(255,255,255,.2);
    box-shadow: 0 4px 16px rgba(192,57,43,.4);
    animation: pulse-phone 2s infinite;
}
@keyframes pulse-phone {
    0%,100% { box-shadow: 0 4px 16px rgba(192,57,43,.4); }
    50%      { box-shadow: 0 4px 28px rgba(192,57,43,.65); }
}
.hp-dark-right { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hp-stars { font-size: 1.7rem; letter-spacing: 2px; }
.hp-review-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px; padding: 16px;
    max-width: 290px; width: 100%;
}
.hp-rv-head { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.hp-rv-av {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--red); display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: .85rem; font-weight: 900; flex-shrink: 0;
}
.hp-rv-head strong { color: #fff; font-size: .82rem; display: block; }
.hp-rv-stars { font-size: .7rem; }
.hp-review-card p { font-size: .76rem; color: rgba(255,255,255,.65); line-height: 1.68; font-style: italic; }

/* ─── 9. TIN TỨC TABS ─── */
.hp-news { padding: 22px 0; }
.hp-center-title {
    text-align: center; font-size: 1.15rem; font-weight: 900;
    color: var(--dark); text-transform: uppercase; letter-spacing: .05em;
    margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
}
.hp-center-title::before, .hp-center-title::after {
    content: ''; display: inline-block; width: 38px; height: 2px; background: var(--red);
}
.hp-tabs {
    display: flex; border-bottom: 2px solid var(--red);
    margin-bottom: 0;
}
.hp-tab {
    padding: 8px 20px; background: none; border: none;
    font-size: .78rem; font-weight: 800; color: #888;
    cursor: pointer; font-family: inherit;
    border-bottom: 2px solid transparent; margin-bottom: -2px;
    text-transform: uppercase; letter-spacing: .04em;
    transition: all .2s;
}
.hp-tab:hover, .hp-tab.active {
    color: var(--red); border-bottom-color: var(--red); background: #fff5f5;
}
.hp-tab-pane { display: none; }
.hp-tab-pane.active {
    display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px;
    padding: 16px;
    background: #fff; border: 1px solid var(--border); border-top: none;
}
/* Main news */
.hp-news-main-thumb, .hp-news-main-thumb img {
    width: 100%; border-radius: 4px; display: block;
    height: 190px; object-fit: cover; overflow: hidden; background: #f0f0f0;
}
.hp-news-mock-thumb {
    width: 100%; height: 190px;
    background: linear-gradient(135deg, #1a2744, #c0392b);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; border-radius: 4px;
}
.hp-news-mock-thumb.sm { height: 60px; font-size: 1.6rem; border-radius: 3px; }
.hp-news-main-body { padding-top: 6px; }
.hp-news-cat {
    display: inline-block;
    background: var(--red); color: #fff;
    font-size: .62rem; font-weight: 800;
    padding: 2px 8px; border-radius: 2px;
    margin-bottom: 7px; letter-spacing: .04em;
}
.hp-news-main-title {
    font-size: .98rem; font-weight: 800; color: var(--dark);
    line-height: 1.4; margin-bottom: 7px;
}
.hp-news-main-title a { color: inherit; }
.hp-news-main-title a:hover { color: var(--red); }
.hp-news-main-desc {
    font-size: .79rem; color: #888; line-height: 1.72; margin-bottom: 10px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.hp-news-foot { display: flex; align-items: center; gap: 12px; font-size: .72rem; color: #aaa; }
.hp-news-read {
    display: inline-block;
    background: var(--red); color: #fff;
    font-size: .72rem; font-weight: 700;
    padding: 5px 14px; border-radius: 3px; transition: background .2s;
}
.hp-news-read:hover { background: var(--red-dark); color: #fff; }
/* Side news */
.hp-news-side { display: flex; flex-direction: column; gap: 0; }
.hp-news-side-item { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px dashed #ebebeb; align-items: flex-start; }
.hp-news-side-item:last-child { border-bottom: none; }
.hp-news-side-thumb, .hp-news-side-thumb img {
    width: 80px; height: 60px; flex-shrink: 0; border-radius: 3px;
    overflow: hidden; object-fit: cover; display: block; background: #f0f0f0;
}
.hp-news-side-title {
    display: block; font-size: .77rem; font-weight: 700; color: var(--dark);
    line-height: 1.4; margin-bottom: 3px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hp-news-side-title:hover { color: var(--red); }
.hp-news-side-date { font-size: .67rem; color: #bbb; }

/* ─── 10. TIN TUC LIST MENU (MẪU) ─── */
.tinTucListMenu--index {
    background: #fff;
    padding: 28px 0;
}
.tinTucListMenu--index .title-main {
    text-align: center;
    margin-bottom: 18px;
}
.tinTucListMenu--index .title-main h2 {
    font-size: clamp(23px, 3.5vw, 36px);
    color: var(--red);
    text-transform: uppercase;
}
.load-entity-box .tabs-entity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.load-entity-box .tabs-entity span {
    padding: 0 36px 14px;
    border-bottom: 2px solid #d9d9d9;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #5a5a5a;
}
.load-entity-box .tabs-entity span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 110px;
    background: transparent;
}
.load-entity-box .tabs-entity span.active::after,
.load-entity-box .tabs-entity span:hover::after { background: var(--gold); }
.load-entity-box .tabs-entity span.active,
.load-entity-box .tabs-entity span:hover { color: var(--red); }

.ttlm-pane {
    display: none;
    grid-template-columns: 49.08% 48.46%;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.ttlm-pane.active { display: grid; }

.Entities-left { width: 100%; }
.ttlm-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #dfdfdf;
    align-items: start;
}
.ttlm-row:first-child { padding-top: 0; }
.ttlm-row:last-child { border-bottom: 0; }
.ttlm-row-thumb {
    width: 120px;
    height: 86px;
    border-radius: 8px;
    overflow: hidden;
    background: #ececec;
    display: block;
}
.ttlm-row-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ttlm-row-body { min-width: 0; }

.Entities-right { width: 100%; }
.ttlm-featured-thumb {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: #ececec;
}
.ttlm-featured-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ttlm-featured-body {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 14px;
}
.ttlm-featured-title {
    color: #1f1f1f;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}
.ttlm-featured-title:hover { color: var(--red); }
.ttlm-featured-excerpt {
    margin-top: 8px;
    color: #666;
    font-size: .84rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ttlm-featured-foot {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: .75rem;
    color: #8a8a8a;
}
.ttlm-featured-foot a {
    color: var(--red);
    font-weight: 700;
}
.ttlm-featured-foot a:hover { color: var(--red-dark); }

.ttlm-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1.2rem;
    background: #efefef;
}
.ttlm-noimg.featured { width: 100%; height: 300px; font-size: 2.2rem; }
.ttlm-item-title {
    font-size: .82rem;
    line-height: 1.45;
    font-weight: 700;
    color: #1d1d1d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ttlm-item-title:hover { color: var(--red); }
.ttlm-date {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: .68rem;
}

/* ─── TRANG GIOI THIEU (MẪU) ─── */
.padding-main--inside { padding: 26px 0; }
.title-detail h1 {
    font-size: clamp(23px, 3.5vw, 36px);
    font-weight: 800;
    color: var(--red);
    margin-bottom: 4px;
    text-transform: uppercase;
}
.title-detail {
    position: relative;
    text-align: center;
    margin-bottom: clamp(15px, 3.5vw, 30px);
}
.news-group { width: 100%; }
.grid-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.news {
    position: relative;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-pic {
    position: relative;
    width: 46.1%;
    display: block;
}
.news-pic figure { border-radius: 10px; }
.scale-img { overflow: hidden; border-radius: 10px; }
.news-pic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .35s ease;
}
.news:hover .news-pic img { transform: scale(1.04); }
.news-info {
    position: relative;
    width: 49.02%;
}
.news-info h3 {
    font-size: clamp(15px, 3.5vw, 16px);
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.news-info h3 a { color: #1f1f1f; }
.news-info h3 a:hover { color: var(--red); }
.news-info p {
    margin: 0 0 10px;
    color: #444;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-info .text-split {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xemthem-tintuc {
    display: block;
    margin-top: 10px;
    text-align: end;
    line-height: 34px;
    color: var(--red);
    font-size: 15px;
    font-weight: 800;
}
.xemthem-tintuc i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
.xemthem-tintuc:hover { color: var(--red-dark); }

.vta-detail-article {
    grid-column: 1 / -1;
    border: 1px solid #ececec;
    box-shadow: none;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}
.vta-gioithieu-page > .container,
.vta-vanban-page > .container {
    max-width: 1300px;
}
.vta-detail-layout {
    align-items: flex-start;
    gap: 24px;
}
.grid-news > .vta-detail-layout {
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
}
.vta-detail-layout .col-main { flex: 1; min-width: 0; }
.vta-detail-layout .col-sidebar {
    width: 320px;
    flex-shrink: 0;
}
.vta-detail-article .news-pic {
    width: 100%;
    margin: 0 0 12px;
}
.vta-detail-article .news-pic img {
    height: auto;
    max-height: 380px;
    object-fit: cover;
    border-radius: 6px;
}
.vta-detail-article .news-info {
    width: 100%;
}
.vta-detail-article .news-info h3,
.vta-detail-title {
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1.32;
    margin: 0 0 10px;
    color: #1c1c1c;
    text-transform: none;
}
.vta-detail-article .news-info p,
.vta-detail-date {
    display: inline-flex;
    border: 1px solid #e8d9d9;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: .8rem;
    font-style: normal;
    color: #7b3232;
    margin: 0 0 12px;
}
.vta-detail-body { width: 100%; }
.vta-detail-toc {
    margin: 0 0 14px;
    border: 1px dashed #e2d3d3;
    background: #fff8f8;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 700;
    color: #8b2f2f;
    text-transform: uppercase;
    font-size: .82rem;
    letter-spacing: .02em;
}
.vta-detail-article .auction-content {
    font-size: 1rem;
    line-height: 1.9;
    color: #2f2f2f;
}
.vta-detail-share {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed #e3d6d6;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .9rem;
}
.vta-share-list {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.vta-share-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #e4d4d4;
    color: #7f2e2e;
    font-size: .8rem;
    font-weight: 700;
    background: #fff;
}
.vta-share-list a:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

.vta-detail-related {
    margin-top: 18px;
    border-top: 1px solid #f0e5e5;
    padding-top: 14px;
}
.vta-detail-related h4 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.vta-detail-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.vta-detail-related-item {
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.vta-detail-related-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.vta-detail-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.vta-detail-related-item:hover .vta-detail-related-thumb img { transform: scale(1.05); }
.vta-detail-related-body { padding: 10px; }
.vta-detail-related-body h5 {
    margin: 0 0 6px;
    font-size: .92rem;
    line-height: 1.45;
}
.vta-detail-related-body h5 a { color: #1f1f1f; }
.vta-detail-related-body h5 a:hover { color: var(--red); }
.vta-detail-related-body p {
    margin: 0;
    color: #666;
    font-size: .82rem;
    line-height: 1.6;
}
.vta-detail-article .xemthem-tintuc {
    text-align: left;
    margin-top: 14px;
}

/* Table responsive trong trang giới thiệu */
.vta-gioithieu-page table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.vta-gioithieu-page th,
.vta-gioithieu-page td {
    border: 1px solid #ececec;
    padding: 8px 10px;
}

/* ─── TRANG ĐẤU GIÁ (MẪU) ─── */
.grid-daugia {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.daugia {
    position: relative;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ececec;
}
.daugia-pic { position: relative; display: block; }
.daugia-pic figure { border-radius: 10px; }
.daugia-pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .35s ease;
}
.daugia:hover .daugia-pic img { transform: scale(1.04); }
.daugia-info { margin-top: 12px; }
.daugia-info h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}
.daugia-info h3 a { color: #1f1f1f; }
.daugia-info h3 a:hover { color: var(--red); }
.daugia-info span {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tag-new {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: auto;
    max-height: 46px;
}
.vta-archive-nav { margin-top: 14px; }
.vta-archive-nav .pagination {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.vta-archive-nav .page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #444;
    background: #fff;
    font-size: .88rem;
}
.vta-archive-nav .page-item.active .page-link,
.vta-archive-nav .page-item .page-link:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}
.vta-archive-nav .page-item.disabled .page-link {
    color: #aaa;
    background: #f6f6f6;
    border-color: #e5e5e5;
}

/* ─── TRANG LIÊN HỆ (MẪU) ─── */
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.contact-page-info {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 18px;
    line-height: 1.8;
    color: #333;
}
.contact-page-info p { margin-bottom: 8px; }
.contact-page-form {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 16px;
}
.contact-page-form .vta-contact-form {
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: 0;
}

/* ─── TRANG VĂN BẢN (MẪU) ─── */
.vanban-page-list {
    --cols: 2;
    --gap: 30px;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    gap: var(--gap);
}
.vanban {
    display: flex;
    align-items: center;
    background: #fff;
}
.vanban-pic {
    width: 100%;
    max-width: 230px;
    display: block;
}
.vanban-pic figure { border-radius: 10px; }
.vanban-pic img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.vanban-info {
    width: 100%;
    max-width: calc(100% - 230px);
    padding-left: 20px;
    min-width: 0;
}
.vanban-time {
    margin-bottom: 8px;
}
.vanban-time p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.vanban-time p:first-child {
    font-size: 36px;
    color: var(--red);
    font-weight: 800;
    margin-right: 10px;
    line-height: 30px;
}
.vanban-time p:last-child {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: var(--red);
    line-height: 20px;
    padding: 0 10px;
    border-radius: 20px;
}
.vanban-body h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.vanban-body h3 a { color: #1f1f1f; }
.vanban-body h3 a:hover { color: var(--red); }
.vanban-body span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 24px;
}

/* ─── 11. DICH VU (MẪU) ─── */
.hp-services.dichvu--index {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
}
.hp-services.dichvu--index .title-main {
    text-align: center;
    margin-bottom: 24px;
}
.hp-services.dichvu--index .title-main h2 {
    font-size: clamp(23px, 3.5vw, 36px);
    color: var(--red);
    text-transform: uppercase;
}
.dichvu-contain.hp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
}
.dichvu {
    padding: 20px 35px 45px;
    border: 1px solid var(--red);
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}
.dichvu h3 {
    font-size: 1.45rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.35;
}
.dichvu h3 a { color: var(--red); }
.dichvu h3 a:hover { color: var(--red-dark); }
.dichvu span {
    display: block;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}
.xemthem-dichvu {
    line-height: 45px;
    width: 160px;
    text-align: center;
    background: var(--red);
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    position: absolute;
    bottom: -20px;
    left: 35px;
    border-radius: 45px;
}
.xemthem-dichvu:hover { color: var(--gold-light); }

/* ─── 12. FORM + CON SO (MẪU) ─── */
.form-conso--index {
    background: #f7f7f7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-top: 38px;
    padding-bottom: 38px;
}
.form-conso-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.form-contain {
    width: 44.62%;
    background: url("https://daugiavanthanhan.com/assets/images/bg_form.png") no-repeat;
    background-size: cover;
    padding: 30px 40px 45px;
    border-radius: 10px;
}
.form-contain h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0;
}
.descForm {
    color: #fff;
    text-align: center;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 14px;
}
.form-contain .newsletter-form,
.form-contain .vta-contact-form {
    margin-top: 15px;
}
.form-contain .contact-form {
    padding: 0;
}
.form-conso--index #vta-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form-conso--index #vta-contact-form .form-group {
    margin: 0;
    position: relative;
}
.form-conso--index #vta-contact-form .form-group:nth-of-type(1),
.form-conso--index #vta-contact-form .form-group:nth-of-type(4),
.form-conso--index #vta-contact-form .form-group:nth-of-type(5) {
    grid-column: 1 / -1;
}
.form-conso--index #vta-contact-form .form-group label {
    display: none;
}
.form-conso--index #vta-contact-form .form-group::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    z-index: 2;
}
.form-conso--index #vta-contact-form .form-group::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(101, 101, 103, .3);
    z-index: 2;
}
.form-conso--index #vta-contact-form .form-group:nth-of-type(1)::before { content: '👤'; }
.form-conso--index #vta-contact-form .form-group:nth-of-type(2)::before { content: '📞'; }
.form-conso--index #vta-contact-form .form-group:nth-of-type(3)::before { content: '✉'; }
.form-conso--index #vta-contact-form .form-group:nth-of-type(4)::before { content: '📍'; }
.form-conso--index #vta-contact-form .form-group:nth-of-type(5)::before {
    content: '✎';
    top: 13px;
    transform: none;
}
.form-conso--index #vta-contact-form .form-group:nth-of-type(5)::after {
    top: 13px;
    transform: none;
}
.form-contain .newsletter-input {
    position: relative;
}
.form-contain .newsletter-input i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #666;
}
.form-contain .newsletter-input::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(101, 101, 103, .3);
}
.form-contain .newsletter-input label,
.form-contain .vta-contact-form label {
    color: #fff;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.form-contain .newsletter-input label {
    display: none;
}
.form-contain .newsletter-input input,
.form-contain .newsletter-input textarea,
.form-conso--index #vta-contact-form input,
.form-conso--index #vta-contact-form select,
.form-conso--index #vta-contact-form textarea,
.form-contain .vta-contact-form input,
.form-contain .vta-contact-form select,
.form-contain .vta-contact-form textarea {
    background: #fff !important;
    border: 0 !important;
    color: #444 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.form-contain .newsletter-input input,
.form-contain .newsletter-input textarea {
    line-height: 24px;
    padding: 13px 0 13px 50px;
}
.form-contain .newsletter-input textarea {
    height: 100px;
    line-height: normal;
}
.form-conso--index #vta-contact-form input,
.form-conso--index #vta-contact-form select,
.form-conso--index #vta-contact-form textarea {
    line-height: 24px;
    padding: 13px 0 13px 50px;
}
.form-conso--index #vta-contact-form textarea {
    height: 100px;
    line-height: normal;
}
.form-contain .input-noidung.newsletter-input i,
.form-contain .input-noidung.newsletter-input::after {
    top: 13px;
    transform: none;
}
.form-contain .vta-contact-form input::placeholder,
.form-contain .vta-contact-form textarea::placeholder,
.form-contain .newsletter-input input::placeholder,
.form-contain .newsletter-input textarea::placeholder { color: #7c7c7c; }
.form-contain .newsletter-button .btn,
.form-conso--index #vta-contact-form .btn-submit,
.form-contain .vta-contact-form .submit-btn {
    background: var(--gold) !important;
    color: var(--red-dark) !important;
    width: 165px !important;
    line-height: 45px !important;
    padding: 0 !important;
    margin: 18px auto 0 !important;
    display: block !important;
    border-radius: 5px !important;
    font-weight: 800 !important;
    border: 0 !important;
}
.form-conso--index #vta-contact-form .btn-submit {
    font-size: 0 !important;
    grid-column: 1 / -1;
    justify-self: center;
    text-transform: none !important;
}
.form-conso--index #vta-contact-form .btn-submit::after {
    content: 'Tư Vấn Online';
    font-size: 16px;
}
.form-conso--index #vta-contact-form button.btn-submit,
.form-conso--index #vta-contact-form input.btn-submit {
    background: var(--gold) !important;
    color: var(--red-dark) !important;
}
.form-conso--index #vta-form-msg {
    grid-column: 1 / -1;
}

.conso-contain { width: 46.15%; }
.conso-contain h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--red);
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.descConso {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}
.descConso strong { color: #333; }
.descConso p { margin-bottom: 10px; }
.grid-conso {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.conso {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.conso figure {
    width: 48px;
    min-width: 48px;
    margin: 0;
}
.conso figure img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.conso-info { margin-left: 10px; }
.conso-info span {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #4a4a4a;
}
.conso-info h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    color: #5a5a5a;
    text-transform: capitalize;
}

/* ─── 13. ĐỐI TÁC (MẪU) ─── */
.doitac--index { background: #fff; }
.doitac--index.padding-main { padding-top: 30px; }
.doitac--index .title-main {
    text-align: center;
    margin-bottom: 18px;
}
.doitac--index .title-main h2 {
    font-size: clamp(23px, 3.5vw, 36px);
    color: var(--red);
    text-transform: uppercase;
}
.doitac-slider {
    overflow: hidden;
    width: 100%;
}
.gutter-doitac {
    display: flex;
    align-items: stretch;
    gap: 20px;
    will-change: transform;
}
.doitac {
    flex: 0 0 calc((100% - 100px) / 6);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}
.doitac img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    display: block;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 992px) {
    .hp-process-grid {
        gap: 14px;
        padding: 0 0 8px;
        margin: 0;
    }
    .hp-step {
        min-width: calc(50% - 7px);
        scroll-snap-align: start;
    }
}

@media (max-width: 900px) {
    .taiKhoan-duongDayNong-contain { grid-template-columns: 1fr; }
    .taiKhoan-duongDayNong-sidebar { height: auto; }
    .dauGiaList-list--contain { grid-template-columns: 1fr; }
    .dauGiaList-featured .daugia-pic img { height: 240px; }
    .hp-about-grid { grid-template-columns: 1fr; }
    .hp-about-img { max-height: 320px; overflow: hidden; }
    .hp-about-title { font-size: 1.55rem; }
    .hp-about-text { font-size: .9rem; }
    .hp-dark-inner { grid-template-columns: 1fr; gap: 20px; }
    .hp-vb-faq-grid, .vanBanHot-hoiDap--index .hp-vb-faq-grid { grid-template-columns: 1fr; }
    .hp-news-tab-pane, .hp-tab-pane.active { grid-template-columns: 1fr; }
    .load-entity-box .tabs-entity span { padding-left: 12px; padding-right: 12px; font-size: .9rem; }
    .ttlm-pane { grid-template-columns: 1fr; gap: 14px; }
    .grid-news { grid-template-columns: 1fr; }
    .grid-daugia { grid-template-columns: 1fr 1fr; }
    .vanban-page-list { --cols: 1; --gap: 16px; }
    .contact-page-grid { grid-template-columns: 1fr; }
    .vanban { flex-wrap: wrap; }
    .vanban-pic { max-width: 100%; margin-bottom: 10px; }
    .vanban-pic img { height: 230px; }
    .vanban-info { max-width: 100%; padding-left: 0; }
    .news-pic, .news-info { width: 100%; }
    .news-pic { margin-bottom: 10px; }
    .news-pic img { height: 220px; }
    .vta-detail-article { padding: 12px; }
    .vta-detail-article .news-pic img { height: auto; max-height: 280px; }
    .vta-detail-article .news-info h3 { font-size: 1.35rem; line-height: 1.45; }
    .vta-detail-related-grid { grid-template-columns: 1fr; }
    .vta-detail-layout .col-sidebar { width: 100%; }
    .grid-news > .vta-detail-layout { display: block; }
    .vta-single-title { font-size: 1.5rem; }
    .vta-single-head { padding: 16px 16px 12px; }
    .vta-single-body { padding: 14px 16px 16px; }
    .vta-related-grid { grid-template-columns: 1fr; }
    .vta-single-main .post-navigation { grid-template-columns: 1fr; }
    .vta-single-main .post-navigation .nav-next { text-align: left; }
    .news-info .text-split { -webkit-line-clamp: 4; }
    .dichvu-contain.hp-services-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-conso-wrap { flex-wrap: wrap; }
    .form-contain, .conso-contain { width: 100%; }
    .gutter-doitac { gap: 12px; }
    .doitac { flex-basis: calc((100% - 48px) / 5); }
    .hp-cta-inner { flex-direction: column; align-items: flex-start; }
    .hp-cta-text { font-size: 1.35rem; line-height: 1.45; }
}
@media (max-width: 768px) {
    .hp-cta-bar { padding: 14px 0; }
    .hp-cta-inner { align-items: center; text-align: center; }
    .hp-cta-btn {
        width: 230px;
        height: 48px;
        line-height: 48px;
        font-size: 1rem;
    }
    .hp-content-wrap { grid-template-columns: 1fr; }
    .hp-aside { order: -1; }
    .hp-bds-list { grid-template-columns: 1fr; }
    .hp-bds-item { border-right: none; }
    .hp-slide-img, .hp-slide-mock { height: 360px; }
    .hp-slide-title { font-size: 1.7rem; }
    .hp-slide-content { left: 20px; right: 20px; max-width: none; }
    .hp-process-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 0 8px;
    }
    .hp-process-grid::-webkit-scrollbar { display: none; }
    .hp-step {
        min-width: calc(50% - 6px);
        scroll-snap-align: start;
    }
    .quytrinh-pic { width: 110px; height: 110px; }
    .quytrinh-pic img { max-height: 50px; }
    .quytrinh-info { margin-top: 10px; }
    .quytrinh-info h3 { font-size: 14px; line-height: 20px; margin-bottom: 4px; }
    .quytrinh-info span { font-size: 13px; line-height: 20px; }
    .hp-hotline-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
    .hp-hl-sep { display: none; }
    .hp-cta-inner { flex-direction: column; text-align: center; gap: 10px; }
    .dichvu-contain.hp-services-grid { grid-template-columns: 1fr; }
    .dichvu { padding: 16px 16px 42px; border-radius: 14px; }
    .dichvu h3 { font-size: 1.05rem; }
    .dichvu span { font-size: .86rem; }
    .xemthem-dichvu { left: 16px; width: 145px; line-height: 40px; font-size: .82rem; }
    .dauGiaList-mini { grid-template-columns: 90px 1fr; }
    .dauGiaList-mini .daugia-pic img { height: 64px; }
    .hp-dark-image-only { height: 300px; }
    .vanBanHot-hoiDap--index.hp-vb-faq { padding-top: 18px; }
    .vanBanHot-hoiDap--index .hp-section-head { min-height: 48px; padding: 10px 14px; font-size: .88rem; }
    .vanBanHot-hoiDap--index .hp-vb-item { padding: 10px 12px; }
    .vanBanHot-hoiDap--index .hp-vb-thumb { width: 120px; min-width: 120px; height: 86px; }
    .vanBanHot-hoiDap--index .hp-vb-date { min-width: 60px; }
    .vanBanHot-hoiDap--index .hp-vb-date strong { font-size: 1.1rem; }
    .vanBanHot-hoiDap--index .hp-vb-title { font-size: .82rem; }
    .vanBanHot-hoiDap--index .hp-faq { max-height: 360px; }
    .vanBanHot-hoiDap--index .hp-faq-q { font-size: .9rem; padding: 12px; }
    .vanBanHot-hoiDap--index .hp-faq-a { margin: 0 12px 12px; font-size: .82rem; }
    .load-entity-box .tabs-entity { margin-bottom: 12px; }
    .load-entity-box .tabs-entity span { border: 0; padding-bottom: 8px; }
    .load-entity-box .tabs-entity span::after { display: none; }
    .ttlm-row { grid-template-columns: 100px minmax(0, 1fr); gap: 10px; }
    .ttlm-row-thumb { width: 100px; height: 72px; }
    .ttlm-featured-thumb img, .ttlm-noimg.featured { height: 230px; }
    .gutter-doitac { gap: 10px; }
    .doitac { flex-basis: calc((100% - 20px) / 3); }
    .form-contain { padding: 18px 14px 24px; margin-bottom: 24px; }
    .form-conso--index #vta-contact-form {
        grid-template-columns: 1fr;
    }
    .form-contain h2 {
        font-size: 24px;
        white-space: normal;
    }
    .form-conso--index #vta-contact-form .form-group:nth-of-type(5),
    .form-conso--index #vta-form-msg {
        grid-column: auto;
    }
    .descConso { font-size: .9rem; text-align: center; }
    .conso-contain h2 { font-size: 1.45rem; }
    .grid-conso { grid-template-columns: 1fr 1fr; margin-top: 12px; gap: 10px 12px; }
    .conso-info span { font-size: 28px; line-height: 30px; }
    .conso-info h3 { font-size: .92rem; }
    .title-detail h1 { font-size: 1.45rem; }
    .news { padding: 10px; }
    .grid-daugia { grid-template-columns: 1fr; gap: 14px; }
    .daugia { padding: 10px; }
    .daugia-pic img { height: 220px; }
    .vanban-pic img { height: 190px; }
    .vanban-body h3 { font-size: .95rem; }
    .vanban-body span { font-size: .86rem; line-height: 1.6; }
    .daugia-info h3 { font-size: .95rem; line-height: 1.5; }
    .daugia-info span { font-size: .88rem; line-height: 1.6; }
    .vta-archive-nav .page-item .page-link { min-width: 34px; height: 34px; padding: 0 9px; font-size: .8rem; }
    .contact-page-info, .contact-page-form { padding: 12px; }
    .news-info h3 { font-size: .95rem; line-height: 1.5; }
    .news-info p,
    .news-info .text-split,
    .xemthem-tintuc { font-size: .9rem; line-height: 1.65; }
    .xemthem-tintuc i { width: 30px; height: 30px; }
    #respond.comment-respond { padding: 12px; }
    #reply-title.comment-reply-title { font-size: .98rem; }
    .comment-form textarea { min-height: 130px; }
    .vta-detail-article .news-info h3 { font-size: 1.12rem; line-height: 1.45; }
    .vta-detail-article .news-info p { font-size: .78rem; margin-bottom: 10px; }
    .vta-detail-article .auction-content { font-size: .94rem; line-height: 1.8; }
    .vta-detail-toc { font-size: .74rem; padding: 7px 10px; }
    .vta-share-list a { min-width: 74px; height: 28px; font-size: .75rem; }
    .vta-single-title { font-size: 1.25rem; }
    .vta-single-meta span { font-size: .75rem; padding: 4px 8px; }
    .vta-single-content { font-size: .95rem; line-height: 1.8; }
    .vta-related-title { font-size: 1rem; }
}
@media (max-width: 480px) {
    .hp-slide-img, .hp-slide-mock { height: 300px; }
    .hp-process-grid { gap: 10px; }
    .hp-step { min-width: calc(50% - 5px); }
    .quytrinh-numb { width: 40px; height: 40px; font-size: 20px; line-height: 40px; right: -6px; }
    .quytrinh-pic { width: 100px; height: 100px; }
    .quytrinh-pic img { max-height: 45px; }
    .quytrinh-info { margin-top: 8px; }
    .quytrinh-info h3 { font-size: 14px; margin-bottom: 4px; line-height: 20px; }
    .quytrinh-info span { font-size: 13px; line-height: 22px; }
    .hp-tabs { flex-wrap: wrap; }
    .hp-tab { flex: 1; text-align: center; font-size: .7rem; padding: 7px 8px; }
}

/* ─── GLOBAL MOBILE/TABLET OPTIMIZE ─── */
.auction-content img,
.auction-content video,
.auction-content iframe,
.entry-content img,
.entry-content video,
.entry-content iframe {
    max-width: 100%;
    height: auto;
}

.auction-content table,
.entry-content table,
.page-body table,
.wp-block-table table {
    width: 100%;
}

.news-info,
.daugia-info,
.vanban-body,
.auction-content,
.contact-page-info,
.contact-page-form {
    min-width: 0;
}

.news-info h3,
.daugia-info h3,
.vanban-body h3,
.hp-vb-title,
.ttlm-item-title,
.ttlm-featured-title {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .container { padding-left: 14px; padding-right: 14px; }
    .header-main { gap: 12px; }
    .header-logo img,
    .vta-logo img { max-width: 100%; height: auto; }
    .main-nav > .container { padding-left: 0; padding-right: 0; }
    .title-detail { margin-bottom: 14px; }
    .title-detail h1 { line-height: 1.35; }
    .vta-archive-nav .pagination { gap: 6px; }
}

@media (max-width: 768px) {
    .topbar .container,
    .vta-head-top .container,
    .header-main,
    .footer-powered-row { gap: 10px; }

    .main-nav > .container > ul > li { width: 100%; }
    .main-nav > .container > ul > li > a { justify-content: space-between; }
    .main-nav .sub-menu li a { line-height: 1.45; }

    .auction-content,
    .entry-content,
    .page-body .section-box,
    .contact-page-info,
    .contact-page-form { font-size: .94rem; }

    .auction-content table,
    .entry-content table,
    .page-body table,
    .wp-block-table table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .vta-archive-nav .pagination { justify-content: flex-start; }
    .vta-archive-nav .page-item .page-link { min-width: 32px; }

    .info-footer .box-footer:nth-child(1),
    .info-footer .box-footer:nth-child(2),
    .info-footer .box-footer:nth-child(3) {
        width: 100%;
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .container { padding-left: 12px; padding-right: 12px; }
    .header-contact .phone-main { font-size: 1.2rem; }
    .header-contact .phone-sub { font-size: .85rem; }
    .title-detail h1 { font-size: 1.28rem; }
    .floating-btns { right: 10px; bottom: max(80px, var(--float-bottom, 90px)); }
}
