*, :after, :before{box-sizing:border-box; justify-content:left;}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"â†ª";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"â†©";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}

/* Contact Information & Social Links Styles */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}

.contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.contact-info .contact-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.contact-info .contact-icon {
    font-size: 1.1em;
    min-width: 1.5rem;
    text-align: center;
}

.contact-info .contact-text {
    color: inherit;
    text-decoration: none;
    font-size: 0.95em;
}

.contact-info .contact-text:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
}

.social-links .social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    transition: all 0.3s ease;
    background-color: #fff;
}

.social-links .social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.social-links .social-icon {
    font-size: 1.2em;
    min-width: 1.5rem;
    text-align: center;
}

.social-links .social-name {
    font-weight: 500;
}

/* Specific social platform colors */
.social-links .social-facebook:hover {
    background-color: #1877F2;
    border-color: #1877F2;
    color: white;
}

.social-links .social-twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: white;
}

.social-links .social-instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #bc1888;
    color: white;
}

.social-links .social-youtube:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: white;
}

.social-links .social-linkedin:hover {
    background-color: #0A66C2;
    border-color: #0A66C2;
    color: white;
}

.social-links .social-tiktok:hover {
    background-color: #000;
    border-color: #000;
    color: white;
}

/* Font Awesome Icons Styling */
.contact-info .contact-icon i,
.social-links .social-icon i {
    display: inline-block;
    width: 1.2em;
    text-align: center;
}

/* Zalo specific styling */
.contact-info .contact-item.zalo .contact-icon {
    color: #0068ff;
}

.contact-info .contact-item.zalo:hover {
    background-color: rgba(0, 104, 255, 0.1);
}

.social-links .social-zalo {
    border-color: #0068ff;
    color: #0068ff;
}

.social-links .social-zalo:hover {
    background-color: #0068ff;
    border-color: #0068ff;
    color: white;
}

/* Icon sizing for better visibility */
.contact-icon i {
    font-size: 1.1em;
}

.social-icon i {
    font-size: 1.2em;
}

/* Two-Row Header Layout Styles */
.site-header.two-row-layout {
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 0;
}

/* Header Top Row - Logo, Search, Hotline */
.header-top-row {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

.header-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Logo Section in Top Row */
.header-top-inner .site-branding {
    flex-shrink: 0;
}

.header-top-inner .site-title a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.header-top-inner .site-title a:hover {
    color: #c40a14;
}

.header-top-inner .site-description {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Search Form Styling */
.header-search {
    flex: 1;
    max-width: 650px;
    margin: 0 2rem;
}

.search-form-inner {
    display: flex;
    border: 1px solid #c70b16;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}

.search-form .search-field {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    outline: none;
    background: transparent;
    height: 50px;
}

.search-form .search-field::placeholder {
    color: #999;
}

.search-form .search-submit {
    background: #c40a14;
    border: none;
    padding: 12px 20px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-form .search-submit:hover {
    background: #005a87;
}

.search-form .search-submit i {
    font-size: 1rem;
}

/* Hotline Section Styling */
.header-hotline {
    flex-shrink: 0;
}

.hotline-info {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.hotline-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 10px 15px;
    background: transparent;
    border-radius: 8px;
}

.hotline-item.zalo {
    border-left-color: #0068ff;
}

.hotline-icon {
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #ed1925;
    justify-content: center;
    border-radius: 50%;
}

.hotline-item.zalo .hotline-icon {
    color: #0068ff;
}

.hotline-content {
    display: flex;
    flex-direction: column;
}

.hotline-label {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hotline-number {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 18px;
}

.hotline-number:hover {
    color: #c40a14;
}

.hotline-item.zalo .hotline-number:hover {
    color: #c70b15;
}

/* Mobile Toggle Button */
.mobile-header-toggle {
    display: none;
    flex-shrink: 0;
}

.mobile-toggle-btn {
    background: none;
    border: none;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

.toggle-bar {
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Header Bottom Row - Navigation Menu */
.header-bottom-row {
    background: linear-gradient(135deg, #ed1925 0%, #bf0812 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-bottom-row .site-navigation {
    display: flex;
    justify-content: center;
}

.header-bottom-row .site-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.header-bottom-row .site-navigation li {
    position: relative;
}

.header-bottom-row .site-navigation a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border-radius: 0;
}

.header-bottom-row .site-navigation a:hover,
.header-bottom-row .site-navigation .current-menu-item a {
    background: rgba(255, 255, 255, 0.2);
}

/* Dropdown Menu Styling */
.header-bottom-row .site-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.header-bottom-row .site-navigation li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-bottom-row .site-navigation ul ul a {
    color: #333;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 0.95rem;
}

.header-bottom-row .site-navigation ul ul a:hover {
    background: #f8f9fa;
    color: #c40a14;
}

/* Mobile Navigation (áº©n trÃªn desktop) */
.site-navigation-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.site-navigation-dropdown.active {
    display: block;
}

.site-navigation-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.site-navigation-dropdown a {
    display: block;
    padding: 15px 30px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.site-navigation-dropdown a:hover {
    background: #f8f9fa;
    color: #c40a14;
    padding-left: 40px;
}

/* Responsive Design for Two-Row Header */
@media (max-width: 1024px) {
    .header-top-inner {
        gap: 1rem;
    }
    
    .header-search {
        max-width: 300px;
        margin: 0 1rem;
    }
    
    .hotline-info {
        gap: 1rem;
    }
    
    .hotline-item {
        padding: 8px 12px;
    }
    
    .hotline-content {
        display: none; /* áº¨n text, chá»‰ hiá»ƒn thá»‹ icon */
    }
    
    .hotline-icon {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .header-top-row {
        padding: 10px 0;
    }
    
    .header-top-inner {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    /* áº¨n search trÃªn mobile */
    .header-search {
        display: none;
    }
    
    /* Hiá»ƒn thá»‹ mobile toggle */
    .mobile-header-toggle {
        display: flex;
        order: 3;
    }
    
    /* Hotline compact trÃªn mobile */
    .hotline-info {
        order: 2;
        gap: 0.5rem;
    }
    
    .hotline-item {
        padding: 8px;
        background: transparent;
        border: none;
    }
    
    /* Menu bottom row trÃªn mobile */
    .header-bottom-row .site-navigation {
        display: none; /* áº¨n menu desktop */
    }
    
    /* Mobile menu styling */
    .site-navigation-dropdown {
        position: relative;
        top: 0;
        display: none;
        background: #c40a14;
    }
    
    .site-navigation-dropdown.active {
        display: block;
    }
    
    .site-navigation-dropdown ul {
        padding: 0;
    }
    
    .site-navigation-dropdown a {
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 20px;
    }
    
    .site-navigation-dropdown a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        padding-left: 30px;
    }
}

@media (max-width: 480px) {
    .header-top-inner {
        padding: 0 10px;
    }
    
    .header-bottom-inner {
        padding: 0 10px;
    }
    
    /* Logo nhá» hÆ¡n trÃªn mobile */
    .header-top-inner .site-title a {
        font-size: 1.4rem;
    }
    
    .header-top-inner .site-description {
        font-size: 0.8rem;
    }
    
    /* Hotline chá»‰ hiá»ƒn thá»‹ icon */
    .hotline-item {
        min-width: 40px;
        justify-content: center;
    }
    
    /* Mobile search (cÃ³ thá»ƒ thÃªm vÃ o dropdown menu) */
    .mobile-search-form {
        padding: 15px 20px;
        background: rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-search-form .search-form-inner {
        border-color: rgba(255, 255, 255, 0.3);
    }
    
    .mobile-search-form .search-field {
        background: rgba(255, 255, 255, 0.9);
    }
}

/* Animation cho mobile toggle */
.mobile-toggle-btn.active .toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle-btn.active .toggle-bar:nth-child(2) {
    opacity: 0;
}

.mobile-toggle-btn.active .toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Sticky Header Effect (Optional) */
.site-header.two-row-layout.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ========================================================================
   PRODUCT STYLES - Sáº¢N PHáº¨M
   ======================================================================== */

/* Product Information Display */
.hello-product-info {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hello-product-info .product-code {
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #666;
}

.hello-product-info .product-code .label {
    font-weight: 600;
    color: #333;
}

.hello-product-info .product-code .value {
    font-family: monospace;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.85rem;
}

/* Product Price Styling */
.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    flex-wrap: wrap;
    justify-content: left;
}

.product-price .current-price,
.product-price .sale-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c40a14;
    font-family: "Archivo Narrow", sans-serif;
    text-align: left;
}

.product-price .regular-price {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
}

.product-price .discount-badge {
    background: #ff4444;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
}

/* Product Status */
.product-availability {
    margin: 15px 0;
}

.product-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: none;
}

.product-status.status-available {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.product-status.status-unavailable {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.product-status.status-preorder {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.product-status.status-discontinued {
    background: #f1f3f4;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

/* Product Short Description */
.product-short-description {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #c40a14;
    border-radius: 4px;
}

.product-short-description p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

/* Product Gallery */
.product-gallery-section h4 {
    margin: 20px 0 15px;
    color: #333;
    font-size: 1.2rem;
}

.hello-product-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.hello-product-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hello-product-gallery .gallery-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hello-product-gallery .gallery-link {
    display: block;
    width: 100%;
    height: 200px;
}

.hello-product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hello-product-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

/* Products Grid Layout */

/* Product Archive Container - Uses theme's responsive container settings */
.product-archive-container {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%;
    padding-inline-end: 20px;
    padding-inline-start: 20px;
}

@media (max-width: 575px) {
    .product-archive-container {
        padding-inline-end: 10px;
        padding-inline-start: 10px;
    }
}

@media (min-width: 576px) {
    .product-archive-container {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .product-archive-container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .product-archive-container {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .product-archive-container {
        max-width: 1240px;
    }
}

/* Theme Container - Shared responsive container for all templates */
.theme-container,
.blog-archive-container,
.search-results-container,
.error-404-container {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%;
    padding-inline-end: 20px;
    padding-inline-start: 20px;
}

@media (max-width: 575px) {
    .theme-container,
    .blog-archive-container,
    .search-results-container,
    .error-404-container {
        padding-inline-end: 10px;
        padding-inline-start: 10px;
    }
}

@media (min-width: 576px) {
    .theme-container,
    .blog-archive-container,
    .search-results-container,
    .error-404-container {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .theme-container,
    .blog-archive-container,
    .search-results-container,
    .error-404-container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .theme-container,
    .blog-archive-container,
    .search-results-container,
    .error-404-container {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .theme-container,
    .blog-archive-container,
    .search-results-container,
    .error-404-container {
        max-width: 1240px;
    }
}

/* Product Archive Main Wrapper */
.product-archive {
    width: 100%;
}

/* Blog Archive Main Wrapper */
.blog-archive {
    width: 100%;
}

/* Search Results Main Wrapper */
.search-results-page {
    width: 100%;
}

/* 404 Error Main Wrapper */
.error-404-page {
    width: 100%;
}

/* Archive Toolbar */
.archive-toolbar {
}

.archive-toolbar .toolbar-left {
    flex: 1;
}

.archive-toolbar .toolbar-right {
    display: flex;
    gap: 15px;
}

.results-count {
    font-size: 0.95rem;
}

.sort-dropdown {
    position: relative;
    display: inline-block;
}

.sort-dropdown select {
    appearance: none;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 35px 8px 12px;
    font-size: 0.9rem;
    min-width: 160px;
    cursor: pointer;
}

.sort-dropdown i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

/* Archive Pagination */
.archive-pagination {
    margin-top: 50px;
    text-align: center;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.archive-pagination .page-numbers li {
    margin: 0;
}

.archive-pagination .page-numbers a,
.archive-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.archive-pagination .page-numbers .current {
    background: #c40a14;
    border-color: #c40a14;
    color: #fff;
}

.archive-pagination .page-numbers a:hover {
    background: #f8f9fa;
    border-color: #c40a14;
}

/* No Products Found */
.no-products {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 40px 0;
}

.no-products-icon {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 20px;
}

.no-products h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.no-products p {
    color: #666;
    margin-bottom: 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c40a14 0%, #005a87 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #005a87 0%, #004066 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
    text-decoration: none;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .archive-toolbar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .archive-toolbar .toolbar-left,
    .archive-toolbar .toolbar-right {
        flex: none;
        width: 100%;
    }
    
    .sort-dropdown select {
        width: 100%;
    }
}

.hello-products-grid {
    display: grid;
    gap: 25px;
    margin: 30px 0;
}

.hello-products-grid.columns-1 {
    grid-template-columns: 1fr;
}

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

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

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

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

.hello-products-grid.columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

/* Product Item in Grid */
.hello-products-grid .product-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hello-products-grid .product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #c40a14;
}

.hello-products-grid .product-thumbnail {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.hello-products-grid .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hello-products-grid .product-item:hover .product-thumbnail img {
    transform: scale(1.1);
}

.hello-products-grid .product-title {
    padding: 15px 15px 5px;
    margin: 0;
    font-size: 1.1rem;
}

.hello-products-grid .product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hello-products-grid .product-title a:hover {
    color: #c40a14;
}

.hello-products-grid .product-price {
    padding: 0 15px;
    margin: 10px 0;
}

.hello-products-grid .product-meta {
    padding: 0 15px 15px;
}

.hello-products-grid .product-excerpt {
    padding: 0 15px 15px;
    color: #666;
    font-size: 0.9rem;
}

.hello-products-grid .product-excerpt p {
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design for Products */
@media (max-width: 1024px) {
    .hello-products-grid.columns-4,
    .hello-products-grid.columns-5,
    .hello-products-grid.columns-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hello-products-grid.columns-3,
    .hello-products-grid.columns-4,
    .hello-products-grid.columns-5,
    .hello-products-grid.columns-6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hello-product-gallery {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }
    
    .hello-product-gallery .gallery-link {
        height: 150px;
    }
    
    .hello-products-grid .product-thumbnail {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .hello-products-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .hello-product-gallery {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 8px;
    }
    
    .hello-product-gallery .gallery-link {
        height: 120px;
    }
    
    .product-price {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .product-price .current-price,
    .product-price .sale-price {
        font-size: 1.3rem;
    }
}

/* Lightbox cho gallery (náº¿u sá»­ dá»¥ng) */
.gallery-link {
    cursor: zoom-in;
}

/* Category styling with icons */
.category-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0;
}

.category-icon {
    width: 20px;
    text-align: center;
}

.category-product .category-icon {
    color: #c40a14;
}

.category-post .category-icon {
    color: #666;
}

/* Responsive design */
@media (max-width: 575px) {
    .contact-info {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .social-links {
        justify-content: center;
        gap: 0.5rem;
    }
    
    .social-links .social-name {
        display: none;
    }
    
    .social-links .social-link {
        padding: 0.5rem;
        border-radius: 50%;
        min-width: 2.5rem;
        height: 2.5rem;
        justify-content: center;
    }
}

/* Footer styling for contact info and social links */
.site-footer .contact-info,
.site-footer .social-links {
    justify-content: center;
    margin: 1.5rem 0;
}

.site-footer .contact-info .contact-item,
.site-footer .social-links .social-link {
    color: inherit;
}

.site-footer .contact-info .contact-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Header styling for contact info and social links */
.site-header .header-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-header .header-contact {
    justify-content: center;
    font-size: 0.85em;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.site-header .header-contact .contact-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.9em;
}

.site-header .contact-info,
.site-header .social-links {
    font-size: 0.9em;
}

.site-header .contact-info .contact-item,
.site-header .social-links .social-link {
    padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
    .site-header .header-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .site-header .header-contact {
        border-bottom: none;
        border-right: 1px solid #eee;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {
    .site-header .header-contact .contact-item .contact-text {
        font-size: 0.8em;
    }
}

/* =============================================
   PRODUCTS SLIDER STYLES
   ============================================= */

.hello-products-slide-wrapper {
	margin: 0;
	position: relative;
}

/* Slide Header */
.slide-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding: 0 10px;
}

.slide-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.slide-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	font-weight: 700 !important;
	font-family: "Archivo Narrow", sans-serif ! IMPORTANT;
	font-size: 28px;
	text-transform: uppercase;
	color: #ed1925;
}

.slide-title i {
	font-size: 20px;
	display: none;
}

.slide-view-all .view-all-link {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all 0.3s ease;
	padding: 10px 20px;
	border-radius: 20px;
	background: rgb(237 25 37);
}

.slide-view-all .view-all-link:hover {
	background: rgb(155 27 34);
	transform: translateX(3px);
}

/* Slider Container */
.hello-products-slider {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

/* Fix slide alignment issues - Override Elementor Swiper CSS */
.hello-products-slider,
.hello-products-slider *:not(.contact-price):not(.contact-text) {
	text-align: initial !important;
}

.hello-products-slider .slider-track {
	text-align: initial !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}

.hello-products-slider .slide-item {
	text-align: initial !important;
	align-self: flex-start !important;
}

.hello-products-slider .product-slide-card {
	text-align: initial !important;
}

.hello-products-slider .product-slide-content {
	text-align: initial !important;
}

/* Override any Elementor swiper alignment with maximum specificity */
body .elementor .hello-products-slider {
	text-align: initial !important;
}

body .elementor .hello-products-slider .swiper-slide-inner {
	text-align: initial !important;
}

body .elementor .hello-products-slider .slider-track {
	text-align: initial !important;
}

body .elementor .hello-products-slider .slide-item {
	text-align: initial !important;
}

/* Override any potential CSS variables or custom properties */
.hello-products-slider {
	--text-align: initial !important;
}

.hello-products-slider .slider-track, .hello-posts-slider .slider-track {
	display: flex;
	transition: transform 0.3s ease;
	gap: 20px;
	padding-bottom: 20px;
	justify-content: left !IMPORTANT;!I;!;
}

/* Slide Items */
.hello-products-slider .slide-item {
	flex: 0 0 calc(20% - 16px); /* 5 cá»™t desktop */
	min-width: 0;
}

hello-posts-slider .slide-item {
	flex: 0 0 calc(33.33% - 16px); /* 3 cá»™t desktop */
	min-width: 0;
}
.product-slide-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	height: 100%;
	border: 1px solid #f0f0f0;
}

.product-slide-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Slide Thumbnail */
.product-slide-thumbnail {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f8f9fa;
	height: 250px;
	width: 100%;
}
.product-slide-thumbnail a {
	display: block;
}
.product-slide-thumbnail img {
	width: 100%;
	height: 250px !IMPORTANT;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product-slide-card:hover .product-slide-thumbnail img {
	transform: scale(1.05);
}

.status-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(220, 53, 69, 0.9);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	z-index: 2;
}

/* Slide Content */
.product-slide-content {
	padding: 15px;
}

.product-slide-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.4;
	font-family: "Archivo Narrow", sans-serif;
	height: 50px;
	text-align: center;
}

.product-slide-title a {
	color: #282727;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-slide-title a:hover {
	color: #ed1925;
}

.product-slide-price {
	font-weight: 600;
	color: #e74c3c;
}

/* Contact Price Styling */
.product-slide-price .contact-price {
	text-align: center !important;
	padding: 3px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	background-color: #ed1925;
	font-family: "Archivo Narrow", sans-serif;
	font-weight: 600;
	border-radius: 5px;
}

.product-slide-price .contact-text {
	display: block;
	font-weight: 600;
	color: #c40a14;
	font-size: 16px;
	margin-bottom: 4px;
}

.product-slide-price .contact-phone {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #28a745;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 2px 6px;
	border-radius: 12px;
	background: rgba(40, 167, 69, 0.1);
}

.product-slide-price .contact-phone:hover {
	/* background: rgba(40, 167, 69, 0.2); */
	/* transform: scale(1.05); */
}

.product-slide-price .contact-phone i {
	font-size: 14px;
	display: none;
}

/* Navigation Arrows */
.slide-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 5;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slide-nav:hover {
	background: #ed1925;
	color: white;
	transform: translateY(-50%) scale(1.1);
}

.slide-prev {
	left: -15px;
}

.slide-next {
	right: -15px;
}

/* Dots Pagination */
.slide-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.slide-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #ddd;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
}

.slide-dot.active,
.slide-dot:hover {
	background: #ed1925;
}

/* Responsive Styles cho Slider */
@media (max-width: 1024px) {
	.slide-item {
		flex: 0 0 calc(33.333% - 14px); /* 3 cá»™t tablet */
	}
	
	.slide-title h3 {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.slide-item {
		flex: 0 0 calc(50% - 10px); /* 2 cá»™t mobile */
	}
	
	.slider-track {
		gap: 15px;
	}
	
	.slide-header {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	
	.slide-title h3 {
		font-size: 18px;
	}
	
	.product-slide-content {
		padding: 12px;
	}
	
	.product-slide-title {
		font-size: 13px;
	}
	
	/* Hide arrows on mobile, keep dots */
	.slide-nav {
		display: none;
	}
}

@media (max-width: 480px) {
	.hello-products-slide-wrapper {
		margin: 20px 0;
	}
	
	.slide-header {
		margin-bottom: 20px;
		padding: 0 5px;
	}
	
	.slide-title h3 {
		font-size: 16px;
	}
	
	.product-slide-content {
		padding: 10px;
	}
}

/* Loading Animation */
.hello-products-slider.loading {
	opacity: 0.7;
	pointer-events: none;
}

.hello-products-slider.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #c40a14;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* =============================================
   ARCHIVE & CATEGORY TEMPLATES STYLES
   ============================================= */

/* Category & Archive Headers */
.category-header,
.archive-header {
	background: #2f2f2f;
	color: white;
	padding: 45px 0 40px;
	position: relative;
}

.category-header::after,
.archive-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background-size: cover;
}

/* Breadcrumb */
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	opacity: 0.9;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.breadcrumb a:hover {
	opacity: 0.7;
}

.breadcrumb .separator {
	opacity: 0.6;
}

.breadcrumb .current {
	font-weight: 500;
}

/* Category Info */
.category-info,
.archive-info {
	text-align: center;
}

.category-title,
.archive-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 15px;
}

.category-title h1,
.archive-title {
	font-size: 2.5rem;
	margin: 0;
	font-weight: 700;
}

.category-title i {
	font-size: 2rem;
}

.category-description,
.archive-description {
	font-size: 1.1rem;
	margin: 20px auto;
	max-width: 600px;
	opacity: 0.9;
	line-height: 1.6;
}

.category-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.post-count {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	font-weight: 500;
	display: none;
}

/* View Toggle */
.view-toggle {
	display: flex;
	gap: 5px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	padding: 5px;
	display: none;
}

.toggle-btn {
	padding: 8px 16px;
	border: none;
	background: transparent;
	color: white;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 14px;
}

.toggle-btn.active,
.toggle-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* Archive Content */
.category-content,
.archive-content {
	padding: 60px 0;
}

/* Archive Toolbar */
.archive-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
	border-radius: 10px;
}

.results-count {
	font-weight: 500;
	color: #2f2f2f;
}

.sort-dropdown {
	position: relative;
	display: inline-block;
}

.sort-dropdown select {
	appearance: none;
	background: white;
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 8px 40px 8px 15px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

.sort-dropdown i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
}

/* Products Grid Container */
.products-grid-container {
	margin-bottom: 40px;
}

/* Override for product archive - remove extra margins since we have container wrapper */
.product-archive .products-grid-container {
	margin-bottom: 20px;
}

.products-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

/* Product Cards */
.product-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
	position: relative;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f8f9fa;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.no-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #999;
	background: #f8f9fa;
}

.no-image i {
	font-size: 3rem;
	margin-bottom: 10px;
}

/* Status Badges */
.status-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	z-index: 2;
}

.status-out_of_stock {
	background: #dc3545;
	color: white;
}

.status-pre_order {
	background: #ffc107;
	color: #333;
}

.status-discontinued {
	background: #6c757d;
	color: white;
}

/* Product Actions */
.product-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	opacity: 0;
	transition: all 0.3s;
}

.product-card:hover .product-actions {
	opacity: 1;
}

.quick-view,
.view-detail {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.quick-view:hover,
.view-detail:hover {
	background: #c40a14;
	color: white;
	transform: scale(1.1);
}

.tooltip {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	margin-right: 8px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.quick-view:hover .tooltip,
.view-detail:hover .tooltip {
	opacity: 1;
}

/* Product Info */
.product-info {
	padding: 20px;
}

.product-title {
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	line-height: 1.4;
}

.product-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.product-title a:hover {
	color: #c40a14;
}

.product-excerpt {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 10px;
}

/* Contact Price in Archives */
.contact-price {
	text-align: center;
	padding: 8px 0;
}

.contact-price .contact-text {
	display: block;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Archivo Narrow", sans-serif;
}

.contact-price .contact-phone {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 4px 8px;
	border-radius: 12px;
	background: transparent;
	font-family: "Archivo Narrow", sans-serif;
}

.contact-price .contact-phone:hover {
	/* background: rgba(40, 167, 69, 0.2); */
	/* transform: scale(1.05); */
}

/* No Products/Posts Found */
.no-products,
.no-posts {
	text-align: center;
	padding: 60px 20px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.no-products-icon,
.no-posts-icon {
	font-size: 4rem;
	color: #ddd;
	margin-bottom: 20px;
}

.no-products h3,
.no-posts h3 {
	color: #333;
	margin: 0 0 15px 0;
	font-size: 1.5rem;
}

.no-products p,
.no-posts p {
	color: #666;
	margin-bottom: 25px;
	line-height: 1.6;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	background: #c90c16;
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-primary:hover {
	background: #005a8b;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

/* Archive Layout (Blog) */
.archive-layout,
.blog-layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: start;
}

/* Archive Main */
.archive-main,
.blog-main {
	min-width: 0;
}

/* Posts Grid (Blog) */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

/* Blog Cards */
.blog-card,
.archive-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.blog-card:hover,
.archive-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-image,
.archive-image {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #f8f9fa;
}

.blog-image img,
.archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.blog-card:hover .blog-image img,
.archive-card:hover .archive-image img {
	transform: scale(1.05);
}

.post-date {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #ed1925;
	color: white;
	padding: 8px 12px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	font-size: 14px;
}

.post-date .day {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.post-date .month {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

/* Blog Content */
.blog-content,
.archive-card-content {
	padding: 25px;
}

/* Post Meta */
.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 0.85rem;
	color: #666;
}

.post-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.post-meta i {
	color: #c40a14;
}

/* Post Title */
.post-title {
	margin: 0 0 15px 0;
	font-size: 1.3rem;
	line-height: 1.4;
}

.post-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.post-title a:hover {
	color: #c40a14;
}

/* Post Excerpt */
.post-excerpt {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* Post Tags */
.post-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	font-size: 0.85rem;
}

.post-tags i {
	color: #c40a14;
}

.post-tags a {
	color: #666;
	text-decoration: none;
	padding: 2px 6px;
	border-radius: 4px;
	background: #f8f9fa;
	transition: all 0.3s;
}

.post-tags a:hover {
	background: #c40a14;
	color: white;
}

/* Read More */
.read-more {
	margin-top: 15px;
}

.btn-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #c40a14;
	text-decoration: none;
	font-weight: 500;
	padding: 8px 16px;
	border-radius: 20px;
	background: rgba(0, 124, 186, 0.1);
	transition: all 0.3s;
}

.btn-read-more:hover {
	background: rgba(0, 124, 186, 0.2);
	transform: translateX(5px);
}

/* Archive Sidebar */
.archive-sidebar,
.blog-sidebar {
	position: sticky;
	top: 30px;
}

/* Widgets */
.widget {
	background: white;
	border-radius: 12px;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
}

.widget-title {
	color: #fff;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
	background-color: #c90c16;
	padding: 10px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700;
}

.widget-title i {
	color: #c40a14;
}

/* Widget Lists */
.recent-posts-list,
.categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-post-item,
.category-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child,
.category-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.recent-post-item {
	display: flex;
	gap: 12px;
}

.recent-post-thumb {
	flex-shrink: 0;
}

.recent-post-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
}

.recent-post-content {
	flex: 1;
}

.recent-post-title {
	margin: 0 0 5px 0;
	font-size: 0.95rem;
	line-height: 1.3;
}

.recent-post-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.recent-post-title a:hover {
	color: #c40a14;
}

.recent-post-date {
	font-size: 0.8rem;
	color: #666;
}

/* Category Items */
.category-item a {
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px;
	border-radius: 6px;
	transition: all 0.3s;
}

.category-item a:hover {
	background: #f8f9fa;
	color: #c40a14;
	transform: translateX(5px);
}

.count {
	font-size: 0.85rem;
	color: #999;
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 10px;
}

/* Tags Cloud */
.tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-link {
	display: inline-block;
	padding: 6px 12px;
	background: #f8f9fa;
	color: #666;
	text-decoration: none;
	border-radius: 15px;
	font-size: 0.85rem;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.tag-link:hover {
	background: #c40a14;
	color: white;
	transform: translateY(-2px);
}

/* Archive Pagination */
.archive-pagination {
	margin-top: 40px;
}

.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-numbers li {
	margin: 0;
}

.page-numbers a,
.page-numbers .current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.page-numbers a {
	background: white;
	color: #333;
}

.page-numbers a:hover,
.page-numbers .current {
	background: #c40a14;
	color: white;
	border-color: #c40a14;
	transform: translateY(-2px);
}

.page-numbers .prev,
.page-numbers .next {
	width: auto;
	padding: 0 20px;
	border-radius: 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.archive-layout,
	.blog-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.archive-sidebar,
	.blog-sidebar {
		position: static;
	}
	
	.products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	
	.posts-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.category-header,
	.archive-header {
		padding: 30px 0 40px;
	}
	
	.category-title h1,
	.archive-title {
		font-size: 2rem;
	}
	
	.category-meta {
		flex-direction: column;
		gap: 15px;
	}
	
	.archive-toolbar {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
	
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.posts-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.breadcrumb {
		font-size: 13px;
		flex-wrap: wrap;
	}
	
	.widget {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.products-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.archive-toolbar {
		padding: 15px;
	}
	
	.toolbar-left,
	.toolbar-right {
		text-align: center;
	}
}

/* =============================================
   SINGLE POST & PRODUCT TEMPLATES STYLES
   ============================================= */

/* Single Breadcrumbs */
.product-breadcrumb,
.blog-breadcrumb {
	background: #f8f9fa;
	padding: 19px 0;
	border-bottom: 1px solid #e9ecef;
}

/* Single Product Layout */
.product-single-content {
	padding: 40px 0;
}

/* Product Summary Section (2 columns) */
.product-summary-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
	margin-bottom: 30px;
}

/* Product Images Column */
.product-images-column {
	position: sticky;
	top: 30px;
}

.main-image {
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.main-image img,
.product-main-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.main-image .no-image {
	aspect-ratio: 1;
	background: #f8f9fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #999;
}

.main-image .no-image i {
	font-size: 4rem;
	margin-bottom: 15px;
}

/* Product Gallery */
.product-gallery h4 {
	color: #333;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Product Info Column */
.product-info-column {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.product-category,
.product-sku {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.95rem;
}

.category-label,
.sku-label {
	font-weight: 600;
	color: #555;
	display: flex;
	align-items: center;
	gap: 6px;
}

.category-link {
	color: #c40a14;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.category-link:hover {
	color: #005a87;
	text-decoration: underline;
}

.sku-value {
	font-family: monospace;
	background: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 600;
	color: #333;
}

.product-short-description {
	padding: 20px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.product-short-description h3 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-short-description .description-content {
	color: #666;
	line-height: 1.6;
}

.product-short-description .description-content p {
	margin-bottom: 12px;
}

.product-short-description .description-content p:last-child {
	margin-bottom: 0;
}

/* Product Detailed Content Section */
.product-detailed-content {
	margin-top: 0;
	padding-top: 0;
}

/* Product Info */
.product-info {
	padding: 20px 0;
}

.product-title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
}

.product-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	color: #666;
}

/* Product Price Section */
.product-price-section {
	margin: 30px 0;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.contact-price-large {
	text-align: center;
}

.contact-price-large .contact-text {
	font-size: 1.5rem;
	color: #c40a14;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}

.contact-actions {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-call,
.btn-zalo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-call {
	background: #28a745;
	color: white;
}

.btn-call:hover {
	background: #1e7e34;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-zalo {
	background: #0084ff;
	color: white;
}

.btn-zalo:hover {
	background: #0066cc;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 132, 255, 0.3);
}

/* Product Description & Specs */
.product-description,
.product-specifications {
	margin: 0;
	padding: 25px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
}

.product-description h3,
.product-specifications h3 {
	color: #333;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c40a14;
}

.description-content,
.specs-content {
	line-height: 1.7;
	color: #555;
}

/* Product Actions */
.product-actions {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.btn-share,
.btn-print {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: 1px solid #ddd;
	background: white;
	color: #666;
	text-decoration: none;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-share:hover,
.btn-print:hover {
	background: #c40a14;
	color: white;
	border-color: #c40a14;
	transform: translateY(-2px);
}

/* Related Products & Comments */
.related-products,
.product-comments {
	padding: 40px 0;
	border-top: 1px solid #e9ecef;
}

.section-title {
	font-size: 1.8rem;
	color: #333;
	margin: 0 0 30px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

/* Blog Single Layout */
.blog-single-content {
	padding: 40px 0;
}

.blog-layout {
	display: block;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	align-items: start;
	width: 1000px;
	margin: 0px auto;
	max-width: 100%;
}

/* Blog Article */
.blog-article {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
}

/* Post Header */
.post-header {
	position: relative;
}

.featured-image {
	aspect-ratio: 16/9;
	overflow: hidden;
}

.featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-header .post-title {
	font-size: 2.2rem;
	color: #333;
	margin: 30px 30px 20px;
	line-height: 1.3;
	font-family: "Archivo Narrow", sans-serif;
}

.post-header .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 30px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9rem;
	color: #666;
}

.meta-item i {
	color: #7c7c7c;
}

.meta-item a {
	color: inherit;
	text-decoration: none;
}

.meta-item a:hover {
	color: #c40a14;
}

/* Post Categories */
.post-categories {
	margin: 0 30px 30px;
	flex-wrap: wrap;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: rgba(0, 124, 186, 0.1);
	color: #c40a14;
	text-decoration: none;
	border-radius: 15px;
	font-size: 0.85rem;
	transition: all 0.3s;
	border: 1px solid rgba(0, 124, 186, 0.2);
	display: none;
}

.category-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #c40a14;
	text-decoration: none;
	border-radius: 15px;
	font-size: 0.85rem;
	transition: all 0.3s;
}

.category-link:hover {
	background: #c40a14;
	color: white;
	transform: translateY(-2px);
}

/* Post Content */
.post-content {
	padding: 0 30px 30px;
	line-height: 1.8;
	font-size: 1.05rem;
	color: #444;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	color: #333;
	margin: 30px 0 15px;
	font-size: 24px;
}

.post-content p {
	margin-bottom: 20px;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.post-content blockquote {
	background: #f8f9fa;
	border-left: 4px solid #c40a14;
	padding: 20px 25px;
	margin: 25px 0;
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: #555;
}

/* Page Links */
.page-links {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 30px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.page-links-title {
	font-weight: 600;
	color: #333;
}

.page-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: white;
	color: #c40a14;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #c40a14;
	transition: all 0.3s;
}

.page-links a:hover {
	background: #c40a14;
	color: white;
}

/* Post Footer */
.post-footer {
	padding: 30px;
	background: #f8f9fa;
	border-top: 1px solid #e9ecef;
}

.post-footer .post-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.tags-label {
	font-weight: 600;
	color: #333;
}

.post-footer .tag-link {
	padding: 4px 10px;
	background: white;
	color: #666;
	text-decoration: none;
	border-radius: 12px;
	font-size: 0.85rem;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.post-footer .tag-link:hover {
	background: #c40a14;
	color: white;
	border-color: #c40a14;
}

/* Social Share */
.social-share {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.share-label {
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
}

.share-facebook,
.share-twitter,
.share-copy {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 15px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
}

.share-facebook {
	background: #1877f2;
	color: white;
}

.share-facebook:hover {
	background: #166fe5;
	transform: translateY(-2px);
}

.share-twitter {
	background: #1da1f2;
	color: white;
}

.share-twitter:hover {
	background: #0d8bd9;
	transform: translateY(-2px);
}

.share-copy {
	background: #6c757d;
	color: white;
}

.share-copy:hover {
	background: #545b62;
	transform: translateY(-2px);
}

/* Author Info */
.author-info {
	display: flex;
	gap: 20px;
	padding: 30px;
	background: white;
	border-radius: 12px;
	margin: 30px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
	display: none;
}
.hello-posts-slide-wrapper{
	overflow: hidden;
}
.author-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.author-details {
	flex: 1;
}

.author-name {
	margin: 0 0 10px 0;
	font-size: 1.3rem;
}

.author-name a {
	color: #333;
	text-decoration: none;
}

.author-name a:hover {
	color: #c40a14;
}

.author-bio {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.author-links a {
	color: #c40a14;
	text-decoration: none;
	font-weight: 500;
}

.author-links a:hover {
	text-decoration: underline;
}

/* Post Navigation */
.post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 40px 0;
}

.nav-previous,
.nav-next {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
	transition: all 0.3s;
}

.nav-previous:hover,
.nav-next:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.nav-previous a,
.nav-next a {
	display: flex;
	align-items: center;
	padding: 20px;
	text-decoration: none;
	color: #333;
	gap: 15px;
}

.nav-next a {
	justify-content: flex-end;
}

.nav-content {
	flex: 1;
}

.nav-next .nav-content {
	text-align: right;
}

.nav-subtitle {
	display: block;
	font-size: 0.85rem;
	color: #999;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.nav-title {
	display: block;
	font-weight: 600;
	line-height: 1.3;
	color: #333;
	font-family: "Archivo Narrow", sans-serif;
}

.nav-previous a:hover .nav-title,
.nav-next a:hover .nav-title {
	color: #c40a14;
}

/* Comments Section */
.comments-section {
	background: white;
	border-radius: 12px;
	padding: 30px;
	margin-top: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
}

.comments-title {
	color: #333;
	margin: 0 0 25px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c40a14;
}

/* Blog Sidebar Specific */
.related-posts-widget .related-posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-post-item {
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.related-post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.related-post-thumb {
	flex-shrink: 0;
}

.related-post-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
}

.related-post-content {
	flex: 1;
}

.related-post-title {
	margin: 0 0 5px 0;
	font-size: 0.95rem;
	line-height: 1.3;
}

.related-post-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.related-post-title a:hover {
	color: #c40a14;
}

.related-post-date {
	font-size: 0.8rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 4px;
}

/* Recent Comments Widget */
.recent-comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-comment-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.recent-comment-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.comment-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.comment-excerpt a {
	color: #666;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.4;
}

.comment-excerpt a:hover {
	color: #c40a14;
}

/* Responsive for Single Templates */
@media (max-width: 1024px) {
	.product-summary-layout,
	.blog-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.product-images-column {
		position: static;
	}
	
	.post-navigation {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.product-title,
	.post-header .post-title {
		font-size: 1.8rem;
	}
	
	.product-summary-layout {
		gap: 25px;
	}
	
	.product-info-column {
		gap: 20px;
	}
	
	.product-category,
	.product-sku {
		padding: 10px 12px;
		font-size: 0.9rem;
	}
	
	.product-short-description {
		padding: 16px;
	}
	
	.product-detailed-content {
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.product-meta,
	.post-header .post-meta {
		flex-direction: column;
		gap: 10px;
	}
	
	.contact-actions {
		flex-direction: column;
		align-items: center;
	}
	
	.product-actions {
		flex-direction: column;
	}
	
	.author-info {
		flex-direction: column;
		text-align: center;
	}
	
	.social-share {
		justify-content: center;
	}
	
	.post-content,
	.product-description,
	.product-specifications {
		padding: 20px;
	}
	
	.post-header .post-title,
	.post-header .post-meta,
	.post-categories {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* Mobile Small Responsive */
@media (max-width: 480px) {
	.product-single-content {
		padding: 20px 0;
	}
	
	.product-summary-layout {
		gap: 20px;
	}
	
	.product-title {
		font-size: 1.5rem;
	}
	
	.product-category,
	.product-sku {
		padding: 8px 12px;
		font-size: 0.85rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	
	.product-short-description {
		padding: 12px;
	}
	
	.product-short-description h3 {
		font-size: 1.1rem;
	}
	
	.product-detailed-content {
		margin-top: 25px;
		padding-top: 25px;
	}
	
	.main-image {
		margin-bottom: 15px;
	}
	
	.product-gallery h4 {
		font-size: 1rem;
	}
}

/* =============================================
   SEARCH RESULTS TEMPLATES STYLES
   ============================================= */

/* Search Header */
.search-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 40px 0 60px;
	position: relative;
}

.search-header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><path d="M0 0v100l1000-100V0H0z" fill="%23ffffff"/></svg>');
	background-size: cover;
}

.search-info {
	text-align: center;
	margin-bottom: 30px;
}

.search-title {
	font-size: 2.2rem;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.search-title em {
	color: #ffd700;
	font-style: normal;
}

.search-stats {
	font-size: 1.1rem;
	opacity: 0.9;
	margin: 0;
}

/* Search Form Container */
.search-form-container {
	max-width: 600px;
	margin: 0 auto;
}

.search-form .search-input-group {
	display: flex;
	background: white;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-form .search-input {
	flex: 1;
	padding: 15px 25px;
	border: none;
	font-size: 16px;
	outline: none;
	color: #333;
}

.search-form .search-button {
	padding: 15px 25px;
	background: #c40a14;
	color: white;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 16px;
}

.search-form .search-button:hover {
	background: #005a8b;
}

/* Search Content */
.search-content {
	padding: 60px 0;
}

/* Search Filters */
.search-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.filter-group {
	display: flex;
	align-items: center;
	gap: 15px;
}

.filter-label {
	font-weight: 600;
	color: #333;
	white-space: nowrap;
}

.filter-buttons {
	display: flex;
	gap: 8px;
}

.filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	background: white;
	color: #666;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.9rem;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.filter-btn.active,
.filter-btn:hover {
	background: #c40a14;
	color: white;
	border-color: #c40a14;
	transform: translateY(-2px);
}

.category-filter {
	padding: 8px 16px;
	border: 1px solid #e9ecef;
	border-radius: 20px;
	background: white;
	color: #333;
	font-size: 0.9rem;
	cursor: pointer;
	outline: none;
}

/* Search Results */
.search-results {
	margin-bottom: 40px;
}

.results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin-bottom: 40px;
}

/* Search Result Items */
.search-result-item {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
	position: relative;
}

.search-result-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Result Image */
.result-image {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #f8f9fa;
}

.result-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.search-result-item:hover .result-image img {
	transform: scale(1.05);
}

.result-image .no-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #999;
}

.result-image .no-image i {
	font-size: 3rem;
}

/* Type Badge */
.type-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: 0.8rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 4px;
}

.product-badge {
	background: rgba(0, 124, 186, 0.9);
	color: white;
}

.post-badge {
	background: rgba(40, 167, 69, 0.9);
	color: white;
}

/* Result Content */
.result-content {
	padding: 20px;
}

.result-meta {
	display: flex;
	gap: 15px;
	margin-bottom: 12px;
	font-size: 0.85rem;
	color: #666;
}

.result-meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.result-meta i {
	color: #c40a14;
}

.result-title {
	margin: 0 0 12px 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

.result-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.result-title a:hover {
	color: #c40a14;
}

.result-price {
	margin: 12px 0;
}

.result-price .contact-price {
	background: rgba(0, 124, 186, 0.1);
	padding: 8px 12px;
	border-radius: 8px;
	text-align: center;
	color: #c40a14;
	font-weight: 500;
}

.result-excerpt {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.result-actions {
	margin-top: 15px;
}

.btn-view {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	background: #c40a14;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.3s;
}

.btn-view:hover {
	background: #005a8b;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

/* No Search Results */
.no-search-results {
	text-align: center;
	padding: 60px 20px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.no-results-icon {
	font-size: 4rem;
	color: #ddd;
	margin-bottom: 20px;
}

.no-search-results h2 {
	color: #333;
	margin: 0 0 15px 0;
	font-size: 1.8rem;
}

.no-search-results p {
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 1.1rem;
}

/* Search Suggestions */
.search-suggestions {
	margin: 40px 0;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 12px;
	text-align: left;
}

.search-suggestions h3 {
	color: #333;
	margin: 0 0 15px 0;
}

.search-suggestions ul {
	color: #666;
	line-height: 1.6;
	padding-left: 20px;
}

.search-suggestions li {
	margin-bottom: 8px;
}

/* Popular Categories in Search */
.popular-categories {
	margin: 40px 0;
}

.popular-categories h3 {
	color: #333;
	margin: 0 0 20px 0;
	text-align: left;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
}

.category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	background: white;
	border-radius: 12px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	color: #c40a14;
}

.category-card i {
	font-size: 2rem;
	margin-bottom: 10px;
}

.cat-name {
	font-weight: 600;
	margin-bottom: 5px;
}

.cat-count {
	font-size: 0.85rem;
	color: #999;
}

.back-home {
	margin-top: 30px;
}

/* Search Pagination */
.search-pagination {
	margin-top: 40px;
}

/* Responsive for Search */
@media (max-width: 768px) {
	.search-title {
		font-size: 1.8rem;
	}
	
	.search-filters {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	
	.filter-group {
		flex-direction: column;
		gap: 10px;
	}
	
	.filter-buttons {
		justify-content: center;
	}
	
	.results-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.categories-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
	
	.search-suggestions {
		text-align: center;
	}
}

/* =============================================
   404 ERROR PAGE STYLES
   ============================================= */

/* 404 Container */
.error-404-container {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.error-404-content {
	max-width: 800px;
	width: 100%;
	text-align: center;
	background: white;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

/* Animated Background */
.error-404-content::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23f0f0f0"><animate attributeName="r" values="1;3;1" dur="2s" repeatCount="indefinite"/></circle></svg>');
	opacity: 0.1;
	animation: float 20s ease-in-out infinite;
	pointer-events: none;
}

@keyframes float {
	0%, 100% { transform: translateY(0px) rotate(0deg); }
	50% { transform: translateY(-20px) rotate(180deg); }
}

/* Error Animation Container */
.error-animation {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

/* 404 Number */
.error-number {
	font-size: 8rem;
	font-weight: 900;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
	margin: 0 0 20px 0;
	line-height: 1;
	animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}

/* Sad Face Icon */
.sad-face {
	font-size: 4rem;
	color: #ffa726;
	margin-bottom: 30px;
	animation: shake 3s ease-in-out infinite;
}

@keyframes shake {
	0%, 100% { transform: rotate(0deg); }
	10%, 30%, 50%, 70%, 90% { transform: rotate(-5deg); }
	20%, 40%, 60%, 80% { transform: rotate(5deg); }
}

/* Error Content */
.error-content h1 {
	font-size: 2.5rem;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.error-subtitle {
	font-size: 1.3rem;
	color: #666;
	margin: 0 0 30px 0;
	line-height: 1.5;
}

.error-description {
	font-size: 1.1rem;
	color: #777;
	line-height: 1.6;
	margin: 0 0 40px 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Error Actions */
.error-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-bottom: 50px;
}

.btn-home,
.btn-search,
.btn-contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-home {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}

.btn-home:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-search {
	background: #28a745;
	color: white;
}

.btn-search:hover {
	background: #1e7e34;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.btn-contact {
	background: #ffc107;
	color: #212529;
}

.btn-contact:hover {
	background: #e0a800;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
}

/* Search Form in 404 */
.error-search-form {
	max-width: 500px;
	margin: 0 auto 40px;
	position: relative;
}

.search-input-wrapper {
	display: flex;
	background: #f8f9fa;
	border-radius: 25px;
	overflow: hidden;
	border: 2px solid #e9ecef;
	transition: border-color 0.3s;
}

.search-input-wrapper:focus-within {
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.error-search-input {
	flex: 1;
	padding: 15px 25px;
	border: none;
	background: transparent;
	font-size: 16px;
	outline: none;
	color: #333;
}

.error-search-input::placeholder {
	color: #999;
}

.error-search-btn {
	padding: 15px 25px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s;
}

.error-search-btn:hover {
	background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

/* Helpful Suggestions */
.helpful-suggestions {
	margin: 40px 0;
	text-align: left;
}

.suggestions-title {
	font-size: 1.4rem;
	color: #333;
	margin: 0 0 25px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.suggestions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.suggestion-item {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 12px;
	border-left: 4px solid #667eea;
	transition: all 0.3s;
}

.suggestion-item:hover {
	background: #e9ecef;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.suggestion-item h4 {
	color: #333;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.suggestion-item p {
	color: #666;
	margin: 0;
	line-height: 1.5;
}

/* Popular Pages */
.popular-pages {
	margin: 40px 0;
}

.popular-pages h3 {
	font-size: 1.4rem;
	color: #333;
	margin: 0 0 25px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.pages-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-item {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	transition: all 0.3s;
}

.page-item:hover {
	border-color: #667eea;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
}

.page-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.page-item a i {
	color: #667eea;
	font-size: 1.2rem;
}

.page-item:hover a {
	color: #667eea;
}

/* Contact Information */
.error-contact-info {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 30px;
	margin: 40px 0;
	border: 1px solid #e9ecef;
}

.contact-info-title {
	font-size: 1.4rem;
	color: #333;
	margin: 0 0 20px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.contact-methods {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.contact-method {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	background: white;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
	border: 1px solid #e9ecef;
}

.contact-method:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
}

.contact-method i {
	font-size: 2rem;
	margin-bottom: 10px;
}

.contact-phone i {
	color: #ffffff;
}

.contact-email i {
	color: #dc3545;
}

.contact-zalo i {
	color: #0084ff;
}

.contact-method span {
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-method small {
	color: #666;
	text-align: center;
}

/* Back to Top Button */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	transition: all 0.3s;
	z-index: 1000;
}

.back-to-top:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.back-to-top.show {
	display: flex;
}

/* Error Statistics */
.error-stats {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 40px 0;
	padding: 25px;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
	border-radius: 12px;
}

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

.stat-number {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #667eea;
	margin-bottom: 5px;
}

.stat-label {
	font-size: 0.9rem;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Responsive for 404 */
@media (max-width: 768px) {
	.error-number {
		font-size: 6rem;
	}
	
	.error-content h1 {
		font-size: 2rem;
	}
	
	.error-subtitle {
		font-size: 1.1rem;
	}
	
	.error-description {
		font-size: 1rem;
	}
	
	.error-404-content {
		padding: 40px 20px;
		margin: 20px;
	}
	
	.error-actions {
		flex-direction: column;
		align-items: center;
	}
	
	.btn-home,
	.btn-search,
	.btn-contact {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
	
	.suggestions-grid {
		grid-template-columns: 1fr;
	}
	
	.pages-list {
		grid-template-columns: 1fr;
	}
	
	.contact-methods {
		grid-template-columns: 1fr;
	}
	
	.error-stats {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 480px) {
	.error-number {
		font-size: 4rem;
	}
	
	.sad-face {
		font-size: 3rem;
	}
	
	.error-content h1 {
		font-size: 1.6rem;
	}
	
	.error-404-content {
		padding: 30px 15px;
	}
}

/* =============================================
   ANIMATION UTILITIES
   ============================================= */

/* Fade in animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeIn 0.6s ease-out;
}

/* Slide in from left */
@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slide-in-left {
	animation: slideInLeft 0.6s ease-out;
}

/* Slide in from right */
@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slide-in-right {
	animation: slideInRight 0.6s ease-out;
}

/* Scale in animation */
@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.scale-in {
	animation: scaleIn 0.4s ease-out;
}

/* Pulse animation */
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.pulse {
	animation: pulse 2s ease-in-out infinite;
}

/* Rotate animation */
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.rotate {
	animation: rotate 2s linear infinite;
}

/* =============================================
   PRINT STYLES
   ============================================= */

@media print {
	.site-header,
	.site-footer,
	.breadcrumb,
	.product-actions,
	.social-share,
	.btn-call,
	.btn-zalo,
	.btn-share,
	.btn-print,
	.search-form,
	.search-filters,
	.error-actions,
	.back-to-top,
	.pagination {
		display: none !important;
	}
	
	.product-summary-layout,
	.blog-layout {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
	
	.product-single-content,
	.blog-single-content,
	.search-content {
		padding: 0 !important;
	}
	
	body {
		font-size: 12pt;
		line-height: 1.4;
		color: #000;
		background: white;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		page-break-after: avoid;
	}
	
	.product-images,
	.featured-image {
		max-height: 300px;
		overflow: hidden;
	}
	
	.product-info,
	.blog-article {
		box-shadow: none;
		border: 1px solid #ccc;
	}
}
.page-template-default.page .page-header{display: none;}
.title_page{
}
.title_page h2{font-weight: 700 !important;!i;!;font-family: "Archivo Narrow", sans-serif !IMPORTANT;!I;!;font-size: 32px;text-transform: uppercase;}
.item_dichvu{
}
.item_dichvu .elementor-image-box-wrapper{border-radius: 20px;overflow: hidden;background-color: #f6f6f6;padding-bottom: 13px;}
.item_dichvu .elementor-image-box-content{padding: 10px;padding-top: 0;}
.item_dichvu  .elementor-image-box-title{font-weight: 700 !important;font-family: "Archivo Narrow", sans-serif ! IMPORTANT;font-size: 21px;margin-top: 0;text-transform: uppercase;margin-bottom: 10px;}
.item_dichvu .elementor-image-box-title a{
}
.item_dichvu .elementor-image-box-description{font-size: 16px;color: #363434 !important;!i;!;font-family: "Archivo Narrow", sans-serif ! IMPORTANT;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.item_dichvu  .elementor-image-box-img{margin-bottom: 10px !important;!i;!;}

/* ============================================= */
/* CONTACT FORM STYLES */
/* ============================================= */

/* Contact Form Wrapper */
.hello-contact-form-wrapper {
    margin: 0;
    padding: 20PX;
    background: #ed1925;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hello-contact-form-wrapper.style-minimal {
    box-shadow: none;
    border: 1px solid #e1e5e9;
}

.hello-contact-form-wrapper.style-classic {
    border-radius: 0;
    box-shadow: 0 0 0 1px #ddd;
}

/* Form Header */
.contact-form-header {
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-family: "Archivo Narrow", sans-serif ! IMPORTANT;
    font-size: 27px;
    text-transform: uppercase;
    display: block !important;!i;!;!;!i;!;
    color: #fff !IMPORTANT;!I;!;
}

/* Messages */
.contact-form-messages {
    margin-bottom: 1.5rem;
}

.form-message {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.message-success {
    background-color: #d1edff;
    border: 1px solid #b6e3ff;
    color: #0c5460;
}

.message-success i {
    color: #28a745;
}

.message-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.message-error i {
    color: #dc3545;
}

/* Form Fields */
.form-fields {
    margin-bottom: 10px;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-field {
    margin-bottom: 15px;
    position: relative;
}

.form-field.col-half {
    flex: 1;
    margin-bottom: 0;
}

.form-field label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.required-mark {
    color: #dc3545;
    margin-left: 0.25rem;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 10PX 20PX;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.5;
    transition: all 0.3s ease;
    background-color: #fff;
    FONT-SIZE: 14PX;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: none;
    border-color: #c40a14;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.form-field.error input,
.form-field.error textarea,
.form-field.error select {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.field-error {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* Layout Variations */
.hello-contact-form-wrapper.layout-compact {
    padding: 1.5rem;
}

.hello-contact-form-wrapper.layout-compact .form-field {
    margin-bottom: 1rem;
}

.hello-contact-form-wrapper.layout-inline .form-row {
    flex-wrap: wrap;
}

.hello-contact-form-wrapper.columns-2 .form-row {
    display: flex;
    gap: 1rem;
}

/* Form Actions */
.form-actions {
    text-align: center;
}

.contact-form-submit {
    background: #fff;
    color: #ed1925;
    border: none;
    padding: 13px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 160px;
}

.contact-form-submit:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
    color: #ed1925;
}

.contact-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.contact-form-submit.loading .button-text {
    opacity: 0;
}

.contact-form-submit .button-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hello-contact-form-wrapper {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-field.col-half {
        margin-bottom: 1.5rem;
    }
    
    .contact-form-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hello-contact-form-wrapper {
        margin: 0.5rem;
        padding: 1rem;
    }
    
    .form-field input,
    .form-field textarea {
        padding: 0.75rem;
        font-size: 0.95rem;
    }
    
    .contact-form-submit {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }
}

/* ============================================= */
/* CONTACT INFO CARD STYLES */
/* ============================================= */

.hello-contact-info-card {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.hello-contact-info-card.style-list {
    box-shadow: none;
    border: 1px solid #e1e5e9;
    padding: 1.5rem;
}

.hello-contact-info-card.style-inline {
    box-shadow: none;
    border: none;
    padding: 1rem 0;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.contact-info-item:hover {
    background-color: rgba(0, 124, 186, 0.05);
}

.contact-info-item .contact-icon {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c40a14 0%, #005a87 100%);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-info-item .contact-content {
    flex: 1;
    line-height: 1.6;
}

.contact-info-item strong {
    color: #333;
    font-weight: 600;
}

.contact-info-item a {
    color: #c40a14;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Social Links Inline */
.social-links-inline {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.social-links-inline .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.social-links-inline .social-facebook { background-color: #1877f2; color: #fff; }
.social-links-inline .social-twitter { background-color: #1da1f2; color: #fff; }
.social-links-inline .social-instagram { background-color: #e4405f; color: #fff; }
.social-links-inline .social-youtube { background-color: #ff0000; color: #fff; }
.social-links-inline .social-linkedin { background-color: #0077b5; color: #fff; }
.social-links-inline .social-tiktok { background-color: #000000; color: #fff; }

.social-links-inline .social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Style Inline */
.hello-contact-info-card.style-inline .contact-info-content {
    flex-direction: row;
    flex-wrap: wrap;
}

.hello-contact-info-card.style-inline .contact-info-item {
    flex: 1;
    min-width: 200px;
    padding: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hello-contact-info-card {
        padding: 1.5rem;
    }
    
    .hello-contact-info-card.style-inline .contact-info-content {
        flex-direction: column;
    }
    
    .contact-info-item {
        padding: 0.75rem;
    }
}

/* ============================================= */
/* QUICK CONTACT BUTTONS */
/* ============================================= */

.hello-quick-contact {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}

.hello-quick-contact.style-inline {
    justify-content: center;
    flex-wrap: wrap;
}

.hello-quick-contact.style-floating {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.hello-quick-contact.style-floating.visible {
    opacity: 1;
    transform: translateY(0);
}

.hello-quick-contact.position-left {
    left: 2rem;
    right: auto;
}

.hello-quick-contact.position-center {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}

.quick-contact-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.quick-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.quick-contact-btn .btn-icon {
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
}

.btn-phone {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
}

.btn-email {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
    color: #fff;
}

.btn-zalo {
    background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
    color: #fff;
}

.btn-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
    color: #fff;
}

/* Size Variations */
.hello-quick-contact.size-small .quick-contact-btn {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.hello-quick-contact.size-large .quick-contact-btn {
    padding: 1.25rem 2rem;
    font-size: 1.1rem;
}

/* Hide Text Mode */
.hello-quick-contact .btn-text {
    transition: opacity 0.3s ease;
}

.hello-quick-contact.style-floating .quick-contact-btn {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.hello-quick-contact.style-floating .btn-text {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hello-quick-contact.style-floating {
        right: 1rem;
        bottom: 1rem;
    }
    
    .hello-quick-contact:not(.style-floating) {
        flex-direction: column;
    }
    
    .hello-quick-contact:not(.style-floating) .quick-contact-btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hello-quick-contact.style-floating .quick-contact-btn {
        width: 3rem;
        height: 3rem;
    }
    
    .hello-quick-contact.style-floating .btn-icon {
        font-size: 1rem;
    }
}

/* ============================================= */
/* ADMIN CONTACT STYLES */
/* ============================================= */

/* Contact Status Colors */
.contact-status {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
}

.contact-status-new {
    background-color: #e3f2fd;
    color: #1565c0;
}

.contact-status-read {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

.contact-status-processing {
    background-color: #fff3e0;
    color: #ef6c00;
}

.contact-status-replied {
    background-color: #e8f5e8;
    color: #2e7d32;
}

.contact-status-closed {
    background-color: #fafafa;
    color: #616161;
}

.contact-status-spam {
    background-color: #ffebee;
    color: #c62828;
}

/* Admin Meta Boxes */
.hello-contact-admin .form-table th {
    width: 150px;
    font-weight: 600;
}

.hello-contact-admin .form-table td {
    vertical-align: top;
}

.hello-contact-admin .button-small {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.5;
    height: auto;
}

/* Dashboard Widget */
.contact-stats {
    font-size: 14px;
}

.contact-stats p {
    margin-bottom: 0.5rem;
}

.contact-stats ul {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.contact-stats li {
    margin-bottom: 0.25rem;
}

/* ============================================= */
/* UTILITY CLASSES */
/* ============================================= */

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

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mb-4 { margin-bottom: 2rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.5rem !important; }
.mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mt-4 { margin-top: 2rem !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }

/* ============================================= */
/* END - Contact Form Styles */
/* ============================================= */


#khach_hang{background-color: #f6f6f6;padding-top: 30px;padding-bottom: 30px;}
#why{/* background-color: #f6f6f6; */padding-bottom: 50px;padding-top: 30PX;}
#why .elementor-image-box-content{text-align: left;font-family: "Archivo Narrow", sans-serif;}
#why .elementor-image-box-title{font-family: "Archivo Narrow", sans-serif;font-size: 18px;margin-bottom: 10px;}
#why .elementor-image-box-description{font-size: 16px;color: #222222;}
#why  .elementor-image-box-img{text-align: left;display: flex;}
/* =============================================
   POST SLIDE CARD STYLES - SHARED WITH SHORTCODE
   ============================================= */

.post-slide-card {
    position: relative;
    font-family: "Archivo Narrow", sans-serif;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.post-slide-card img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 0 !important; /* Override previous border-radius */
}

.post-slide-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-slide-thumbnail.no-image .placeholder-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #666;
    font-size: 3rem;
}

.post-slide-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-category-badge a {
    background-color: transparent !important;
}

/* =============================================
   DYNAMIC COPYRIGHT STYLES
   ============================================= */

/* Dynamic Copyright */
.dynamic-copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.dynamic-copyright p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .dynamic-copyright {
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .dynamic-copyright p {
        font-size: 0.85rem;
    }
}

/* =============================================
   BLOG ARCHIVE LAYOUT STYLES
   ============================================= */

.archive-main-full {
    width: 100%;
}

.archive-posts-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

/* Responsive Grid Layout */
@media (min-width: 1200px) {
    .archive-posts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .archive-posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .archive-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .archive-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.post-slide-title {
    font-weight: 700 !important;
    font-family: "Archivo Narrow", sans-serif !important;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.post-slide-title a {
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.post-slide-title a:hover {
    color: #c40a14;
}

.post-slide-meta {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: left;
}

.post-category-badge {
}

.post-category-badge a {
}

.post-category-badge a:hover {
    background: #005a87;
}

.post-slide-meta span {
}

.post-slide-meta i {
    font-size: 11px;
}

.post-slide-excerpt {
    flex-grow: 1;
    margin-bottom: 15px;
}

.post-slide-excerpt p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.post-slide-footer {
    margin-top: auto;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 30px;
    background: #ed1925;
    color: white !important;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #005a87;
    transform: translateX(2px);
}

.read-more-btn i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

/* =============================================
   SEARCH PAGE STYLES
   ============================================= */

/* Search Header */
.site-main .page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    display: none;
}

.site-main .page-header .entry-title {
    font-size: 2rem;
    margin: 0 0 10px 0;
    color: #333;
}

.site-main .page-header .entry-title span {
    color: #c40a14;
    font-weight: 700;
}

.site-main .page-header .search-info {
    margin: 0;
    color: #666;
    font-size: 1.1rem;
}

/* Search Results Grid */
.search-results-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

/* Responsive Grid Layout - Ä‘á»“ng nháº¥t vá»›i archive pages */
@media (min-width: 1200px) {
    .search-results-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .search-results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* No Results Styling */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-top: 30px;
}

.no-results-icon {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 20px;
}

.no-results h3 {
    font-size: 1.8rem;
    margin: 0 0 15px 0;
    color: #333;
}

.no-results p {
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.search-suggestions {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.search-suggestions h4 {
    margin: 0 0 15px 0;
    color: #c40a14;
    font-size: 1.2rem;
}

.search-suggestions ul {
    margin: 0;
    padding-left: 20px;
}

.search-suggestions li {
    margin-bottom: 8px;
    color: #666;
    line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .site-main .page-header {
        margin-bottom: 25px;
        padding: 20px 15px;
    }
    
    .site-main .page-header .entry-title {
        font-size: 1.6rem;
    }
    
    .site-main .page-header .search-info {
        font-size: 1rem;
    }
    
    .no-results {
        padding: 40px 15px;
    }
    
    .no-results-icon {
        font-size: 3rem;
    }
    
    .no-results h3 {
        font-size: 1.5rem;
    }
    
    .search-suggestions {
        padding: 20px;
    }
}

/* =============================================
   CONTACT PAGE STYLES
   ============================================= */

.contact-page-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 100%;
}

/* Contact Introduction */
.contact-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
    display: none;
}

.contact-intro h2 {
    font-size: 2.5rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.contact-intro p {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.95;
    line-height: 1.6;
}

/* Main Contact Content */
.contact-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
}

/* Contact Information Section */
.contact-info-section h3,
.contact-form-section h3,
.map-section h3 {
    margin: 0 0 25px 0;
    color: #ed1925;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700 !important;
    font-family: "Archivo Narrow", sans-serif ! IMPORTANT;
    font-size: 32px;
    text-transform: uppercase;
    display: none;
}

.contact-info-section h3 i,
.contact-form-section h3 i,
.map-section h3 i {
    color: #c40a14;
    font-size: 1.3rem;
}

.contact-details {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* khoáº£ng cÃ¡ch giá»¯a cÃ¡c cá»™t (tÃ¹y chá»n) */
}

.contact-item {
    display: block;
    text-align: center;
    gap: 15px;
    margin-bottom: 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #e8f4fd;
    transform: translateX(5px);
}

.contact-item .contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #c40a14;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin: 0px auto;
    margin-bottom: 10px;
}

.contact-item .contact-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    font-family: "Archivo Narrow", sans-serif;
}

.contact-item .contact-content p {
    margin: 0;
    color: #ed1925;
    font-size: 18px;
    font-family: "Archivo Narrow", sans-serif;
}

.contact-item .contact-content a {
    color: #ed1925;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 17px;
}

.contact-item .contact-content a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Social Media Section */
.social-media-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #eee;
    margin-bottom: 10px;
}

.social-media-section h4 {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
}

.social-links-grid {
    display: flex;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}

.social-link:hover {
    border-color: #c40a14;
    background: #f8f9fa;
    transform: translateY(-2px);
}

.social-link.facebook:hover { border-color: #1877f2; color: #1877f2; }
.social-link.twitter:hover { border-color: #1da1f2; color: #1da1f2; }
.social-link.instagram:hover { border-color: #e4405f; color: #e4405f; }
.social-link.youtube:hover { border-color: #ff0000; color: #ff0000; }
.social-link.linkedin:hover { border-color: #0077b5; color: #0077b5; }
.social-link.tiktok:hover { border-color: #000000; color: #000000; }

.social-link i {
    font-size: 1.2rem;
}

/* Contact Form Section */
.contact-form-wrapper {
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

/* Default Form Styles */
.default-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.default-contact-form .form-group {
    margin-bottom: 20px;
}

.default-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.default-contact-form input,
.default-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.default-contact-form input:focus,
.default-contact-form textarea:focus {
    outline: none;
    border-color: #c40a14;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.default-contact-form .submit-btn {
    background: #c40a14;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.default-contact-form .submit-btn:hover {
    background: #005a87;
    transform: translateY(-2px);
}

/* Map Section */
.map-section {
    margin-top: 0;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.map-container iframe {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
}

/* Contact Form 7 Overrides */
.contact-form-wrapper .wpcf7-form {
    margin: 0;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.contact-form-wrapper .wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form-wrapper .wpcf7-form-control:focus {
    border-color: #c40a14;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.contact-form-wrapper .wpcf7-submit {
    background: #c40a14;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-wrapper .wpcf7-submit:hover {
    background: #005a87;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-main-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-intro h2 {
        font-size: 2rem;
    }
    
    .social-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-page-wrapper {
        padding: 20px 0;
    }
    
    .contact-intro {
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .contact-intro h2 {
        font-size: 1.8rem;
    }
    
    .contact-intro p {
        font-size: 1rem;
    }
    
    .contact-main-content {
        gap: 0;
        margin-bottom: 30px;
        display: block;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .contact-item .contact-icon {
        margin: 0 auto;
    }
    
    .default-contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .social-links-grid {
        grid-template-columns: 1fr;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* khoáº£ng cÃ¡ch giá»¯a cÃ¡c cá»™t (tÃ¹y chá»n) */
    }
    
    .map-container iframe {
        height: 300px !important;
    }
}

@media (max-width: 480px) {
    .contact-intro h2 {
        font-size: 1.5rem;
    }
    
    .contact-form-wrapper {
        padding: revert-layer;
    }
    
    .contact-item {
        padding: 15px;
        margin-bottom: 15px;
    }
}

/* ===== FLOATING ZALO BUTTONS ===== */
.floating-zalo-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-zalo-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0068ff, #0052cc);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 104, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    justify-content: center;
}

.floating-zalo-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.floating-zalo-btn:hover:before {
    width: 300px;
    height: 300px;
}

.floating-zalo-btn i {
    font-size: 24px;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.floating-zalo-btn .zalo-text,
.floating-zalo-btn .zalo-phone {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.floating-zalo-btn:hover {
    max-width: 200px;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 104, 255, 0.4);
}

.floating-zalo-btn:hover i {
    transform: scale(1.1);
}

.floating-zalo-btn:hover .zalo-text,
.floating-zalo-btn:hover .zalo-phone {
    opacity: 1;
    max-width: 120px;
    margin-left: 10px;
}

.floating-zalo-btn.zalo-2 {
    background: linear-gradient(135deg, #00c851, #007e33);
    box-shadow: 0 4px 20px rgba(0, 200, 81, 0.3);
}

.floating-zalo-btn.zalo-2:hover {
    box-shadow: 0 8px 30px rgba(0, 200, 81, 0.4);
}

/* Pulse animation */
.floating-zalo-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 2px solid currentColor;
    opacity: 0;
    transform: scale(1);
    animation: zalo-pulse 2s infinite;
}

@keyframes zalo-pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
	.zalo-cta .phone{
		display: none;
	}
    .floating-zalo-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
    }
    
    .floating-zalo-btn {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        padding: 10px;
    }
    
    .floating-zalo-btn i {
        font-size: 20px;
    }
    
    .floating-zalo-btn:hover {
        max-width: 160px;
    }
    
    .floating-zalo-btn .zalo-text,
    .floating-zalo-btn .zalo-phone {
        font-size: 12px;
    }
    
    .floating-zalo-btn:hover .zalo-text,
    .floating-zalo-btn:hover .zalo-phone {
        max-width: 100px;
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    .floating-zalo-buttons {
        bottom: 10px;
        right: 10px;
    }
    
    .floating-zalo-btn {
        min-width: 45px;
        max-width: 45px;
        height: 45px;
        padding: 8px;
    }
    
    .floating-zalo-btn i {
        font-size: 18px;
    }
    
    .floating-zalo-btn:hover {
        max-width: 140px;
    }
}
/* container cá»‘ Ä‘á»‹nh */
    .zalo-cta-wrap {
      position: fixed;
      right: 18px;
      bottom: 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1200;
      pointer-events: none; /* máº·c Ä‘á»‹nh khÃ´ng cháº·n click ngoÃ i pháº§n thá»±c táº¿ (child sáº½ enable) */
    }

    /* má»—i nÃºt */
    .zalo-cta {
      pointer-events: auto;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      min-width: 187px;
      max-width: 320px;
      padding: 5px 10px 5px 14px;
      border-radius: 14px;
      background: linear-gradient(180deg, #c00812 0%, #ec1925 100%); /* zalo-like blue */
      color: white;
      text-decoration: none;
      box-shadow: 0 6px 18px rgba(3, 10, 20, 0.25);
      transform: translateY(12px);
      opacity: 0;
      transition: transform .28s cubic-bezier(.2,.9,.3,1), opacity .28s;
      font-weight: 600;
      letter-spacing: 0.2px;
      -webkit-tap-highlight-color: transparent;
      border: 0;
      outline: none;
      font-family: "Archivo Narrow", sans-serif;
    }

    /* hiá»‡n dáº§n khi trang load */
    .zalo-cta-wrap.loaded .zalo-cta {
      transform: translateY(0);
      opacity: 1;
    }

    /* ná»™i dung bÃªn trÃ¡i (sá»‘) */
    .zalo-cta .phone {
      display: inline-block;
      font-size: 22px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* icon bÃªn pháº£i */
    .zalo-cta .zalo-icon {
      width: 36px;
      height: 36px;
      flex: 0 0 36px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.12);
      transition: transform .18s;
    }

    /* hover / focus */
    .zalo-cta:hover,
    .zalo-cta:focus {
      transform: translateY(-6px);
      box-shadow: 0 12px 26px rgba(3,10,20,0.32);
      text-decoration: none;
    }
    .zalo-cta:active .zalo-icon { transform: scale(.96); }

    /* hover icon */
    .zalo-cta:hover .zalo-icon { transform: translateX(4px); }

    /* secondary style (vÃ­ dá»¥ 2 nÃºt khÃ¡c nhau) */
    .zalo-cta.secondary {
      background: #0145c4;
    }
	
    /* responsive: nhá» hÆ¡n -> giáº£m min-width */
    @media (max-width: 768px) {
		.product-slide-price{
			display:none !important;
		}
      .zalo-cta {
		min-width: 50px;
        padding: 10px;
        border-radius: 12px;
        border-radius: 50%;
      }
	  .site-header .site-branding .custom-logo-link img{
		height: 65px !important;
	}
	.header-hotline{
		display: none;
	}
	  .zalo-cta .phone{
		display: none;
	}
	#site-header.fix-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
      .zalo-cta .phone { font-size: 14px; }
      .zalo-cta .zalo-icon { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 8px; }
      .zalo-cta-wrap {right: 40px;bottom: 12px;gap: 8px;}
	  .hello-products-slider .slider-track, .hello-posts-slider .slider-track{
		
		}
    }
	
    /* áº©n khi in */
    @media print {
      .zalo-cta-wrap { display: none; }
    }
	.fab.fa-zalo{
		display: block;
    	width: 40px;
		height: 40px;
		background: url(../images/zalo.png) no-repeat center;
		border-radius: 50%;
		background-size: contain;
	}