/* Force Inter Font Family globally to override Flatsome */

body, h1, h2, h3, h4, h5, h6, p, 
a:not(#wpadminbar *), 
span:not(#wpadminbar *), 
div:not(#wpadminbar *), 
li, td, th, input, button {
    font-family: 'Inter', sans-serif !important;
}

/* Thêm đoạn này để ép trả lại font mặc định cho Admin Bar */
#wpadminbar, #wpadminbar * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar .dashicons {
    font-family: dashicons !important;
}

/* Fix Flatsome Title & Button Overrides */

.section-title {
    display: block !important;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.section-title::before,
.section-title::after {
    display: none !important;
}

.section-title.red {
    color: var(--secondary);
}

.section-title.text-white {
    color: #fff !important;
}

.title-line {
    height: 2px;
    margin-bottom: 1.5rem !important;
    margin: 0 auto 2.5rem;
}

.title-line.red {
    width: 4rem;
    background: var(--secondary);
}

.title-line.green {
    width: 6rem;
    background: var(--primary);
    margin-top: 0.75rem !important;
    margin: 0.75rem 0;
}

.title-line.yellow {
    width: 6rem;
    background: var(--accent);
    margin-top: 0.75rem !important;
    margin: 0.75rem auto 1rem;
}

.button.btn,
a.button.btn,
a.button.btn-primary,
a.button.btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    min-height: auto !important;
    height: auto !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
}

.button.btn-primary {
    background: var(--secondary) !important;
    color: #fff !important;
    border: 2px solid var(--secondary) !important;
}

.button.btn-primary:hover {
    background: var(--secondary-dark) !important;
}

.button.btn-outline {
    border: 2px solid var(--primary) !important;
    color: var(--primary) !important;
    background: transparent !important;
}

.button.btn-outline:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

/* --- Cards UI Override (from index-2.html) & Archive Pages --- */

.card-rounded .box,
.blog-archive .post-item .box,
.search-results .post-item .box,
.archive .post-item .box {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.card-rounded .box:hover,
.blog-archive .post-item .box:hover,
.search-results .post-item .box:hover,
.archive .post-item .box:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.card-rounded .box-text,
.blog-archive .post-item .box-text,
.search-results .post-item .box-text,
.archive .post-item .box-text {
    padding: 1.25rem !important;
    background: #fff !important;
    text-align: left !important;
}

.card-rounded .post-title,
.blog-archive .post-item .post-title,
.search-results .post-item .post-title,
.archive .post-item .post-title {
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin: 0 0 0.5rem 0 !important;
    line-height: 1.4 !important;
}

.card-rounded .post-title a,
.blog-archive .post-item .post-title a,
.search-results .post-item .post-title a,
.archive .post-item .post-title a {
    color: #166534 !important;
    transition: color 0.3s !important;
}

.card-rounded .box:hover .post-title a,
.blog-archive .post-item .box:hover .post-title a,
.search-results .post-item .box:hover .post-title a,
.archive .post-item .box:hover .post-title a {
    color: var(--primary) !important;
}

.card-rounded .is-divider,
.blog-archive .post-item .is-divider,
.search-results .post-item .is-divider,
.archive .post-item .is-divider {
    display: none !important;
}

.card-rounded .from_the_blog_excerpt,
.blog-archive .post-item .from_the_blog_excerpt,
.search-results .post-item .from_the_blog_excerpt,
.archive .post-item .from_the_blog_excerpt,
.blog-archive .post-item p.from_the_blog_excerpt {
    color: var(--text-muted) !important;
    font-size: 0.875rem !important;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
}

.card-rounded .box-image,
.blog-archive .post-item .box-image,
.search-results .post-item .box-image,
.archive .post-item .box-image {
    overflow: hidden !important;
}

.card-rounded .box-image img,
.blog-archive .post-item .box-image img,
.search-results .post-item .box-image img,
.archive .post-item .box-image img {
    transition: transform 0.5s ease !important;
}

.card-rounded .box:hover .box-image img,
.blog-archive .post-item .box:hover .box-image img,
.search-results .post-item .box:hover .box-image img,
.archive .post-item .box:hover .box-image img {
    transform: scale(1.1) !important;
}

/* --- Single Post Typography --- */

.single-post .entry-title {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
}

@media (max-width: 768px) {
    .single-post .entry-title {
        font-size: 1.5rem !important;
    }
}

.single-post .entry-content {
    font-family: 'Inter', sans-serif !important;
    color: var(--text-main) !important;
    line-height: 1.8 !important;
    font-size: 1.05rem !important;
}

.single-post .entry-content p {
    margin-bottom: 1.25rem !important;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    color: #14532d !important;
    font-weight: 800 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.single-post .entry-meta {
    font-size: 0.875rem !important;
    color: var(--text-muted) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* --- Archive Grid Layout (3 Columns) --- */

.blog-archive #post-list,
.archive #post-list,
.search-results #post-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
}

.blog-archive #post-list::before,
.blog-archive #post-list::after,
.archive #post-list::before,
.archive #post-list::after,
.search-results #post-list::before,
.search-results #post-list::after {
    display: none !important;
}

.blog-archive #post-list>.col,
.archive #post-list>.col,
.search-results #post-list>.col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.blog-archive #post-list article.post,
.archive #post-list article.post,
.search-results #post-list article.post {
    margin-bottom: 0 !important;
}

.blog-archive #post-list .clear,
.archive #post-list .clear,
.search-results #post-list .clear,
.blog-archive #post-list .clearfix,
.archive #post-list .clearfix,
.search-results #post-list .clearfix {
    display: none !important;
}

@media (max-width: 1024px) {

    .blog-archive #post-list,
    .archive #post-list,
    .search-results #post-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {

    .blog-archive #post-list,
    .archive #post-list,
    .search-results #post-list {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1.5rem !important;
    }
}

/* --- Disable Archive Sidebar --- */

.blog-archive .post-sidebar,
.archive .post-sidebar,
.search-results .post-sidebar {
    display: none !important;
}

.blog-archive .large-9.col,
.archive .large-9.col,
.search-results .large-9.col {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

/* --- Archive Header & Description --- */

.archive-page-header {
    margin-bottom: 3rem !important;
    text-align: center !important;
}

.archive-page-header .page-title {
    font-size: 0 !important;
    /* Hide hardcoded Flatsome "Category Archive:" prefix */
    margin-bottom: 1rem !important;
    letter-spacing: 0 !important;
}

.archive-page-header .page-title span {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    text-transform: uppercase !important;
}

.archive-page-header .taxonomy-description {
    font-size: 1rem !important;
    color: #64748b !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
    text-transform: none !important;
}

/* --- Flatsome Default Archive Card Override --- */

.archive article.post .article-inner,
.blog-archive article.post .article-inner,
.search-results article.post .article-inner {
    background: #fff !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.archive article.post .article-inner:hover,
.blog-archive article.post .article-inner:hover,
.search-results article.post .article-inner:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

/* Reorder Header: Image on top, then text */

.archive article.post .entry-header,
.blog-archive article.post .entry-header,
.search-results article.post .entry-header {
    display: flex !important;
    flex-direction: column !important;
}

.archive article.post .entry-image,
.blog-archive article.post .entry-image,
.search-results article.post .entry-image {
    order: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.archive article.post .entry-image img,
.blog-archive article.post .entry-image img,
.search-results article.post .entry-image img {
    border-radius: 1rem 1rem 0 0 !important;
    transition: transform 0.5s ease !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/3 !important;
    object-fit: cover !important;
    margin: 0 !important;
}

.archive article.post:hover .entry-image img,
.blog-archive article.post:hover .entry-image img,
.search-results article.post:hover .entry-image img {
    transform: scale(1.1) !important;
}

.archive article.post .entry-header-text,
.blog-archive article.post .entry-header-text,
.search-results article.post .entry-header-text {
    order: 2 !important;
    padding: 1.25rem 1.25rem 0.5rem !important;
    text-align: left !important;
}

/* Hide divider & date badge */

.archive article.post .entry-divider,
.blog-archive article.post .entry-divider,
.search-results article.post .entry-divider,
.archive article.post .post-date,
.blog-archive article.post .post-date,
.search-results article.post .post-date {
    display: none !important;
}

/* Title styling */

.archive article.post .entry-title,
.blog-archive article.post .entry-title,
.search-results article.post .entry-title {
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
}

.archive article.post .entry-title a,
.blog-archive article.post .entry-title a,
.search-results article.post .entry-title a {
    color: #166534 !important;
}

.archive article.post .article-inner:hover .entry-title a,
.blog-archive article.post .article-inner:hover .entry-title a,
.search-results article.post .article-inner:hover .entry-title a {
    color: var(--primary) !important;
}

/* Category & Meta Data */

.archive article.post .entry-category,
.blog-archive article.post .entry-category,
.search-results article.post .entry-category {
    margin-bottom: 0.5rem !important;
    font-size: 0.8rem !important;
    color: #64748b !important;
    text-transform: none !important;
}

.archive article.post .entry-category a,
.blog-archive article.post .entry-category a,
.search-results article.post .entry-category a {
    color: #64748b !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.archive article.post .entry-meta,
.blog-archive article.post .entry-meta,
.search-results article.post .entry-meta {
    display: none !important;
    /* Hide author/date meta data */
}

/* Summary & Content */

.archive article.post .entry-content,
.blog-archive article.post .entry-content,
.search-results article.post .entry-content {
    padding: 0 1.25rem 1.25rem !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.archive article.post .entry-summary,
.blog-archive article.post .entry-summary,
.search-results article.post .entry-summary,
.archive article.post .entry-summary p:not(.more-link-wrapper),
.blog-archive article.post .entry-summary p:not(.more-link-wrapper),
.search-results article.post .entry-summary p:not(.more-link-wrapper) {
    font-size: 0.875rem !important;
    color: var(--text-muted) !important;
    line-height: 1.6 !important;
    margin: 0 0 1rem 0 !important;
}

.archive article.post .entry-summary p:first-of-type,
.blog-archive article.post .entry-summary p:first-of-type,
.search-results article.post .entry-summary p:first-of-type {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Fix Read More alignment (Flatsome wraps in .text-center usually) */

.archive article.post .text-center,
.blog-archive article.post .text-center,
.search-results article.post .text-center {
    text-align: left !important;
    margin: auto 0 0 0 !important;
}

/* Read More Link Styling */

.archive article.post .more-link,
.blog-archive article.post .more-link,
.search-results article.post .more-link {
    display: inline-flex !important;
    align-items: center !important;
    color: var(--primary) !important;
    font-weight: 800 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-transform: none !important;
    font-size: 0 !important;
    /* Hide original text */
    min-height: auto !important;
    box-shadow: none !important;
}

.archive article.post .more-link::before,
.blog-archive article.post .more-link::before,
.search-results article.post .more-link::before {
    content: "Xem chi tiết >" !important;
    font-size: 0.875rem !important;
}

.archive article.post .more-link .meta-nav,
.blog-archive article.post .more-link .meta-nav,
.search-results article.post .more-link .meta-nav,
.archive article.post .more-link::after,
.blog-archive article.post .more-link::after,
.search-results article.post .more-link::after {
    display: none !important;
    /* Hide original flatsome arrow if any */
}

.archive article.post .more-link:hover,
.blog-archive article.post .more-link:hover,
.search-results article.post .more-link:hover {
    text-decoration: underline !important;
    background: transparent !important;
    color: var(--primary-dark) !important;
}

/* Footer Meta */

.archive article.post footer.entry-meta,
.blog-archive article.post footer.entry-meta,
.search-results article.post footer.entry-meta {
    display: none !important;
}

/* --- Pagination Style --- */

ul.page-numbers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

ul.page-numbers li {
    margin: 0 !important;
}

ul.page-numbers a.page-number,
ul.page-numbers span.page-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 0.5rem !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    background: #fff !important;
    transition: all 0.3s !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.page-numbers span.page-number.current,
ul.page-numbers a.page-number:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

ul.page-numbers a.next.page-number,
ul.page-numbers a.prev.page-number {
    width: auto !important;
    padding: 0 1rem !important;
}

/* Hide ugly default author/share boxes if they look bad */

.single-post .entry-author {
    display: none !important;
}

.single-post .author-box {
    display: none !important;
}

.single-post .nav-single {
    border-color: #e2e8f0 !important;
}

/* Hide ugly image captions showing file names */

.single-post figcaption,
.single-post .wp-caption-text {
    display: none !important;
}

/* Rounded Featured Image in Single Post */

.single-post .entry-image {
    margin-bottom: 2rem !important;
}

.single-post .entry-image img {
    border-radius: 1rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    height: auto !important;
}

/* --- Flatsome Header UI Override --- */

#masthead {
    background: #fff !important;
    border-bottom: 2px solid #eee !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    height: 80px !important
}

#masthead .header-inner {
    max-width: 1200px !important;
}

#logo img {
    max-height: 52px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Nav Container */

#masthead .header-nav-main {
    flex-wrap: nowrap !important;
}

#masthead .header-nav-main>li {
    margin: 0 !important;
    height: 100% !important;
    display: block !important;
}

/* Nav Links */

#masthead .header-nav-main>li>a:not(.header-hotline-btn) {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #333 !important;
    padding: 10px 0px !important;
    height: 100% !important;
    line-height: normal !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.2s ease !important;
    text-transform: uppercase !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
    margin: 0px 10px !important;
}

#masthead .header-nav-main>li>a:not(.header-hotline-btn) i {
    margin: 0 0 0 4px !important;
    font-size: 14px !important;
    display: inline-block !important;
    width: auto !important;
    flex-shrink: 0 !important;
    position: static !important;
}

#masthead .header-nav-main>li.current-menu-item>a:not(.header-hotline-btn) {
    color: var(--primary-dark) !important;
    border-bottom: 2px solid var(--primary-dark) !important;
}

/* Dropdown Override */

#masthead .nav-dropdown {
    width: 280px !important;
    background: #fff !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    border: none !important;
    margin-top: 0 !important;
    top: 100% !important;
}

#masthead .nav-dropdown>li {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
}

#masthead .nav-dropdown>li>a {
    display: block !important;
    padding: 10px 20px !important;
    color: #333 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    border-bottom: none !important;
    text-transform: none !important;
    white-space: normal !important;
    line-height: 1.5 !important;
    background: transparent !important;
    transition: 0.2s !important;
}

#masthead .nav-dropdown>li>a:hover {
    color: var(--primary-dark) !important;
    background: #f9fafb !important;
}

/* Hide Flatsome default nav lines if any */

#masthead .header-nav-main>li>a::after,
#masthead .header-nav-main>li>a::before {
    display: none !important;
}

/* Header Hotline Button */

#masthead .header-nav-main>li.html {
    display: flex !important;
    align-items: center !important;
}

#masthead .header-nav-main>li>a.header-hotline-btn {
    background: var(--secondary) !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    letter-spacing: .5px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-transform: none !important;
    border-bottom: none !important;
}

#masthead .header-nav-main>li>a.header-hotline-btn:hover {
    background: var(--secondary-dark) !important;
    color: #fff !important;
}

#masthead .header-nav-main>li>a.header-hotline-btn i,
#masthead .header-nav-main>li>a.header-hotline-btn span {
    margin: 0 !important;
    display: inline-block !important;
    width: auto !important;
    flex-shrink: 0 !important;
    position: static !important;
}

#masthead .header-nav-main>li>a.header-hotline-btn i {
    font-size: 16px !important;
}

/* Topbar Background */

#top-bar {
    background: #222 !important;
    color: #ccc !important;
    font-size: 13px !important;
    min-height: auto !important;
}

/* Force Hotline button to show on Mobile & Tablet */

@media (max-width: 849px) {
    #masthead .flex-right.hide-for-medium {
        display: flex !important;
        align-items: center !important;
    }
}

/* Fix Hero Slider height on Mobile to prevent squashed images */

@media (max-width: 849px) {

    .slider-wrapper .banner,
    .slider-wrapper .banner-inner {
        padding-top: 0 !important;
        min-height: 400px !important;
    }

    .slider-wrapper .banner-bg {
        height: 100% !important;
    }

    .slider-wrapper .bg.bg-fill {
        background-position: center !important;
        /* Uncomment below if you want the image to completely fit without cropping:
        background-size: contain !important; 
        background-repeat: no-repeat !important; */
    }
}

/* Responsive Tablet/Desktop (850px to 1200px) */

@media (max-width: 1199px) {
    #masthead .header-nav-main>li>a:not(.header-hotline-btn) {
        padding: 8px 6px !important;
        font-size: 12.5px !important;
    }
}

/* Mobile Adjustments for Header */

@media (max-width: 900px) {
    #masthead .header-nav-main>li>a.header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #logo img {
        max-height: 44px !important;
    }
}

@media (max-width: 640px) {
    #masthead .header-nav-main>li>a.header-hotline-btn {
        padding: 9px 10px !important;
    }

    #masthead .header-nav-main>li>a.header-hotline-btn .hide-for-small {
        display: none !important;
    }

    #masthead .header-nav-main>li>a.header-hotline-btn i {
        font-size: 18px !important;
    }

    /* Make icon slightly bigger when text is hidden */
    #logo img {
        max-height: 40px !important;
    }

    /* Ensure Flatsome Hamburger looks perfect */
    #masthead .mobile-nav i.icon-menu {
        font-size: 24px !important;
        color: #333 !important;
    }

    #masthead .menu-title {
        display: none !important;
    }
}

/* --- CSS from about.html --- */

/* Hide Google Translate UI completely */

.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
.goog-te-gadget-icon,
iframe.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

body {
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
    color: var(--slate-800);
    background-color: var(--white);
    line-height: 1.5;
}

.goog-te-menu-value {
    display: none !important;
}

.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#google_translate_element {
    display: none !important;
}

/* Strict Responsive Fix */

html,
body {
    overflow-x: hidden !important;
    width: 100%;
    padding: 0;
    position: relative;
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Custom scrollbar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #166534;
}

/* --- CSS from about.html --- */

.top-bar-wrapper {
    display: none !important;
}

@media (min-width: 1024px) {
    .top-bar-wrapper {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none !important;
    }

    #mobile-open-btn {
        display: flex !important;
    }
}

/* Tablet */

@media (max-width: 900px) {
    #site-header-inner {
        padding: 0 12px !important;
        gap: 10px !important;
    }

    #header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #site-logo-img {
        height: 44px !important;
    }
}

/* Mobile */

@media (max-width: 640px) {
    #site-header-inner {
        min-height: 58px !important;
    }

    #site-logo-img {
        height: 40px !important;
    }

    #header-actions {
        gap: 8px !important;
    }

    #header-hotline-btn {
        padding: 9px 10px !important;
    }

    #header-hotline-text {
        display: none !important;
    }

    /* giữ icon, ẩn chữ cho gọn */
    #mobile-drawer {
        width: 320px !important;
        max-width: 90vw !important;
    }
}

/* --- CSS from about.html --- */

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

/* --- CSS from index-2.html --- */

:root {
    --primary: #15803d;
    --primary-dark: #14532d;
    --secondary: #e53e3e;
    --secondary-dark: #b91c1c;
    --accent: #facc15;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --bg-light: #f8f9fa;
    --green-900: #14532d;
    --green-800: #166534;
    --green-700: #15803d;
    --green-600: #16a34a;
    --green-100: #dcfce7;
    --green-50: #f0fdf4;
    --yellow-500: #eab308;
    --yellow-400: #facc15;
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-600: #475569;
    --slate-500: #64748b;
    --slate-400: #94a3b8;
    --slate-300: #cbd5e1;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --white: #ffffff;
    /* green-700 */
    --primary-dark: #14532d;
    /* green-900 */
    --secondary: #e53e3e;
    /* red */
    --secondary-dark: #b91c1c;
    /* yellow-400 */
    --text-main: #1e293b;
    /* slate-800 */
    --text-muted: #64748b;
    /* slate-500 */
    --bg-light: #f8f9fa;
    --dt-c-green-900: #14532d;
    --dt-c-green-800: #166534;
    --dt-c-green-700: #15803d;
    --dt-c-green-200: #bbf7d0;
    --dt-c-green-100: #dcfce7;
    --dt-c-yellow-600: #ca8a04;
    --dt-c-yellow-500: #eab308;
    --dt-c-yellow-400: #facc15;
    --dt-c-yellow-100: #fef08a;
    --dt-c-slate-900: #0f172a;
    --dt-c-slate-700: #334155;
    --dt-c-slate-600: #475569;
    --dt-c-slate-200: #e2e8f0;
    --dt-c-slate-100: #f1f5f9;
    --dt-c-slate-50: #f8fafc;
    --dt-c-blue-600: #2563eb;
    --dt-c-blue-100: #dbeafe;
    --dt-c-white: #ffffff;
}

/* Reset & Base */

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Custom scrollbar */

/* Layout & Utilities */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.section-py {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.object-cover {
    object-fit: cover;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

/* Grids */

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
    .sm-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .md-grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .md-grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .md-grid-cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .section-py {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md-flex-row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .lg-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lg-grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lg-w-5-12 {
        width: 41.666667%;
    }

    .lg-w-7-12 {
        width: 58.333333%;
    }
}

/* Buttons & Badges */

.btn {
    display: inline-flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-primary {
    background: var(--secondary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--secondary-dark);
}

.btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 999px;
}

.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

/* Titles */

@media (min-width: 768px) {
    .section-title {
        font-size: 1.875rem;
    }
}

/* Hero Section */

.hero-mobile {
    padding: 5rem 1rem 4rem;
    background: var(--primary-dark);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(20, 83, 45, 0.9), rgba(20, 83, 45, 0.8), rgba(20, 83, 45, 0.9));
    z-index: 1;
}

.hero-mobile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
    /* 896px */
    margin: 0 auto;
}

.hero-desktop {
    display: none;
    height: 650px;
    position: relative;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s;
}

.slide.active-slide {
    opacity: 1;
}

.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.slider-controls:hover {
    background: rgba(255, 255, 255, 0.4);
}

.slider-prev {
    left: 1rem;
}

.slider-next {
    right: 1rem;
}

.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 20;
}

.slider-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.slider-dot.active {
    background: #fff;
    transform: scale(1.3);
}

@media (min-width: 1024px) {
    .hero-mobile {
        display: none;
    }

    .hero-desktop {
        display: block;
    }
}

/* Cards */

.card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: block;
}

.card-rounded {
    border-radius: 1rem;
}

.card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.card-img-wrap {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f1f5f9;
    position: relative;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.card:hover .card-img {
    transform: scale(1.1);
}

.card-body {
    padding: 1rem;
}

.card-body-lg {
    padding: 1.25rem;
}

.card-title {
    font-size: 1rem;
    font-weight: 900;
    color: #166534;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s;
}

.card:hover .card-title {
    color: var(--primary);
}

.card-title-news {
    color: #0f172a;
    text-transform: none;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--primary);
    font-weight: bold;
    font-size: 0.875rem;
    margin-top: 0.75rem;
}

.card:hover .read-more {
    text-decoration: underline;
}

.card:hover .read-more svg {
    transform: translateX(4px);
    transition: 0.3s;
}

/* Icon Boxes (Commitments) */

.icon-box {
    text-align: center;
}

.icon-circle {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.icon-circle.green {
    background: #dcfce7;
    color: var(--primary);
}

.icon-circle.yellow {
    background: #fef08a;
    color: #ca8a04;
}

.icon-box:hover .icon-circle.green {
    background: var(--primary);
    color: #fff;
}

.icon-box:hover .icon-circle.yellow {
    background: #eab308;
    color: #fff;
}

/* Process Steps */

.process-bg {
    background: var(--primary-dark);
    color: #fff;
    position: relative;
}

.process-bg::before,
.process-bg::after {
    content: '';
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
}

.process-bg::before {
    top: 0;
    right: 0;
    background: rgba(21, 128, 61, 0.3);
}

.process-bg::after {
    bottom: 0;
    left: 0;
    background: rgba(234, 179, 8, 0.1);
}

.process-step {
    position: relative;
    z-index: 10;
    text-align: center;
}

.step-num {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    background: var(--accent);
    color: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.25rem;
    box-shadow: 0 10px 15px -3px rgba(250, 204, 21, 0.3);
}

.step-line {
    display: none;
    position: absolute;
    top: 2rem;
    left: calc(50% + 2rem);
    width: calc(100% - 4rem);
    height: 2px;
    background: var(--primary);
}

@media (min-width: 768px) {
    .step-line {
        display: block;
    }
}

/* About Section Lists */

.feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem 1rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.5rem;
    color: #475569;
    font-weight: 500;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .feature-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Pricing Table */

.pricing-bg {
    background-image: url('https://phelieuductin.com/wp-content/uploads/2026/05/bang-gia-phe-lieu.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 4rem 0;
}

.pricing-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.pricing-content {
    position: relative;
    z-index: 10;
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 16px;
}

.table-responsive {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 1.5rem;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.875rem;
}

.price-table th {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 0.75rem 1rem;
    color: #fde047;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.price-table tr:hover td {
    background: rgba(255, 255, 255, 0.05);
}

.price-table td.highlight {
    color: #fde047;
    font-weight: 600;
}

.price-note {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 1.25rem;
    font-size: 0.875rem;
    color: #e2e8f0;
    line-height: 1.6;
}

/* CTA Section */

.cta-section {
    background: linear-gradient(to right, var(--green-800), var(--green-900), var(--green-800));
    padding: 4rem 0;
    position: relative;
    color: var(--white);
    overflow: hidden;
}

.cta-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0, 0, 0, .05) 35px, rgba(0, 0, 0, .05) 70px);
}

/* Footer */

.footer-wrap {
    background: linear-gradient(to bottom, #0b0f14, #101722, #0a0d12);
    color: #f1f5f9;
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.footer-decor-1 {
    position: absolute;
    top: -6rem;
    right: -6rem;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    filter: blur(60px);
    background: radial-gradient(circle, rgba(148, 163, 184, 0.15), transparent 60%);
    pointer-events: none;
}

.footer-decor-2 {
    position: absolute;
    bottom: -7rem;
    left: -7rem;
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    filter: blur(60px);
    background: radial-gradient(circle, rgba(203, 213, 225, 0.08), transparent 60%);
    pointer-events: none;
}

.footer-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    padding-left: 0.5rem;
    border-left: 4px solid var(--accent);
    margin-bottom: 1.5rem;
    color: #fff;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: #cbd5e1;
    transition: 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent);
    transform: translateX(4px);
}

.footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
    transition: 0.3s;
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-contact svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--accent);
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #94a3b8;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* Floating & Animations */

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.animate-wiggle {
    animation: wiggle 1s ease-in-out infinite;
}

.floating-buttons {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.float-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #f1f5f9;
    transition: all 0.3s;
}

.float-btn:hover {
    transform: scale(1.1);
}

.float-btn .ping-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
    opacity: 0.2;
}

.float-btn.zalo .ping-bg {
    background: #3b82f6;
}

.float-btn.phone .ping-bg {
    background: var(--primary);
}

.float-btn .tooltip {
    position: absolute;
    right: 100%;
    margin-right: 1rem;
    padding: 0.375rem 0.75rem;
    background: #0f172a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 0.5rem;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.float-btn:hover .tooltip {
    opacity: 1;
}

/* Header Specific overrides */

@media (min-width: 1024px) {
    .top-bar-wrapper {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none !important;
    }

    #mobile-open-btn {
        display: flex !important;
    }
}

@media (max-width: 900px) {
    #site-header-inner {
        padding: 0 12px !important;
        gap: 10px !important;
    }

    #header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #site-logo-img {
        height: 44px !important;
    }
}

@media (max-width: 640px) {
    #site-header-inner {
        min-height: 58px !important;
    }

    #site-logo-img {
        height: 40px !important;
    }

    #header-actions {
        gap: 8px !important;
    }

    #header-hotline-btn {
        padding: 9px 10px !important;
    }

    #header-hotline-text {
        display: none !important;
    }

    #mobile-drawer {
        width: 320px !important;
        max-width: 90vw !important;
    }
}

/* Google Translate UI Hide */

/* Toast Container */

#toast-container {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    pointer-events: none;
}

.toast {
    pointer-events: auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-width: 300px;
    border-left: 4px solid;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out;
    transform: translateX(150%);
}

.toast.show {
    transform: translateX(0);
}

.toast.success {
    border-color: #22c55e;
    color: #16a34a;
}

.toast.error {
    border-color: #ef4444;
    color: #dc2626;
}

.toast.info {
    border-color: #eab308;
    color: #ca8a04;
}

/* --- CSS from lien-he.html --- */

@theme {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

/* --- CSS from lien-he.html --- */

/* Hide Google Translate UI completely */

/* Strict Responsive Fix */

/* Custom scrollbar */

/* --- CSS from lien-he.html --- */

@media (min-width: 1024px) {
    .top-bar-wrapper {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none !important;
    }

    #mobile-open-btn {
        display: flex !important;
    }
}

/* Tablet */

@media (max-width: 900px) {
    #site-header-inner {
        padding: 0 12px !important;
        gap: 10px !important;
    }

    #header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #site-logo-img {
        height: 44px !important;
    }
}

/* Mobile */

@media (max-width: 640px) {
    #site-header-inner {
        min-height: 58px !important;
    }

    #site-logo-img {
        height: 40px !important;
    }

    #header-actions {
        gap: 8px !important;
    }

    #header-hotline-btn {
        padding: 9px 10px !important;
    }

    #header-hotline-text {
        display: none !important;
    }

    /* giữ icon, ẩn chữ cho gọn */
    #mobile-drawer {
        width: 320px !important;
        max-width: 90vw !important;
    }
}

/* --- CSS from lien-he.html --- */

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

/* --- CSS from single-post.html --- */

@theme {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

/* --- CSS from single-post.html --- */

/* Hide Google Translate UI completely */

/* Strict Responsive Fix */

/* Custom scrollbar */

/* --- CSS from single-post.html --- */

@media (min-width: 1024px) {
    .top-bar-wrapper {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none !important;
    }

    #mobile-open-btn {
        display: flex !important;
    }
}

/* Tablet */

@media (max-width: 900px) {
    #site-header-inner {
        padding: 0 12px !important;
        gap: 10px !important;
    }

    #header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #site-logo-img {
        height: 44px !important;
    }
}

/* Mobile */

@media (max-width: 640px) {
    #site-header-inner {
        min-height: 58px !important;
    }

    #site-logo-img {
        height: 40px !important;
    }

    #header-actions {
        gap: 8px !important;
    }

    #header-hotline-btn {
        padding: 9px 10px !important;
    }

    #header-hotline-text {
        display: none !important;
    }

    /* giữ icon, ẩn chữ cho gọn */
    #mobile-drawer {
        width: 320px !important;
        max-width: 90vw !important;
    }
}

/* --- CSS from single-post.html --- */

.post-content h1 {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0f172a;
    margin: 1.5em 0 0.75em;
    line-height: 1.3;
}

.post-content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 1.5em 0 0.75em;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.25em 0 0.5em;
    line-height: 1.3;
}

.post-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1em 0 0.5em;
}

.post-content p {
    margin-bottom: 1em;
    line-height: 1.75;
    color: #334155;
}

.post-content ul {
    list-style-type: disc;
    margin: 1em 0 1em 1.5em;
    line-height: 1.75;
}

.post-content ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1.5em;
    line-height: 1.75;
}

.post-content li {
    margin-bottom: 0.25em;
}

.post-content strong {
    font-weight: 700;
    color: #0f172a;
}

.post-content a {
    color: #16a34a;
    text-decoration: underline;
}

.post-content blockquote {
    border-left: 4px solid #16a34a;
    padding: 0.5em 1em;
    margin: 1.5em 0;
    background: #f0fdf4;
    color: #475569;
    font-style: italic;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5em auto;
    display: block;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.post-content table th,
.post-content table td {
    border: 1px solid #e2e8f0;
    padding: 0.6em 1em;
}

.post-content table th {
    background: #f1f5f9;
    font-weight: 700;
}

/* --- CSS from single-post.html --- */

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

/* --- CSS from index-2.html --- */

/* Reset & Base */

/* Custom scrollbar */

/* Layout & Utilities */

/* Grids */

@media (min-width: 640px) {
    .sm-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .md-grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .md-grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .md-grid-cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .section-py {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md-flex-row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .lg-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lg-grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lg-w-5-12 {
        width: 41.666667%;
    }

    .lg-w-7-12 {
        width: 58.333333%;
    }
}

/* Buttons & Badges */

/* Titles */

@media (min-width: 768px) {
    .section-title {
        font-size: 1.875rem;
    }
}

/* Hero Section */

@media (min-width: 1024px) {
    .hero-mobile {
        display: none;
    }

    .hero-desktop {
        display: block;
    }
}

/* Cards */

/* Icon Boxes (Commitments) */

/* Process Steps */

@media (min-width: 768px) {
    .step-line {
        display: block;
    }
}

/* About Section Lists */

@media (min-width: 640px) {
    .feature-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Pricing Table */

/* CTA Section */

/* Footer */

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* Floating & Animations */

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Header Specific overrides */

@media (min-width: 1024px) {
    .top-bar-wrapper {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none !important;
    }

    #mobile-open-btn {
        display: flex !important;
    }
}

@media (max-width: 900px) {
    #site-header-inner {
        padding: 0 12px !important;
        gap: 10px !important;
    }

    #header-hotline-btn {
        padding: 9px 12px !important;
        font-size: 13px !important;
    }

    #site-logo-img {
        height: 44px !important;
    }
}

@media (max-width: 640px) {
    #site-header-inner {
        min-height: 58px !important;
    }

    #site-logo-img {
        height: 40px !important;
    }

    #header-actions {
        gap: 8px !important;
    }

    #header-hotline-btn {
        padding: 9px 10px !important;
    }

    #header-hotline-text {
        display: none !important;
    }

    #mobile-drawer {
        width: 320px !important;
        max-width: 90vw !important;
    }
}

/* Google Translate UI Hide */

/* Toast Container */

.absolute-footer {
    display: none;
}

/* Container chung */

.dt-main-wrapper {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    color: #334155;
}

.dt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dt-text-center {
    text-align: center;
}

.dt-mb-60 {
    margin-bottom: 60px;
}

/* Grid System */

.dt-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .dt-grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

/* Section 1: Hero */

.dt-hero {
    position: relative;
    padding: 120px 0 80px;
    background: #14532d;
    color: var(--white);
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: var(--green-900);
}

.dt-hero-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.2;
}

.dt-hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #14532d, rgba(20, 83, 45, 0.8));
}

.dt-hero-content {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.dt-hero-title {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: var(--white);
}

.dt-text-yellow {
    color: #facc15;
}

.dt-hero-desc {
    font-size: 1.125rem;
    color: var(--green-100);
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.625;
}

@media (max-width: 768px) {
    .dt-hero-title {
        font-size: 1.8rem;
    }
}

/* Section 2: About */

.dt-about-intro {
    padding: 80px 0;
    background: #fff;
}

.dt-badge {
    background: rgba(234, 179, 8, 0.2);
    color: var(--dt-c-yellow-400);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 1.5rem;
    background-color: var(--green-100);
    letter-spacing: 0.1em;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.dt-section-title {
    font-size: 1.875rem;
    font-weight: 900;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dt-text-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    text-align: justify;
}

.dt-img-frame {
    position: relative;
}

.dt-img-frame img {
    width: 100%;
    border-radius: 16px;
    border: 8px solid #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.dt-img-accent {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 160px;
    height: 160px;
    background: #facc15;
    border-radius: 16px;
    z-index: 0;
}

/* Section 3: Vision */

.dt-vision {
    background: #0f172a;
    color: var(--white);
    padding: 80px 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--slate-900);
}

.dt-vision-title {
    color: #eab308;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dt-vision-desc {
    color: #cbd5e1;
    margin-bottom: 24px;
    text-align: justify;
}

.dt-vision-card {
    background: #1e293b;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.dt-card-icon {
    width: 48px;
    height: 48px;
    background: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dt-card-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.dt-card-text h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.dt-card-text p {
    font-size: 12px;
    color: #94a3b8;
}

.dt-grid-2-sm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dt-rounded {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt-stat-box {
    background: #15803d;
    padding: 2rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: var(--green-700);
    align-items: center;
    /* Căn giữa theo chiều ngang */
    text-align: center;
    /* Căn giữa text */
    height: 100%;
}

.dt-stat-num {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    /* Tăng size số to lên giống hệt ảnh chụp */
    font-weight: 900;
    line-height: 1;
}

.dt-stat-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 0 0.5rem;
}

/* Section 4: Services */

.dt-services {
    padding: 80px 0;
    background: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--white);
}

.dt-sub-title {
    color: #15803d;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.dt-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    row-gap: 2.5rem;
    column-gap: 3rem;
}

.dt-service-item {
    display: flex;
    gap: 16px;
}

.dt-service-icon {
    width: 48px;
    height: 48px;
    background: #f0fdf4;
    color: #15803d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.dt-service-info h4 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.dt-service-info p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Section 5: CTA */

.dt-cta {
    padding: 64px 0;
    background: linear-gradient(to right, var(--green-800), var(--green-900), var(--green-800));
    color: var(--white);
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.dt-cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .08) 35px, rgba(255, 255, 255, .08) 70px);
}

.dt-cta-title {
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.025em;
    color: var(--white);
}

.dt-cta-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    font-weight: 500;
    position: relative;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.dt-cta-actions {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
}

.dt-btn-call {
    background: #eab308;
    color: #0f172a;
    padding: 16px 40px;
    border-radius: 99px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.dt-btn-call svg {
    width: 24px;
    height: 24px;
    animation: wiggle 1s infinite;
}

.dt-btn-outline {
    background: #fff;
    color: #166534;
    padding: 16px 40px;
    border-radius: 99px;
    font-weight: 900;
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

img,
svg {
    display: block;
    max-width: 100%;
}

/* ====================
   SECTION 1: HERO
   ==================== */

.about-hero {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: var(--green-900);
    color: var(--white);
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
}

.hero-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, var(--green-900), rgba(20, 83, 45, 0.8));
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.hero-title span {
    color: var(--yellow-400);
}

.hero-desc {
    font-size: 1.125rem;
    color: var(--green-100);
    margin-bottom: 2rem;
    line-height: 1.625;
    font-weight: 500;
}

/* ====================
   SECTION 2: ABOUT DETAILS
   ==================== */

.about-section {
    padding: 5rem 0;
    background-color: var(--white);
    overflow: hidden;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

.about-badge {
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: var(--green-100);
    color: var(--green-800);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.about-heading {
    font-size: 1.875rem;
    font-weight: 900;
    color: var(--slate-900);
    margin-bottom: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.about-text-wrap {
    color: var(--slate-600);
    line-height: 1.625;
    text-align: justify;
}

.about-text-wrap p {
    margin-bottom: 1.5rem;
}

.about-text-wrap p:last-child {
    margin-bottom: 0;
}

.about-img-wrapper {
    position: relative;
}

.about-img-inner {
    aspect-ratio: 1 / 1;
    background-color: var(--slate-50);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
    border: 8px solid var(--white);
}

.about-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-decor {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 10rem;
    height: 10rem;
    background-color: var(--yellow-400);
    z-index: 0;
    border-radius: 1rem;
}

/* ====================
   SECTION 3: VISION & MISSION
   ==================== */

.vision-section {
    padding: 5rem 0;
    background-color: var(--slate-900);
    color: var(--white);
}

.vision-heading {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: var(--yellow-500);
}

.vision-text {
    color: var(--slate-300);
    line-height: 1.625;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.vision-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--slate-800);
    padding: 1rem;
    border-radius: 0.75rem;
}

.vision-feature-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--green-600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vision-feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.vision-feature-title {
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.vision-feature-desc {
    font-size: 0.75rem;
    color: var(--slate-400);
}

.vision-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.vision-stats-grid img {
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-stats-box {
    background-color: var(--green-700);
    border-radius: 0.75rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-stats-num {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.vision-stats-label {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* ====================
   SECTION 4: SERVICES/CATEGORIES
   ==================== */

.services-section {
    padding: 5rem 0;
    background-color: var(--white);
}

.services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.services-badge {
    color: var(--green-700);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

.services-title {
    font-size: 1.875rem;
    font-weight: 900;
    color: var(--slate-900);
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    column-gap: 3rem;
}

.service-item {
    display: flex;
    gap: 1rem;
}

.service-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: var(--green-50);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-700);
}

.service-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.service-content h4 {
    font-weight: 700;
    color: var(--slate-900);
    margin-bottom: 0.5rem;
}

.service-content p {
    font-size: 0.875rem;
    color: var(--slate-500);
    line-height: 1.625;
}

/* ====================
   SECTION 5: CTA
   ==================== */

.cta-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .08) 35px, rgba(255, 255, 255, .08) 70px);
}

.cta-content {
    text-align: center;
}

.cta-title {
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.cta-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.btn-cta-primary {
    background-color: var(--yellow-500);
    color: var(--slate-900);
    font-weight: 900;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
}

.btn-cta-primary:hover {
    background-color: var(--yellow-400);
}

.btn-cta-secondary {
    background-color: var(--white);
    color: var(--green-800);
    font-weight: 900;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-cta-secondary:hover {
    background-color: var(--slate-100);
}

/* Animation Pulse cho Icon Call */

@keyframes cta-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.icon-pulse {
    animation: cta-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.btn-cta-primary svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* ====================
   RESPONSIVE (MEDIA QUERIES)
   ==================== */

@media (min-width: 640px) {

    /* sm */
    .cta-buttons {
        flex-direction: row;
    }
}

@media (min-width: 768px) {

    /* md */
    .hero-title {
        font-size: 3rem;
    }

    .hero-desc {
        font-size: 1.25rem;
    }

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

@media (min-width: 1024px) {

    /* lg */
    .grid-2-cols {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================================
   1. RESET & VARIABLES (Chuẩn Tailwind)
   ========================================= */

/* =========================================
   2. SECTION 1: HERO
   ========================================= */

.dt-hero-bg {
    position: absolute;
    inset: 0;
}

.dt-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt-hero-title span {
    color: var(--yellow-400);
}

/* =========================================
   3. SECTION 2: ABOUT DETAILS
   ========================================= */

.dt-about {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--white);
    overflow: hidden;
}

.dt-heading-2 {
    font-size: 1.875rem;
    font-weight: 900;
    color: var(--slate-900);
    margin-bottom: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.dt-about-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: var(--slate-600);
    line-height: 1.625;
    text-align: justify;
}

.dt-about-img-box {
    position: relative;
}

.dt-about-img-inner {
    aspect-ratio: 1 / 1;
    background-color: var(--slate-50);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
    border: 8px solid var(--white);
}

.dt-about-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt-about-decor {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 10rem;
    height: 10rem;
    background-color: var(--yellow-400);
    z-index: 0;
    border-radius: 1rem;
}

/* =========================================
   4. SECTION 3: VISION & MISSION
   ========================================= */

.dt-vision-heading {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: var(--yellow-500);
}

.dt-vision-text {
    color: var(--slate-300);
    line-height: 1.625;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.dt-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--slate-800);
    padding: 1.25rem;
    /* Tăng padding cho box rộng rãi hơn */
    border-radius: 0.75rem;
}

.dt-feature-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--green-600);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dt-feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.dt-feature-title {
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.dt-feature-desc {
    font-size: 0.85rem;
    color: var(--slate-400);
}

/* ---- ĐOẠN FIX GRID BÊN PHẢI (ẢNH & BOX 63) ---- */

.dt-stats-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Chia 2 cột đều nhau */
    gap: 1.25rem;
    min-height: 280px;
    /* Ép chiều cao tối thiểu để box to và vuông vắn giống ảnh */
}

.dt-stats-wrap img {
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Đảm bảo ảnh full khung không bị méo */
}

/* =========================================
   5. SECTION 4: SERVICES/CATEGORIES
   ========================================= */

.dt-sec-header {
    text-align: center;
    margin-bottom: 4rem;
}

.dt-sec-badge {
    color: var(--green-700);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

.dt-sec-title {
    font-size: 1.875rem;
    font-weight: 900;
    color: var(--slate-900);
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.dt-sv-item {
    display: flex;
    gap: 1rem;
}

.dt-sv-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: var(--green-50);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-700);
}

.dt-sv-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.dt-sv-content h4 {
    font-weight: 700;
    color: var(--slate-900);
    margin-bottom: 0.5rem;
}

.dt-sv-content p {
    font-size: 0.875rem;
    color: var(--slate-500);
    line-height: 1.625;
}

/* =========================================
   6. SECTION 5: CALL TO ACTION
   ========================================= */

.dt-cta-content {
    text-align: center;
    position: relative;
    z-index: 10;
}

.dt-cta-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.dt-btn-primary {
    background-color: var(--yellow-500);
    color: var(--slate-900);
    font-weight: 900;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.dt-btn-primary:hover {
    background-color: var(--yellow-400);
}

.dt-btn-secondary {
    background-color: var(--white);
    color: var(--green-800);
    font-weight: 900;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-btn-secondary:hover {
    background-color: var(--slate-100);
}

/* Animation */

@keyframes dt-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.dt-icon-pulse {
    animation: dt-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.dt-btn-primary svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* =========================================
   7. RESPONSIVE BREAKPOINTS (Giống Tailwind)
   ========================================= */

@media (min-width: 640px) {

    /* sm */
    .dt-cta-btns {
        flex-direction: row;
    }
}

@media (min-width: 768px) {

    /* md */
    .dt-hero-title {
        font-size: 3rem;
    }

    .dt-hero-desc {
        font-size: 1.25rem;
    }

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

@media (min-width: 1024px) {

    /* lg */
    .dt-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .dt-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================================
   TOPBAR BASE (Dành cho máy tính & Tablet)
   ========================================= */

.topbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Đẩy các nhóm ra 2 bên nếu có nội dung bên phải */
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    /* Kích thước chữ gốc của bạn */
}

.topbar-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ccc;
}

.topbar-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-link:hover {
    color: #fff;
}

.topbar-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    /* Đảm bảo icon không bị bóp méo */
}

/* =========================================
   RESPONSIVE CHO ĐIỆN THOẠI (Mobile)
   ========================================= */

@media (max-width: 640px) {
    .topbar-container {
        justify-content: center;
        /* Canh giữa toàn bộ khung */
        padding: 8px 12px;
    }

    .topbar-info {
        flex-direction: column;
        /* Chuyển thành xếp dọc ngang thay vì hàng ngang */
        gap: 8px;
        /* Thu hẹp khoảng cách giữa địa chỉ và email */
        align-items: center;
        text-align: center;
    }

    .topbar-item {
        justify-content: center;
        /* Canh giữa icon và chữ */
        font-size: 12px;
        /* Thu nhỏ chữ một xíu để vừa màn hình điện thoại nhỏ */
    }
}

/* =========================================
   1. VARIABLES & SETUP
   ========================================= */

.dt-contact-hero *,
.dt-contact-main *,
.dt-contact-map * {
    box-sizing: border-box;
}

/* =========================================
   2. HERO BANNER SECTION
   ========================================= */

.dt-contact-hero {
    background: linear-gradient(to bottom right, var(--dt-c-green-900), var(--dt-c-green-800), var(--dt-c-green-900));
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dt-hero-decor {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

.dt-circle-1 {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 10rem;
    height: 10rem;
    border: 2px solid var(--dt-c-white);
    border-radius: 50%;
}

.dt-circle-2 {
    position: absolute;
    bottom: 2.5rem;
    left: 5rem;
    width: 15rem;
    height: 15rem;
    border: 1px solid var(--dt-c-white);
    border-radius: 50%;
}

.dt-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--dt-c-white);
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 0;
}

.dt-subtitle {
    color: var(--dt-c-green-200);
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.5;
}

/* =========================================
   3. MAIN CONTENT (THIẾT LẬP ÉP 2 CỘT TỐI ĐA)
   ========================================= */

.dt-contact-main {
    background-color: var(--dt-c-slate-50);
    padding: 4rem 0 2rem 0;
}

/* Mặc định Mobile (Xếp dọc) */

.dt-flex-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
    width: 100% !important;
}

.dt-col-left,
.dt-col-right {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* PC & TABLET NGANG (Bắt buộc chia 2 cột ngang, cấm rớt dòng) */

@media (min-width: 900px) {
    .dt-flex-row {
        flex-direction: row !important;
        /* Ép nằm ngang */
        flex-wrap: nowrap !important;
        /* Cấm rớt dòng */
        align-items: stretch !important;
    }

    .dt-col-left,
    .dt-col-right {
        width: 50% !important;
        /* Ép mỗi bên đúng 50% */
        flex: 0 0 50% !important;
        /* Ép cứng Flexbox */
        max-width: calc(50% - 1.5rem) !important;
        /* Trừ hao khoảng cách gap */
    }
}

.dt-card {
    background: var(--dt-c-white);
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dt-card.is-info {
    border-top: 4px solid var(--dt-c-green-700);
}

.dt-card.is-form {
    border-top: 4px solid var(--dt-c-yellow-500);
}

.dt-card-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--dt-c-slate-900);
    margin-bottom: 1.5rem;
    margin-top: 0;
}

/* THÔNG TIN LIÊN HỆ (TRÁI) */

.dt-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dt-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.dt-icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dt-icon-box.green {
    background: var(--dt-c-green-100);
    color: var(--dt-c-green-700);
}

.dt-icon-box.yellow {
    background: var(--dt-c-yellow-100);
    color: var(--dt-c-yellow-600);
}

.dt-icon-box svg {
    width: 1.5rem;
    height: 1.5rem;
}

.dt-info-text h3 {
    font-weight: 700;
    color: var(--dt-c-slate-900);
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.dt-info-text p,
.dt-info-text a {
    color: var(--dt-c-slate-600);
    text-decoration: none;
    margin: 0;
    transition: color 0.3s ease;
}

.dt-info-text a:hover {
    color: var(--dt-c-green-700);
}

.dt-phone-link {
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--dt-c-green-700) !important;
}

/* SOCIAL MEDIA & CTA */

.dt-social {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dt-c-slate-100);
}

.dt-social h3 {
    font-weight: 700;
    color: var(--dt-c-slate-900);
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.dt-social-flex {
    display: flex;
    gap: 0.75rem;
}

.dt-btn-social {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dt-btn-social.fb {
    background: var(--dt-c-green-100);
    color: var(--dt-c-green-700);
}

.dt-btn-social.fb:hover {
    background: var(--dt-c-green-700);
    color: var(--dt-c-white);
}

.dt-btn-social.fb svg {
    width: 1.25rem;
    height: 1.25rem;
}

.dt-btn-social.zl {
    background: var(--dt-c-blue-100);
    color: var(--dt-c-blue-600);
    font-weight: 700;
    font-size: 0.75rem;
}

.dt-btn-social.zl:hover {
    background: var(--dt-c-blue-600);
    color: var(--dt-c-white);
}

.dt-quick-cta {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(to right, var(--dt-c-green-700), var(--dt-c-green-800));
    border-radius: 1rem;
    color: var(--dt-c-white);
}

.dt-quick-cta h3 {
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 0 0.5rem 0;
}

.dt-quick-cta p {
    color: var(--dt-c-green-200);
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
}

.dt-btn-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--dt-c-yellow-500);
    color: var(--dt-c-green-900);
    padding: 0.6rem 1.25rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.dt-btn-yellow svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.dt-btn-yellow:hover {
    background: var(--dt-c-yellow-400);
}

.dt-btn-yellow br,
.dt-btn-submit br,
.dt-btn-yellow p,
.dt-btn-submit p {
    display: none !important;
    margin: 0 !important;
}

/* FORM LIÊN HỆ (PHẢI) */

.dt-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.dt-form-row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.dt-form-row-flex .dt-form-group {
    width: 100%;
}

/* Mobile 1 cột */

@media (min-width: 768px) {
    .dt-form-row-flex .dt-form-group {
        width: calc(50% - 0.5rem);
    }

    /* PC 2 cột input */
    .dt-title {
        font-size: 2.5rem;
    }
}

.dt-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dt-form-group label {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--dt-c-slate-700);
    margin-bottom: 0;
}

.dt-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--dt-c-slate-200) !important;
    background: var(--dt-c-slate-50);
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.dt-input:focus {
    border-color: var(--dt-c-green-700) !important;
    box-shadow: 0 0 0 2px rgba(21, 128, 61, 0.2);
}

textarea.dt-input {
    resize: none;
}

.dt-btn-submit {
    width: 100%;
    background: var(--dt-c-green-700);
    color: var(--dt-c-white);
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dt-btn-submit svg {
    width: 1.25rem;
    height: 1.25rem;
}

.dt-btn-submit:hover {
    background: var(--dt-c-green-800);
    transform: translateY(-2px);
}

/* =========================================
   4. GOOGLE MAPS SECTION
   ========================================= */

.dt-contact-map {
    background-color: var(--dt-c-slate-50);
    padding-bottom: 4rem;
}

.dt-map-wrap {
    border-radius: 1rem;
    overflow: hidden;
    height: 384px;
    background: var(--dt-c-slate-200);
    border: 4px solid var(--dt-c-green-100);
    position: relative;
}

@media (min-width: 768px) {
    .dt-map-wrap {
        height: 500px;
    }
}

.dt-map-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}

#wpadminbar img, 
#wpadminbar svg {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

/* 2. Sửa lỗi màu sắc và layout bị méo do lệnh * { padding: 0 } */
#wpadminbar a, 
#wpadminbar .ab-item {
    color: #f0f0f1 !important; /* Trả lại màu trắng xám mặc định */
    display: flex !important;
    align-items: center !important;
}
#wpadminbar a:hover {
    color: #00b9eb !important; /* Trả lại màu xanh khi di chuột */
}

#wpadminbar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar .dashicons,
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before {
    font-family: dashicons !important;
}