/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.7.1767513657
Updated: 2026-01-04 08:00:57

*/

.banner-trong-suot {
  background-color: transparent !important;
}

.text-white {
  color: #fff;
}

.header-main .menu-item.current-menu-item .nav-top-link:before {
  width: 100%;
  opacity: 1;
  background: #000;
}

.header-main .menu-item .nav-top-link:hover:before {
  width: 100%;
  opacity: 1;
}

.header-main .menu-item .nav-top-link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1.5px;
  background: #000000;
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  opacity: 0;
}

.banner_contact {
  background-image: linear-gradient(rgba(17, 115, 212, 0.9), rgba(16, 25, 34, 0.9));
}

.section_about {
  top: -100px;
}

#wave_animate {
  height: 250px;
  position: relative;
  top: -100px;
}

#wave_animate {
  /* background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%); */
  overflow: hidden;
}

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(233, 186, 75);
}

.wave {
  background: url(/wp-content/uploads/2026/02/svgviewer-output.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.decorative-grid {
            position: absolute;
            inset: 0;
            display: flex;
            justify-content: space-between;
            padding: 0 3rem;
            opacity: 0.3;
            pointer-events: none;
            z-index: 0;
        }
        .grid-line { width: 1px; height: 100%; background-color: #f4f0e7; }

        /* 4. HERO SECTION */
        .hero {
            position: relative;
            height: auto  ;
            width: 100%;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            z-index: 10;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5)), 
                        url('https://images.unsplash.com/photo-1517089152318-42ec560349c0?q=80&w=2000') no-repeat center/cover;
            background-attachment: fixed;
        }

        .hero-content {
            position: relative;
            padding: 5rem;
            max-width: 900px;
            border-left: 4px solid var(--primary);
            backdrop-filter: blur(4px);
            margin-bottom: 5rem;
            margin-left: 5rem;
        }

        .hero-content h1 {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            font-weight: 800;
            color: white;
            line-height: 1.1;
            margin-bottom: 1rem;
        }

        .hero-content p {
            font-size: 1.25rem;
            color: rgba(255,255,255,0.9);
            font-weight: 300;
        }

        /* 5. CHAPTER STYLES (Dùng chung) */
        .section-padding { padding: 6rem 5rem; position: relative; z-index: 10; }
        
        .chapter-header {
            margin-bottom: 4rem;
            border-top: 1px solid rgba(244, 192, 37, 0.2);
            padding-top: 2rem;
            position: relative;
        }

        .chapter-label {
            position: absolute;
            top: -0.75rem;
            left: 0;
            background: var(--background-light);
            padding-right: 1rem;
            color: var(--primary);
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .chapter-title {
            font-size: 2.25rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        /* 6. TIMELINE (Chapter 01) */
        .history-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 3rem;
        }

        .timeline {
            border-left: 1px solid var(--border-subtle);
            padding-left: 4rem;
        }

        .timeline-item {
            position: relative;
            padding-bottom: 4rem;
        }

        .timeline-dot {
            position: absolute;
            left: -69px;
            top: 5px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 2px solid var(--primary);
            background: white;
            transition: 0.3s;
        }

        .timeline-item:hover .timeline-dot { background: var(--primary); }

        .year-bg {
            position: absolute;
            left: -1rem;
            top: -1.5rem;
            font-size: 3rem;
            font-weight: 300;
            color: #eee;
            z-index: -1;
        }

        /* 7. NĂNG LỰC SẢN XUẤT (Chapter 04) */
        .capacity-section {
            background-color: var(--background-dark);
            color: white;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .stat-card {
            padding: 2rem;
            border: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            background: rgba(255,255,255,0.05);
            border-radius: var(--radius-sm);
        }

        .stat-number {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #999;
            letter-spacing: 1px;
        }

        .btn-cta {
            margin-top: 4rem;
            background: var(--primary);
            border: none;
            padding: 1rem 2.5rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            transition: 0.3s;
        }

        .btn-cta:hover { background: white; }

        /* Responsive sơ bộ */
        @media (max-width: 1024px) {
            .history-grid, .stats-grid { grid-template-columns: 1fr; }
            .hero-content { margin-left: 2rem; padding: 2rem; }
            .section-padding { padding: 4rem 1.5rem; }
        }

        :root {
            --primary: #f4c025;
            --background-light: #fcfbf8;
            --background-dark: #221e10;
            --border-subtle: #e8e2ce;
            --text-main: #1c180d;
            --font-display: 'Manrope', sans-serif;
            --radius-xl: 0.5rem;
            --radius-lg: 0.25rem;
            --radius-sm: 0.125rem;
        }

        /* 2. RESET & GLOBAL STYLES */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: var(--font-display);
            background-color: var(--background-light);
            color: var(--text-main);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Scrollbar */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #f1f1f1; }
        ::-webkit-scrollbar-thumb { background: #d1d1d1; }
        ::-webkit-scrollbar-thumb:hover { background: #b1b1b1; }


/* Quy Trình */
        .badge {
            background-color: rgba(25, 161, 230, 0.1);
            color: var(--primary);
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            display: inline-block;
            margin-bottom: 1rem;
        }

        /* --- 3. Hero Section --- */
        .hero {
            padding: 80px 0;
            background: linear-gradient(to bottom, var(--surface), var(--bg-light));
            text-align: center;
        }

        .hero h1 {
            font-size: 2.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
            line-height: 1.2;
        }

        .hero p {
            font-size: 1.125rem;
            color: var(--text-muted);
            max-width: 680px;
            margin: 0 auto;
        }

        @media (min-width: 1024px) {
            .hero h1 { font-size: 3rem; }
            .hero p { font-size: 1.25rem; }
        }

        /* --- 4. Process Timeline Section --- */
        .timeline-section {
            padding-bottom: 6rem;
        }

        .steps-container {
            display: flex;
            flex-direction: column;
            gap: 5rem; /* Khoảng cách giữa các bước */
        }

        @media (min-width: 1024px) {
            .steps-container { gap: 8rem; }
        }

        /* Step Item Layout */
        .step-item {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
            align-items: center;
        }

        /* Media Query cho Desktop */
        @media (min-width: 1024px) {
            .step-item {
                flex-direction: row;
                gap: 4rem;
            }

            /* Zig-Zag: Đảo ngược vị trí cho các bước chẵn (2, 4) */
            .step-item:nth-child(even) {
                flex-direction: row-reverse;
            }

            .step-item:nth-child(even) .step-text {
                align-items: flex-end;
                text-align: right;
            }
            
            .step-item:nth-child(even) .tags-wrapper {
                justify-content: flex-end;
            }
        }

        /* Image Side */
        .step-image-wrapper {
            flex: 1;
            width: 100%;
            position: relative;
        }

        .image-card {
            position: relative;
            width: 100%;
            aspect-ratio: 4 / 3;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

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

        /* Hover Zoom Effect */
        .step-item:hover .image-card img {
            transform: scale(1.05);
        }

        .image-tag {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(4px);
            padding: 4px 12px;
            border-radius: 0.375rem;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #1e293b;
            z-index: 10;
        }

        /* Text Side */
        .step-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            width: 100%;
        }

        .number-title-group {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .step-number {
            color: var(--primary);
            font-size: 3.75rem;
            font-weight: 900;
            opacity: 0.2;
            line-height: 1;
            user-select: none;
        }

        .step-title {
            font-size: 1.875rem;
            font-weight: 700;
            line-height: 1.2;
            margin-top: -1rem; /* Hiệu ứng chồng lấn */
        }

        @media (min-width: 1024px) {
            .step-number { font-size: 6rem; }
            .step-title { margin-top: -1.5rem; }
        }

        .step-description {
            font-size: 1.125rem;
            color: var(--text-muted);
            line-height: 1.75;
        }

        /* Tags/Icons Area */
        .tags-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 0.5rem;
        }

        .feature-tag {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 0.75rem;
            background-color: var(--surface);
            border: 1px solid var(--border);
            border-radius: 0.5rem;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }

        .feature-tag span.material-symbols-outlined {
            color: var(--primary);
            font-size: 1.25rem;
        }

        .feature-tag span.text {
            font-size: 0.875rem;
            font-weight: 600;
            color: #334155;
        }

        /* --- 5. CTA Section --- */
        .cta-section {
            background-color: var(--surface);
            padding: 5rem 0;
            border-top: 1px solid #f1f5f9;
        }

        .cta-content {
            text-align: center;
            max-width: 960px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            padding: 0 1rem;
        }

        .cta-content h2 {
            font-size: 2rem;
            font-weight: 700;
        }

        .cta-content p {
            color: var(--text-muted);
            font-size: 1.125rem;
            max-width: 600px;
        }

        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 100%;
            justify-content: center;
        }

        @media (min-width: 640px) {
            .cta-buttons {
                flex-direction: row;
                width: auto;
            }
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            padding: 0 1.5rem;
            border-radius: 0.5rem;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            min-width: 160px;
        }

        .btn-primary {
            background-color: var(--primary);
            color: white;
            border: none;
            box-shadow: 0 4px 6px -1px rgba(25, 161, 230, 0.4);
        }

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

        .btn-outline {
            background-color: var(--surface);
            color: var(--text-main);
            border: 1px solid var(--border);
        }

        .btn-outline:hover {
            background-color: #f8fafc;
        }
/* end quy trinh */
.menu-menu-container a {
    color: #fff;
}

/* lien he */
.form-contact .wpcf7-spinner {
  display: none !important;
}

.form-contact .wpcf7-submit.button {
  width: 100%;
  color: #000000;
  background-color: #ffe836;
  border-radius: 5px !important;
}

.form-contact .wpcf7-form-control {
  border-radius: 5px !important;
}

.hover-img .image-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.post-item .box-image:hover::before{
-webkit-animation:shine .75s;
animation:shine .75s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.post-item .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
