﻿:root {
    --primary-color: #1a472a;
    --secondary-color: rgb(35 177 77);
    --accent-color: #d4af37;
    --light-color: #F5F5DC;
    --dark-color: #654321;
    --bs-primary: #8B4513;
    --bs-secondary: #CD853F;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img2, .img4 {
    width: 100%;
    height: 100%;
}

.img2 {
    object-fit: cover;
}

.img4 {
    object-fit: fill;
}

.img1x1, .img2x1, .img4x3, .img3x4, .img16x9 {
    position: relative;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.img1x1 {
    padding-bottom: 100% !important;
}

.img2x1 {
    padding-bottom: 50% !important;
}

.img4x3 {
    padding-bottom: 75% !important;
}

.img3x4 {
    padding-bottom: 130% !important;
}

.img16x9 {
    padding-bottom: 56.25% !important;
}


.pdt10 {
    padding-top: 10px !important;
}

body {
    font-family: 'Fuvico', Helvetica,Verdana, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #f9f9f9;
}

.tit3 {
    font-size: 18px;
    line-height: 1.4;
}

.line1, .line2, .line3, .line4 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line4 {
    -webkit-line-clamp: 4;
}

.thumb-news {
    width: 45%;
    position: relative;
    overflow: hidden;
}

/* Header Styles */
header {
    background: #222 url('/images/icon/pattern-brick.png') repeat top left;
    padding: 15px 0;
}

    header .logo {
        text-align: center;
    }

        header .logo p {
            margin: 0;
            color: #f9f111;
            font-size: 13px;
        }

    header #txtKey {
        height: 44px;
    }

    header .btnSear {
        background: url(/images/icon/bg-sear.png) no-repeat center, var(--secondary-color);
        font-weight: bold;
        padding: 0 10px 0 35px;
        top: 0;
        right: 0;
        border-radius: 0 4px 4px 0 !important;
    }

        header .btnSear:hover {
            background-color: var(--primary-color);
        }

    header .hotline {
        float: right;
        font-size: 13px;
        color: #f9f111;
        background: url('/images/icon/fuvico.png') no-repeat top left;
        background-size: contain;
        white-space: nowrap;
    }

    header .hotline1 {
        margin-left: 28px;
        border-left: 0;
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 3px;
        height: 50px;
    }

    header .hotline p, .hotline h1 {
        margin: 0;
        line-height: 1.4;
    }

        header .hotline p strong {
            display: block;
            margin-bottom: 4px;
            font-size: 18px;
            line-height: 1.1;
            color: #DA2128;
            text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
        }

.navbar {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #FFC904;
    transition: all 0.3s ease;
    padding: 0 !important;
}

.nav-link {
    font-weight: 500;
    margin: 0 0.5rem;
    position: relative;
    transition: all 0.3s ease;
}

    .nav-link:focus, .nav-link:hover {
        color: #fff;
    }

    .nav-link:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        background: var(--primary-color);
        transition: width 0.3s ease;
    }

    .nav-link:hover:after,
    .nav-link.active:after {
        width: 100%;
    }

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/images/bg/img4.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .hero-section h1 {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .hero-section p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

/* Page Header */
.page-header {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://daiphucvinh.com/images/album/3_2828.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 60px 0;
    position: relative;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

    .breadcrumb li {
        position: relative;
        padding-right: 20px;
    }

        .breadcrumb li a, .breadcrumb-item a {
            color: #ddd;
            text-decoration: none;
        }

        .breadcrumb li:last-child, .breadcrumb-item.active {
            color: var(--secondary-color);
        }

        .breadcrumb li:after {
            content: "";
            display: inline-block;
            background: url(/images/icon/icon-set.png)no-repeat;
            background-position: -46px -34px;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 5px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .breadcrumb li:last-child {
            padding-right: 0;
            position: static;
        }

            .breadcrumb li:last-child:after {
                display: none;
            }
/* Section Styles */
.section {
    padding: 100px 0;
}
/*
.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

    .section-title h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 1rem;
    }

    .section-title .divider {
        width: 80px;
        height: 4px;
        background: var(--secondary-color);
        margin: 0 auto;
        border-radius: 2px;
    }

    .text-start .divider {
        margin: 0;
    }*/

.section-title {
    margin-bottom: 40px;
    position: relative;
    color: var(--dark-color);
    font-weight: 700;
    text-align: center;
}

    .section-title:after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: var(--secondary-color);
        margin: 15px auto 0;
        border-radius: 2px;
    }

    .section-title.text-start:after {
        margin-left: 0;
    }
/* About Section */
.about-section {
    background: white;
}

/* Brands Section */
.brands-section {
    background: var(--light-color);
}

.brand {
    padding: calc(var(--bs-gutter-x) * .5);
}

.brand-card {
    text-align: center;
    /*padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;*/
    overflow: hidden;
    padding-bottom: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
}

    .brand-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .brand-card p, .brand-card h5 {
        padding: 0 15px;
    }

.brand-logo {
    height: 80px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/bg/brand2.jpg);
    background-size: contain;
    padding: 10px;
}

    .brand-logo img {
        max-height: 100%;
        max-width: 100%;
    }

/* Products Section */
.category-pro {
    text-align: center;
    width: 10%;
    flex: 0 0 auto;
    padding:8px;
}
    .category-pro .img1x1 {
        background: #fff;
        border-radius: 20px 0 20px 0;
        box-shadow: 0 10px 15px rgba(0,0,0,0.25);
        margin-bottom: 10px;
    }
    .category-pro h3 {font-size:14px;font-weight:bold;}
    /* Solutions Section */
    .solutions-section {
        background: var(--light-color);
    }

        .category-pro img {
            max-width: 80%;
        }


.solution-card {
    text-align: center;
    padding: 2.5rem 2rem;
    margin-bottom: 1.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
}

    .solution-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

.solution-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

/* Projects Section */
.project-card {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

.project-img {
    height: 300px;
    overflow: hidden;
}

    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.project-card:hover .project-img img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.project-card:hover .project-overlay {
    transform: translateY(0);
}


/* News Box */
.news-box {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    background: white;
    overflow: hidden;
    height: 100%;
}

    .news-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.news-img img {
    transition: transform 0.5s ease;
}

.news-box:hover .news-img img {
    transform: scale(1.1);
}

.news-content {
    padding: 20px;
}

.news-date {
    color: var(--accent-color);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.news-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

    .news-title a {
        color: var(--dark-color);
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .news-title a:hover {
            color: var(--primary-color);
        }

.news-excerpt {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #777;
}

.hidden {display:none;}

.album h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--dark-color);
}
.album:hover {border-color:var(--primary-color);}
.album:hover h3 {color:var(--primary-color);}

.grid-img .grid-item {
    border: 2px solid #fff;
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}
    .grid-img .grid-item img {
        transition: transform 0.3s ease;
    }
        .grid-img .grid-item:hover img {
            transform: scale(1.1);
        }

            .grid-img .grid-item-0 {
                width: 75%;
            }

            .grid-img .grid-item .zoom {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                font-size: 13px;
                width: 80px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                background-color: rgba(0,0,0,0.8);
                color: #fff;
                z-index: 999;
            }

            .grid-img .grid-item-0 .zoom {
                width: 150px;
                line-height: 32px;
                height: 32px;
                font-size: 14px;
            }
            /* Pagination */
            .pagination {
                margin-top: 30px;
                justify-content: center;
            }

                .pagination a {
                    color: var(--primary-color);
                    border: 1px solid #ccc;
                    padding: 5px 13px;
                    margin: 0 3px;
                    border-radius: 5px;
                    font-weight: 500;
                    transition: all 0.3s ease;
                }

                    .pagination a.active, .pagination a:hover {
                        background: var(--primary-color);
                        color: white;
                        border-color: var(--primary-color);
                    }
            /* Sidebar */
            .sidebar-widget {
                margin-bottom: 40px;
                background: white;
                padding: 25px;
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            }

            .widget-title {
                font-size: 18px;
                margin-bottom: 20px;
                padding-bottom: 15px;
                border-bottom: 2px solid var(--light-color);
                color: var(--dark-color);
                font-weight: 600;
                position: relative;
            }

                .widget-title:after {
                    content: '';
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    width: 50px;
                    height: 2px;
                    background: var(--primary-color);
                }

            .category-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .category-list li {
                    margin-bottom: 12px;
                    padding-bottom: 12px;
                    border-bottom: 1px solid #f0f0f0;
                }

                    .category-list li:last-child {
                        margin-bottom: 0;
                        padding-bottom: 0;
                        border-bottom: none;
                    }

                .category-list a {
                    color: #666;
                    text-decoration: none;
                    display: flex;
                    justify-content: space-between;
                    transition: all 0.3s ease;
                    padding: 5px 0;
                }

                    .category-list a:hover {
                        color: var(--primary-color);
                        padding-left: 10px;
                    }

                .category-list span {
                    background: var(--light-color);
                    color: var(--dark-color);
                    padding: 2px 8px;
                    border-radius: 20px;
                    font-size: 12px;
                    font-weight: 500;
                }

            .recent-post {
                display: flex;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
            }

                .recent-post:last-child {
                    margin-bottom: 0;
                    padding-bottom: 0;
                    border-bottom: none;
                }

            .recent-post-img {
                position: relative;
                width: 80px;
                height: 80px;
                margin-right: 15px;
                flex-shrink: 0;
                border-radius: 8px;
                overflow: hidden;
            }

                .recent-post-img img {
                    transition: transform 0.3s ease;
                }

            .recent-post:hover .recent-post-img img {
                transform: scale(1.1);
            }

            .recent-post-content h4 {
                font-size: 15px;
                margin: 0 0 8px;
                line-height: 1.4;
            }

                .recent-post-content h4 a {
                    color: var(--dark-color);
                    text-decoration: none;
                    transition: all 0.3s ease;
                }

                    .recent-post-content h4 a:hover {
                        color: var(--primary-color);
                    }

            .recent-post-date {
                font-size: 13px;
                color: var(--accent-color);
                font-weight: 500;
            }

            .tags a {
                display: inline-block;
                background: var(--light-color);
                color: var(--dark-color);
                padding: 6px 12px;
                margin: 0 5px 8px 0;
                border-radius: 20px;
                font-size: 13px;
                text-decoration: none;
                transition: all 0.3s ease;
            }

                .tags a:hover {
                    background: var(--primary-color);
                    color: white;
                    transform: translateY(-2px);
                }
            /* About Intro */
            .about-intro {
                background: white;
            }

            .about-content {
                font-size: 16px;
                color: #555;
            }
            /* Mission & Vision */
            .mission-vision {
                background: var(--light-color);
            }

            .mission-box {
                background: white;
                padding: 40px 30px;
                border-radius: 10px;
                margin-bottom: 30px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.08);
                text-align: center;
                height: 100%;
                transition: all 0.4s ease;
                border-top: 4px solid var(--primary-color);
                position: relative;
                overflow: hidden;
            }

                .mission-box:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 0;
                    background: var(--primary-color);
                    opacity: 0.05;
                    transition: all 0.4s ease;
                }

                .mission-box:hover:before {
                    height: 100%;
                }

                .mission-box:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
                }

            .mission-icon {
                font-size: 50px;
                color: var(--primary-color);
                margin-bottom: 20px;
                transition: all 0.3s ease;
            }

            .mission-box:hover .mission-icon {
                transform: scale(1.1);
                color: var(--accent-color);
            }
            /* Core Values */
            .values-box {
                text-align: center;
                padding: 40px 20px;
                margin-bottom: 30px;
                transition: all 0.4s ease;
                border-radius: 10px;
                background: white;
                box-shadow: 0 8px 25px rgba(0,0,0,0.06);
                position: relative;
                overflow: hidden;
            }

                .values-box:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -100%;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
                    transition: all 0.6s ease;
                }

                .values-box:hover:before {
                    left: 100%;
                }

                .values-box:hover {
                    transform: translateY(-8px);
                    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
                }

            .values-icon {
                font-size: 40px;
                color: var(--primary-color);
                margin-bottom: 20px;
                transition: all 0.3s ease;
            }

            .values-box:hover .values-icon {
                transform: rotateY(180deg);
                color: var(--accent-color);
            }
            /* Timeline */
            .timeline {
                position: relative;
                padding: 40px 0;
            }

                .timeline:before {
                    content: '';
                    position: absolute;
                    left: 50%;
                    top: 0;
                    bottom: 0;
                    width: 3px;
                    background: var(--primary-color);
                    transform: translateX(-50%);
                }

            .timeline-item {
                margin-bottom: 80px;
                position: relative;
            }

            .timeline-content {
                background: white;
                padding: 30px;
                border-radius: 10px;
                box-shadow: 0 10px 25px rgba(0,0,0,0.08);
                position: relative;
                border-left: 4px solid var(--primary-color);
                transition: all 0.3s ease;
            }

                .timeline-content:hover {
                    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
                    transform: translateY(-5px);
                }

            .timeline-item:nth-child(odd) .timeline-content {
                margin-right: 50%;
                padding-right: 60px;
            }

            .timeline-item:nth-child(even) .timeline-content {
                margin-left: 50%;
                padding-left: 60px;
            }

            .timeline-year {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: var(--primary-color);
                color: white;
                padding: 12px 25px;
                border-radius: 30px;
                font-weight: bold;
                font-size: 18px;
                z-index: 2;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

            .timeline-item:nth-child(odd) .timeline-year {
                left: 51%;
            }

            .timeline-item:nth-child(even) .timeline-year {
                right: 51%;
            }
            /* Team Section */
            .team-section {
                background: var(--light-color);
            }

            .team-member {
                text-align: center;
                transition: all 0.3s ease;
                padding: 15px;
            }

                .team-member:hover {
                    transform: translateY(-10px);
                }

            .team-img {
                width: 200px;
                height: 200px;
                border-radius: 50%;
                margin: 0 auto 20px;
                overflow: hidden;
                border: 5px solid white;
                box-shadow: 0 10px 25px rgba(0,0,0,0.1);
                transition: all 0.3s ease;
            }

            .team-member:hover .team-img {
                border-color: var(--secondary-color);
                box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            }

            .team-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 0.5s ease;
            }

            .team-member:hover .team-img img {
                transform: scale(1.1);
            }
            /* Stats Section */
            .stats-section {
                background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('https://daiphucvinh.com/images/album/3_2828.jpg') no-repeat center center;
                background-size: cover;
                background-attachment: fixed;
                color: white;
                padding: 120px 0;
                position: relative;
            }

            .stat-box {
                text-align: center;
                padding: 30px 20px;
                transition: all 0.3s ease;
            }

                .stat-box:hover {
                    transform: translateY(-10px);
                }

            .stat-number {
                font-size: 60px;
                font-weight: 700;
                color: var(--secondary-color);
                margin-bottom: 15px;
                line-height: 1;
            }

            .stat-label {
                font-size: 18px;
                color: white;
                text-transform: uppercase;
                font-weight: 500;
                letter-spacing: 1px;
            }
            /* Certificates */
            .certificate-item {
                text-align: center;
                margin-bottom: 30px;
                padding: 30px 20px;
                background: white;
                border-radius: 10px;
                box-shadow: 0 10px 25px rgba(0,0,0,0.06);
                transition: all 0.4s ease;
                height: 100%;
                position: relative;
                overflow: hidden;
            }

                .certificate-item:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 5px;
                    height: 0;
                    background: var(--primary-color);
                    transition: all 0.4s ease;
                }

                .certificate-item:hover:before {
                    height: 100%;
                }

                .certificate-item:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
                }

            .certificate-img {
                height: 150px;
                margin-bottom: 25px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
            }

            .certificate-item:hover .certificate-img {
                transform: scale(1.05);
            }

            .certificate-img img {
                max-height: 100%;
                max-width: 100%;
            }
            /* CTA Section */
            .cta-section {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/images/bg/img4.jpg') no-repeat center center;
                background-size: cover;
                color: white;
                padding: 100px 0;
                text-align: center;
            }

                .cta-section h2 {
                    font-size: 2.5rem;
                    margin-bottom: 1.5rem;
                }

                .cta-section p {
                    font-size: 1.25rem;
                    margin-bottom: 2rem;
                    max-width: 700px;
                    margin-left: auto;
                    margin-right: auto;
                    opacity: 0.9;
                }
            /* Partner Carousel */
            .partner-carousel {
                padding: 2rem 0;
            }

            .partner-logo {
                text-align: center;
                padding: 0 1rem;
            }

                .partner-logo img {
                    max-width: 100%;
                    height: auto;
                    filter: grayscale(100%);
                    transition: filter 0.3s ease;
                }

                .partner-logo:hover img {
                    filter: grayscale(0);
                }
            /* Buttons */
            .btn-primary {
                background: var(--primary-color);
                border: none;
                padding: 0.75rem 2rem;
                font-weight: 600;
                text-transform: uppercase;
                border-radius: 50px;
                transition: all 0.3s ease;
            }

                .btn-primary:hover {
                    background: var(--accent-color);
                    transform: translateY(-3px);
                    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
                }

            .btn-outline-primary {
                border: 2px solid var(--primary-color);
                color: var(--primary-color);
                padding: 0.75rem 2rem;
                font-weight: 600;
                text-transform: uppercase;
                border-radius: 50px;
                transition: all 0.3s ease;
            }

                .btn-outline-primary:hover {
                    background: var(--primary-color);
                    color: white;
                    transform: translateY(-3px);
                    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
                }

            .paper {
                padding-right: calc(var(--bs-gutter-x) * .5);
                padding-left: calc(var(--bs-gutter-x) * .5);
                padding-bottom: 20px;
            }

                .paper span {
                    display: block;
                    height: 0;
                    padding-bottom: 56.25%;
                    border-radius: 10px;
                    background: #fff;
                    border: 1px solid #eee;
                    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
                }

                    .paper span img {
                        max-width: 80%;
                        max-height: 80%;
                    }

            .showrooms {
                position: relative;
                padding-top: 50px;
                padding-bottom: 50px;
            }

                .showrooms .showroom {
                    flex: 0 0 auto;
                    width: 20%;
                    padding: 20px;
                    position: relative;
                }

                    .showrooms .showroom:before {
                        content: "";
                        display: block;
                        background: #fff;
                        z-index: -1;
                        position: absolute;
                        border-radius: 8px;
                        top: 10px;
                        left: 10px;
                        right: 10px;
                        bottom: 10px;
                        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
                    }

                    .showrooms .showroom .name {
                        line-height: 22px !important;
                        font-size: 16px !important;
                        margin-top: 0;
                        font-weight: 700;
                        margin-bottom: 15px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

                    .showrooms .showroom .thumbs {
                        width: 100%;
                        margin-bottom: 15px;
                        border: 2px solid #029b43;
                        box-shadow: -1px 3px 3px 0 #ccc
                    }

                    .showrooms .showroom p {
                        line-height: 20px !important;
                        font-size: 14px !important;
                        margin-bottom: 8px;
                    }

                        .showrooms .showroom p:nth-child(4) strong {
                            color: #E5322D
                        }

                        .showrooms .showroom p:nth-child(5) strong {
                            color: #E5322D
                        }

                .showrooms .showroom2 {
                    padding-top: 20px;
                    min-height: 150px !important
                }

                    .showrooms .showroom2 p:nth-child(2) strong {
                        color: #E5322D
                    }

                    .showrooms .showroom2 p:nth-child(3) strong {
                        color: #E5322D
                    }

                .showrooms .showroom .number {
                    background: #dd1015;
                    display: inline-block;
                    width: 25px;
                    height: 20px;
                    color: #fff;
                    font-size: 16px;
                    line-height: 20px;
                    text-align: center;
                    font-weight: 700;
                    border-radius: 4px;
                    -moz-border-radius: 4px;
                    box-shadow: -3px 3px 3px 0 #ccc;
                    float: left;
                    margin-right: 10px;
                    vertical-align: middle
                }
            /*==== NEW DETAI ====*/
            .col-lg-8 .flex-column.position-static .d-inline-block.text-primary-emphasis {
                display: none !important;
            }

            .share-buttons {
                margin-top: 30px;
                display: block;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                -js-display: flex;
                display: flex;
                -webkit-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                flex-flow: row wrap;
                -ms-flex-align: center;
                align-items: center;
                justify-content: end;
                background: #eee;
                padding: 5px 10px;
            }

                .share-buttons .fb-like.fb_iframe_widget {
                    margin-right: 5px;
                }

                .share-buttons > a {
                    display: block;
                    padding: 2px 10px;
                    border-radius: 4px;
                    background: #516eab;
                    margin-right: 3px;
                    color: #fff;
                    font-family: Helvetica, Arial, sans-serif;
                    font-size: 11px;
                    font-weight: bold;
                }

                .share-buttons a.buttons-tw {
                    background: #29c5f6;
                }

                .share-buttons a.buttons-gg {
                    background: #eb4026;
                }

                .share-buttons a.buttons-pt {
                    background: #ca212a;
                }

                .share-buttons a:hover {
                    opacity: 0.8;
                }
            /* Branches Section */
            .branches-section {
                background-color: var(--light-color);
            }

            .branch-tabs-container {
                background: white;
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 15px 35px rgba(0,0,0,0.08);
            }

            .branch-tabs {
                border-right: 1px solid #eee;
            }

            .nav-tabs {
                border: none;
                display: flex;
                flex-direction: column;
            }

                .nav-tabs .nav-link {
                    border: none;
                    border-radius: 0;
                    padding: 20px 25px;
                    text-align: left;
                    color: var(--dark-color);
                    font-weight: 600;
                    font-size: 16px;
                    transition: all 0.3s ease;
                    position: relative;
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid #f0f0f0;
                    width: 100%;
                    margin: 0;
                }

                    .nav-tabs .nav-link:after {
                        display: none;
                    }

                    .nav-tabs .nav-link:last-child {
                        border-bottom: none;
                    }

                    .nav-tabs .nav-link:hover {
                        background-color: rgba(139, 69, 19, 0.05);
                        color: var(--primary-color);
                    }

                    .nav-tabs .nav-link.active {
                        background-color: rgba(139, 69, 19, 0.1);
                        color: var(--primary-color);
                        border-right: 4px solid var(--primary-color);
                    }

                        .nav-tabs .nav-link.active:before {
                            content: '';
                            position: absolute;
                            right: -1px;
                            top: 0;
                            height: 100%;
                            width: 3px;
                            background: var(--primary-color);
                        }

            .tab-icon {
                width: 40px;
                height: 40px;
                background: var(--light-color);
                color: var(--primary-color);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 15px;
                flex-shrink: 0;
                transition: all 0.3s ease;
            }

            .nav-tabs .nav-link.active .tab-icon {
                background: var(--primary-color);
                color: white;
            }

            .tab-content {
                padding: 0;
                height: 100%;
            }

            .tab-pane {
                height: 100%;
                padding: 0;
            }

            .branch-info-details {
                padding: 30px;
                height: 100%;
            }

            .branch-info-header {
                margin-bottom: 30px;
                padding-bottom: 20px;
                border-bottom: 1px solid #eee;
            }

                .branch-info-header h3 {
                    color: var(--dark-color);
                    font-weight: 700;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                }

            .branch-type {
                display: inline-block;
                background: var(--secondary-color);
                color: white;
                padding: 5px 15px;
                border-radius: 20px;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 15px;
            }

            .branch-detail-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 25px;
                padding: 15px;
                border-radius: 8px;
                transition: all 0.3s ease;
                background: rgba(245, 245, 220, 0.3);
            }

                .branch-detail-item:hover {
                    background: rgba(139, 69, 19, 0.05);
                    transform: translateY(-3px);
                    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
                }

            .detail-icon {
                width: 50px;
                height: 50px;
                background: var(--primary-color);
                color: white;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                margin-right: 15px;
                flex-shrink: 0;
                transition: all 0.3s ease;
            }

            .branch-detail-item:hover .detail-icon {
                background: var(--accent-color);
                transform: scale(1.1);
            }

            .detail-content h5 {
                margin: 0 0 5px 0;
                font-weight: 600;
                color: var(--dark-color);
            }

            .detail-content p {
                margin: 0;
                color: #666;
                line-height: 1.6;
            }

            .branch-contact-actions {
                margin-top: 30px;
                display: flex;
                gap: 15px;
                flex-wrap: wrap;
            }

            .branch-map-container {
                height: 100%;
                min-height: 500px;
            }

            .branch-map {
                height: 100%;
                width: 100%;
                border: none;
                display: block;
            }

            .contact-info {
                margin-bottom: 50px;
            }

            .contact-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 35px;
                padding: 25px;
                background: white;
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.06);
                transition: all 0.3s ease;
            }

                .contact-item:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
                }

            .contact-icon {
                width: 70px;
                height: 70px;
                background: var(--primary-color);
                color: white;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 28px;
                margin-right: 25px;
                flex-shrink: 0;
                transition: all 0.3s ease;
            }

            .contact-item:hover .contact-icon {
                background: var(--accent-color);
                transform: scale(1.1);
            }

            .contact-content h4 {
                margin-top: 0;
                margin-bottom: 12px;
                color: var(--dark-color);
                font-weight: 600;
            }
            /* Contact Form */
            .contact-form {
                background: white;
                padding: 40px;
                border-radius: 10px;
                box-shadow: 0 15px 35px rgba(0,0,0,0.08);
                position: relative;
                overflow: hidden;
            }

                .contact-form:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 5px;
                    height: 100%;
                    background: var(--primary-color);
                }

            .form-group {
                margin-bottom: 25px;
            }

            .form-label {
                font-weight: 600;
                color: var(--dark-color);
                margin-bottom: 8px;
            }

            .form-control {
                border-radius: 8px;
                border: 1px solid #e0e0e0;
                padding: 12px 15px;
                height: auto;
                transition: all 0.3s ease;
                font-size: 15px;
            }

                .form-control:focus {
                    border-color: var(--primary-color);
                    box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.15);
                }

            textarea.form-control {
                min-height: 150px;
                resize: vertical;
            }
            /* FAQ Section */
            .faq-item {
                margin-bottom: 15px;
                border: 1px solid #eee;
                border-radius: 10px;
                overflow: hidden;
                background: white;
                box-shadow: 0 5px 15px rgba(0,0,0,0.05);
                transition: all 0.3s ease;
            }

                .faq-item:hover {
                    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
                }

            .faq-question {
                padding: 20px 25px;
                background: var(--light-color);
                cursor: pointer;
                position: relative;
                font-weight: 600;
                color: var(--dark-color);
                transition: all 0.3s ease;
            }

                .faq-question:hover {
                    background: rgba(205, 133, 63, 0.1);
                }

                .faq-question:after {
                    content: '\f107';
                    font-family: 'FontAwesome';
                    position: absolute;
                    right: 25px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: all 0.3s ease;
                }

                .faq-question.collapsed:after {
                    content: '\f105';
                }

            .faq-answer {
                padding: 25px;
                border-top: 1px solid #eee;
                color: #555;
            }
            /* Solution Tabs */
            .solution-tabs .nav-tabs {
                border-bottom: 3px solid var(--primary-color);
                justify-content: center;
                flex-wrap: wrap;
                flex-direction: row;
            }

                .solution-tabs .nav-tabs .nav-link {
                    border: none;
                    color: #666;
                    font-weight: 600;
                    padding: 15px 25px;
                    border-radius: 0;
                    text-transform: uppercase;
                    background: transparent;
                    position: relative;
                    transition: all 0.3s ease;
                }

                    .solution-tabs .nav-tabs .nav-link:before {
                        display: none;
                    }

                    .solution-tabs .nav-tabs .nav-link.active,
                    .solution-tabs .nav-tabs .nav-link:hover {
                        background: var(--primary-color);
                        color: var(--accent-color);
                    }

                        .solution-tabs .nav-tabs .nav-link.active:before,
                        .solution-tabs .nav-tabs .nav-link:hover:before {
                            width: 100%;
                        }

            .solution-tabs .tab-content {
                padding: 40px 0;
            }
            /* Solution Box */
            .solution-box {
                padding: 30px 30px 40px;
                border: 1px solid #eee;
                border-radius: 10px;
                transition: all 0.4s ease;
                background: white;
                box-shadow: 0 10px 30px rgba(0,0,0,0.06);
                height: 100%;
                position: relative;
                overflow: hidden;
            }

                .solution-box:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 5px;
                    height: 0;
                    background: var(--primary-color);
                    transition: all 0.4s ease;
                }

                .solution-box:hover:before {
                    height: 100%;
                }

                .solution-box:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
                }

                .solution-box h3 {
                    font-weight: bold;
                    font-size: 1.5rem;
                }

            .solution-icon {
                font-size: 50px;
                color: var(--primary-color);
                margin-bottom: 20px;
                transition: all 0.3s ease;
            }

            .solution-box:hover .solution-icon {
                transform: scale(1.1);
                color: var(--accent-color);
            }

            #solutionTabsContent h3 {
                font-size: 1.5rem;
                font-weight: bold;
            }

            .solution-features {
                list-style: none;
                padding: 0;
                margin: 20px 0;
            }

                .solution-features li {
                    padding: 8px 0;
                    position: relative;
                    padding-left: 30px;
                }

                    .solution-features li:before {
                        content: '\f00c';
                        font-family: 'FontAwesome';
                        position: absolute;
                        left: 0;
                        color: var(--secondary-color);
                        font-size: 16px;
                    }
            /* Process Steps */
            .process-steps {
                position: relative;
                padding: 80px 0;
            }

                .process-steps:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    right: 0;
                    height: 2px;
                    background: var(--secondary-color);
                    z-index: -1;
                }

            .process-step {
                text-align: center;
                position: relative;
                z-index: 2;
            }

                .process-step h4 {
                    font-size: 18px;
                    font-weight: bold;
                }

            .step-number {
                width: 80px;
                height: 80px;
                background: var(--primary-color);
                color: white;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 28px;
                font-weight: bold;
                margin: 0 auto 15px;
                border: 5px solid var(--light-color);
                transition: all 0.3s ease;
            }

            .process-step:hover .step-number {
                transform: scale(1.1);
                background: var(--accent-color);
            }
            /* EDIT HOTLINE */
            /*
.fancybox-slide > div {
    vertical-align: top !important;
    border-radius: 8px;
}
*/
            .fancybox-slide > div {
                padding: 24px;
                border-radius: 8px;
                margin: 44px 0 44px;
            }

            .row-hotline .col-left, .row-hotline .col-right {
                background: #f5f5f5;
                padding-top: 15px
            }

            @media (min-width:1023px) {
                .row-hotline .col-left {
                    border-right: 2px solid #00804A;
                }

                #popup img {
                    max-width: 700px;
                }
            }


            .citys {
                max-width: 600px;
                margin: auto;
                padding: 20px;
                background: #fff;
                border-radius: 8px;
            }

            .citys-head {
                text-align: center;
            }

                .citys-head .h3 {
                    margin-bottom: 10px;
                    margin-top: 10px;
                    font-size: 17px;
                    font-weight: bold;
                }

                .citys-head .desc {
                    font-size: 14px;
                    margin: 0 0 15px 0;
                }

            .city {
                margin-bottom: 13px;
            }

            .city-name {
                font-weight: 700;
                font-size: 15px;
                text-transform: uppercase;
                color: #be0000;
                text-align: center;
                margin-bottom: 10px;
            }

            .city-body {
                display: flex;
                flex-direction: row;
                justify-content: space-between
            }

                .city-body .call {
                    width: calc(100% / 2 - 10px);
                    background: #00804A;
                    color: #fff;
                    padding: 5px;
                    border-radius: 8px;
                    display: flex;
                    flex-direction: row;
                    text-decoration: none;
                    transition: all ease 0.3s
                }

                    .city-body .call:hover {
                        background: #005833;
                    }



                    .city-body .call .info {
                        display: flex;
                        flex-direction: column;
                        margin: auto 15px;
                        font-size: 16px;
                    }

                    .city-body .call .avatar {
                        width: 60px;
                        border: 2px solid rgba(255,255,255,0.5);
                        border-radius: 8px;
                        transition: all ease 0.3s
                    }

                    .city-body .call:hover .avatar {
                        border: 2px solid rgba(255,255,255,0.9);
                    }

            @media(max-width:1366px) {
                .city-body .call .avatar {
                    width: 50px;
                }

                .fancybox-slide > div {
                    padding: 10px !important;
                    margin: 0 !important;
                }
            }

            @media(max-width:480px) {

                .fancybox-slide > div {
                    vertical-align: middle !important
                }

                .city-name {
                    font-size: 13px;
                }

                .city-body .call {
                    border-radius: 4px;
                }

                    .city-body .call .info {
                        margin: auto 10px;
                        margin-right: 0;
                        font-size: 12px;
                    }

                        .city-body .call .info b {
                            font-size: 14px;
                        }

                    .city-body .call .avatar {
                        width: 50px;
                    }
            }
            /* END EDIT HOTLINE */
            /* Footer */
            footer {
                background: #222 url('/images/icon/pattern-brick.png') repeat top left;
                color: white;
                padding: 50px 0 15px;
                font-size: 14px;
            }

                footer a {
                    color: #fff;
                }

                footer h4 {
                    line-height: 1.4;
                    font-size: 1.2rem;
                }

                footer img {
                    max-height: 50px;
                    margin-bottom: 0;
                }

            .footer-title {
                font-size: 1.2rem;
                margin-bottom: 20px;
                position: relative;
                padding-bottom: 0.75rem;
                color: var(--accent-color);
            }

                .footer-title:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 50px;
                    height: 2px;
                    background: var(--accent-color);
                }

            .social-icons a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                background: rgba(255,255,255,0.1);
                border-radius: 50%;
                margin-right: 10px;
                transition: all 0.3s ease;
                color: white;
                text-decoration: none;
            }

                .social-icons a:hover {
                    background: var(--secondary-color);
                    transform: translateY(-3px);
                }

            .copyright {
                border-top: 1px solid #555;
                padding-top: 15px;
                margin-top: 15px;
                text-align: center;
                color: #aaa;
                font-size: 14px;
            }

            .contact-widget {
                position: fixed;
                top: 40%;
                right: 0;
                z-index: 111;
            }

                .contact-widget > .widget {
                    display: block;
                    left: 0;
                    transition: left .5s ease;
                    border-radius: 10px 0 0 10px !important;
                    width: 45px !important;
                    height: 45px !important;
                    margin: 3px !important;
                    background-size: contain !important;
                    position: relative;
                    cursor: pointer;
                    text-align: center;
                    background-repeat: no-repeat;
                    background-position: center left;
                }

                    .contact-widget > .widget:hover {
                        left: -70px;
                        width: auto
                    }

                    .contact-widget > .widget .text {
                        line-height: 45px !important;
                        left: 44px !important;
                        position: absolute;
                        white-space: nowrap;
                        color: #fff;
                        padding: 0 10px 0 8px;
                        text-align: right;
                    }
            /* Back to Top Button */
            .back-to-top {
                cursor: pointer;
                position: fixed;
                bottom: 120px;
                right: 28px;
                width: 50px;
                height: 50px;
                background: var(--bs-primary);
                color: white;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                z-index: 1000;
                box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            }

                .back-to-top.active {
                    opacity: 1;
                    visibility: visible;
                }

                .back-to-top:hover {
                    background: var(--bs-secondary);
                    transform: translateY(-5px);
                }

            .widget-hotline-2 {
                border-radius: 10px 0 0 10px !important;
                background-image: url(/images/icon/chat.svg), linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
            }

                .widget-hotline-2 .text {
                    background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
                }

            .widget-hotline {
                background-image: url(/images/icon/widget_icon_click_to_call_square.svg), linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
            }

                .widget-hotline .text {
                    background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
                }

            .widget-inbox {
                background-image: url(/images/icon/widget_icon_youtube.svg),linear-gradient( 180deg,#d42428 0%,#cc202d 100%);
            }

                .widget-inbox .text {
                    background-image: linear-gradient( 180deg,#d42428 0%,#cc202d 100%);
                }

            .widget-message {
                background-image: url(/images/icon/widget_icon_messenger_square.svg),linear-gradient( 0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
            }

                .widget-message .text {
                    background-image: linear-gradient( 0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
                }

            .widget-zalo {
                background-image: url(/images/icon/widget_icon_zalo_square.svg),linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
            }

                .widget-zalo .text {
                    background-image: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
                }

            .widget-address {
                background-image: url(/images/icon/widget_icon_map_square.svg),linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
            }

                .widget-address .text {
                    background-image: linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
                }

            .contact-widget > .widget-zalo:hover {
                left: -43px;
            }

            .contact-widget > .widget-address:hover {
                left: -83px;
            }
            /* Responsive */
            @media (max-width: 991px) {
                .process-steps:before {
                    display: none;
                }

                .process-step {
                    margin-bottom: 40px;
                }

                .solution-tabs .nav-tabs .nav-link {
                    padding: 12px 20px;
                }
            }

            @media (max-width: 767px) {
                .section {
                    padding: 80px 0;
                }

                .section-title {
                    margin-bottom: 30px;
                }

                .cta-section h2 {
                    font-size: 32px;
                }

                .solution-tabs .nav-tabs .nav-item {
                    width: 100%;
                    text-align: center;
                }

                .solution-tabs .nav-tabs .nav-link {
                    width: 100%;
                }
            }


            @media(max-width:767px) {
                .contact-widget {
                    top: initial;
                    bottom: 10px;
                    width: 100%;
                    text-align: center
                }

                    .contact-widget > .widget {
                        display: inline-block;
                        border-radius: 10px !important;
                        margin: 0 4px !important;
                    }

                        .contact-widget > .widget .text {
                            display: none;
                        }

                        .contact-widget > .widget:hover {
                            left: unset !important
                        }

                .widget-hotline-2 {
                    display: inline-block !important;
                }

                .copy {
                    padding-bottom: 70px !important
                }

                .alo-phone, .alo-phone.alo-red {
                    display: none !important;
                }

                .hero-section {
                    padding: 80px 0;
                }

                    .hero-section h1 {
                        font-size: 2.5rem;
                    }

                .section {
                    padding: 60px 0;
                }

                .section-title h2 {
                    font-size: 2rem;
                }
            }

            @media (max-width: 480px) {
                header .logo {
                    flex: auto;
                }
            }
