{"id":5248,"date":"2025-08-20T06:38:21","date_gmt":"2025-08-20T06:38:21","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=5248"},"modified":"2025-12-23T06:07:26","modified_gmt":"2025-12-23T06:07:26","slug":"perfil-de-la-empresa","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/es\/perfil-de-la-empresa\/","title":{"rendered":"Qui\u00e9nes somos"},"content":{"rendered":"<style>\n    :root {\n        --gs-about-primary: #6b7051;\n        --gs-about-primary-dark: #4a4e38;\n        --gs-about-accent: #d4af37; \/* Metallic Gold for prestige *\/\n        --gs-about-bg-light: #f9f9f7;\n        --gs-about-text-main: #1a1a1a;\n        --gs-about-text-sub: #555555;\n        --gs-about-white: #ffffff;\n        --gs-about-radius: 8px;\n    }\n\n    \/* Reset & Base Scoped *\/\n    .gs-about-wrapper {\n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n        color: var(--gs-about-text-main);\n        line-height: 1.7;\n        background-color: var(--gs-about-white);\n        width: 100%;\n        overflow-x: hidden;\n    }\n\n    .gs-about-wrapper h1, .gs-about-wrapper h2, .gs-about-wrapper h3, .gs-about-wrapper h4 {\n        margin: 0 0 1rem 0;\n        font-weight: 700;\n        color: var(--gs-about-primary-dark);\n        line-height: 1.2;\n    }\n\n    .gs-about-wrapper p {\n        margin-bottom: 1.5rem;\n    }\n\n    .gs-about-wrapper a {\n        text-decoration: none;\n        transition: all 0.3s ease;\n        color: inherit;\n    }\n\n    .gs-about-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n        position: relative;\n    }\n\n    .gs-about-section {\n        padding: 80px 0;\n    }\n\n    .gs-bg-offset {\n        background-color: var(--gs-about-bg-light);\n    }\n\n    \/* --- COMPONENT: HERO OVERLAY V2 --- *\/\n    .gs-about-hero {\n        position: relative;\n        height: 70vh;\n        min-height: 500px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        background-color: #000;\n        overflow: hidden;\n    }\n\n    .gs-about-hero-bg {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        object-fit: cover;\n        opacity: 0.6;\n        z-index: 1;\n    }\n\n    .gs-about-hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 800px;\n        color: white;\n        padding: 0 20px;\n    }\n\n    .gs-about-hero h1 {\n        font-size: clamp(2.5rem, 5vw, 4rem);\n        color: white;\n        margin-bottom: 20px;\n        letter-spacing: -1px;\n    }\n\n    .gs-about-hero p {\n        font-size: 1.25rem;\n        color: rgba(255,255,255,0.9);\n        margin-bottom: 40px;\n    }\n\n    \/* --- COMPONENT: STATS GRID --- *\/\n    .gs-stats-bar {\n        background: var(--gs-about-primary);\n        padding: 60px 0;\n        color: white;\n        margin-top: -5px; \/* Seal gaps *\/\n    }\n\n    .gs-stats-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 30px;\n        text-align: center;\n    }\n\n    .gs-stat-num {\n        display: block;\n        font-size: 3rem;\n        font-weight: 800;\n        color: var(--gs-about-accent);\n        line-height: 1;\n        margin-bottom: 10px;\n    }\n\n    .gs-stat-label {\n        font-size: 0.9rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        opacity: 0.9;\n    }\n\n    \/* --- COMPONENT: TIMELINE VERTICAL --- *\/\n    .gs-timeline-wrap {\n        position: relative;\n        padding: 40px 0;\n    }\n\n    .gs-timeline-wrap::before {\n        content: '';\n        position: absolute;\n        left: 50%;\n        top: 0;\n        bottom: 0;\n        width: 2px;\n        background: #e0e0e0;\n        transform: translateX(-50%);\n    }\n\n    .gs-timeline-node {\n        position: relative;\n        width: 50%;\n        padding: 0 40px;\n        margin-bottom: 60px;\n        box-sizing: border-box;\n    }\n\n    .gs-timeline-node:nth-child(odd) {\n        left: 0;\n        text-align: right;\n    }\n\n    .gs-timeline-node:nth-child(even) {\n        left: 50%;\n        text-align: left;\n    }\n\n    .gs-timeline-dot {\n        position: absolute;\n        top: 0;\n        width: 20px;\n        height: 20px;\n        background: var(--gs-about-accent);\n        border: 4px solid white;\n        border-radius: 50%;\n        box-shadow: 0 0 0 2px var(--gs-about-primary);\n        z-index: 2;\n    }\n\n    .gs-timeline-node:nth-child(odd) .gs-timeline-dot { right: -10px; }\n    .gs-timeline-node:nth-child(even) .gs-timeline-dot { left: -10px; }\n\n    .gs-timeline-year {\n        display: inline-block;\n        background: var(--gs-about-primary-dark);\n        color: white;\n        padding: 5px 15px;\n        border-radius: 50px;\n        font-weight: 700;\n        margin-bottom: 15px;\n    }\n\n    \/* --- COMPONENT: TECHNICAL DEEP DIVE (EXPANSION) --- *\/\n    .gs-tech-article {\n        background: white;\n        border: 1px solid #eee;\n        border-radius: var(--gs-about-radius);\n        padding: 50px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    .gs-tech-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 50px;\n        margin-top: 40px;\n    }\n\n    .gs-tech-box {\n        background: var(--gs-about-bg-light);\n        padding: 30px;\n        border-left: 4px solid var(--gs-about-primary);\n    }\n\n    \/* --- COMPONENT: VIDEO MASONRY --- *\/\n    .gs-video-section-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: end;\n        margin-bottom: 40px;\n        border-bottom: 2px solid #eee;\n        padding-bottom: 20px;\n    }\n\n    .gs-video-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n    }\n\n    .gs-video-card {\n        background: #000;\n        border-radius: 8px;\n        overflow: hidden;\n        position: relative;\n        aspect-ratio: 16\/9;\n    }\n\n    .gs-video-card iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        opacity: 0.8;\n        transition: opacity 0.3s;\n    }\n    \n    .gs-video-card:hover iframe { opacity: 1; }\n\n    .gs-video-badge {\n        position: absolute;\n        top: 10px;\n        left: 10px;\n        background: var(--gs-about-accent);\n        color: #000;\n        font-weight: 700;\n        font-size: 0.75rem;\n        padding: 4px 10px;\n        border-radius: 4px;\n        z-index: 5;\n    }\n\n    \/* --- COMPONENT: FAQ ACCORDION --- *\/\n    .gs-faq-item {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 10px;\n    }\n\n    .gs-faq-trigger {\n        width: 100%;\n        text-align: left;\n        padding: 20px 0;\n        background: none;\n        border: none;\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: var(--gs-about-primary-dark);\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .gs-faq-trigger::after {\n        content: '+';\n        font-size: 1.5rem;\n        color: var(--gs-about-accent);\n        transition: transform 0.3s;\n    }\n\n    .gs-faq-trigger.active::after {\n        transform: rotate(45deg);\n    }\n\n    .gs-faq-content {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out;\n    }\n\n    .gs-faq-inner {\n        padding-bottom: 25px;\n        color: var(--gs-about-text-sub);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .gs-about-hero h1 { font-size: 2.5rem; }\n        .gs-stats-grid { grid-template-columns: 1fr 1fr; }\n        \n        .gs-timeline-wrap::before { left: 20px; }\n        .gs-timeline-node { width: 100%; padding-left: 50px; padding-right: 0; text-align: left !important; }\n        .gs-timeline-node:nth-child(odd), .gs-timeline-node:nth-child(even) { left: 0; }\n        .gs-timeline-dot { left: 11px !important; right: auto !important; }\n        \n        .gs-tech-grid { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"gs-about-wrapper\">\n\n    <header class=\"gs-about-hero\">\n        <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Goldensoar-Packaging-factory-Advantage-1.jpg.webp\" \n             alt=\"Golden Soar Factory Floor Injection Molding Machines\" \n             class=\"gs-about-hero-bg\" \n             fetchpriority=\"high\">\n        <div class=\"gs-about-hero-content\">\n            <h1>The Endorser of <br>Chinese Package Quality<\/h1>\n            <p>From a 2009 startup to a global manufacturing hub. We engineer the PE, PET, Aluminum, and Tinplate solutions that protect the world&#8217;s leading brands.<\/p>\n        <\/div>\n    <\/header>\n<div id=\"seo-breadcrumb-root\">\n<style>\n\/* --- SEO Breadcrumb Styles --- *\/\n#seo-breadcrumb-root {\n    width: 100%;\n    margin-bottom: 30px; \/* Space below breadcrumb *\/\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n}\n\n#seo-breadcrumb-root .bc-container {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    background: #F8FAFC; \/* Light industrial background *\/\n    padding: 12px 20px;\n    border-radius: 50px; \/* Fully rounded pill shape *\/\n    border: 1px solid #E2E8F0;\n    font-size: 0.9rem;\n    color: #64748B;\n}\n\n#seo-breadcrumb-root .bc-link {\n    text-decoration: none;\n    color: #0B2A4A; \/* Brand Dark Blue *\/\n    font-weight: 700;\n    transition: color 0.2s;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n#seo-breadcrumb-root .bc-link:hover {\n    color: #1F6AE1; \/* Brand Primary Blue *\/\n}\n\n#seo-breadcrumb-root .bc-sep {\n    color: #CBD5E1;\n    font-size: 0.8rem;\n}\n\n#seo-breadcrumb-root .bc-current {\n    color: #1F6AE1; \/* Highlight current page *\/\n    font-weight: 600;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    max-width: 600px; \/* Prevent long titles from breaking layout *\/\n}\n\n\/* Mobile Responsiveness *\/\n@media (max-width: 600px) {\n    #seo-breadcrumb-root .bc-container {\n        padding: 10px 15px;\n        font-size: 0.85rem;\n    }\n    #seo-breadcrumb-root .bc-current {\n        max-width: 150px;\n    }\n}\n<\/style>\n\n<nav aria-label=\"Breadcrumb\">\n    <div class=\"bc-container\">\n        <a href=\"\/es\/\" class=\"bc-link\">\n            <span>\ud83c\udfe0<\/span> Inicio\n        <\/a>\n\n        <span class=\"bc-sep\">\/<\/span>\n        <a href=\"https:\/\/goldensoarpackage.com\/es\/support-center\/\" class=\"bc-link\">\n            <span>Ayuda<\/span>\n        <\/a>\n\n        <span class=\"bc-sep\">\/<\/span>\n        <span class=\"bc-current\">\n            Qui\u00e9nes somos\n        <\/span>\n    <\/div>\n<\/nav>\n<\/div>\n    <div class=\"gs-stats-bar\">\n        <div class=\"gs-about-container\">\n            <div class=\"gs-stats-grid\">\n                <div>\n                    <span class=\"gs-stat-num\">15+<\/span>\n                    <span class=\"gs-stat-label\">Years of Molding<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gs-stat-num\">$12M+<\/span>\n                    <span class=\"gs-stat-label\">Annual Revenue<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gs-stat-num\">55%<\/span>\n                    <span class=\"gs-stat-label\">Automation Rate<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gs-stat-num\">80+<\/span>\n                    <span class=\"gs-stat-label\">Global Partners<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"gs-about-section\">\n        <div class=\"gs-about-container\">\n            <div style=\"text-align: center; max-width: 700px; margin: 0 auto 50px;\">\n                <h2>Our Journey: From Polymer to Precision<\/h2>\n                <p>Golden Soar was founded on a simple principle: Quality packaging requires engineering, not just trading. Here is how we evolved.<\/p>\n            <\/div>\n\n            <div class=\"gs-timeline-wrap\">\n                <div class=\"gs-timeline-node\">\n                    <div class=\"gs-timeline-dot\"><\/div>\n                    <span class=\"gs-timeline-year\">2009<\/span>\n                    <h3>The Foundation<\/h3>\n                    <p>Founder David Chen entered the plastics industry, mastering the molecular nuances of PE and PET materials. This technical groundwork laid the foundation for our expertise in material science.<\/p>\n                <\/div>\n\n                <div class=\"gs-timeline-node\">\n                    <div class=\"gs-timeline-dot\"><\/div>\n                    <span class=\"gs-timeline-year\">2014<\/span>\n                    <h3>Golden Soar Established<\/h3>\n                    <p>Officially incorporated in Ningbo, China. We moved beyond plastics, integrating Aluminum and Tinplate lines to serve the comprehensive needs of the cosmetic, food, and pharmaceutical sectors.<\/p>\n                <\/div>\n\n                <div class=\"gs-timeline-node\">\n                    <div class=\"gs-timeline-dot\"><\/div>\n                    <span class=\"gs-timeline-year\">2020<\/span>\n                    <h3>Technological Leap<\/h3>\n                    <p>Investment in high-efficiency multi-layer co-extrusion equipment. We achieved mass production capability for precision-molded PP jars and high-barrier metal containers, meeting international brand standards.<\/p>\n                <\/div>\n\n                <div class=\"gs-timeline-node\">\n                    <div class=\"gs-timeline-dot\"><\/div>\n                    <span class=\"gs-timeline-year\">2021<\/span>\n                    <h3>Silicone Integration<\/h3>\n                    <p>Added a dedicated <a href=\"https:\/\/goldensoarpackage.com\/es\/materiales-de-silicona\/\" style=\"color:var(--gs-about-primary); font-weight:bold;\">Silicone Processing Workshop<\/a>. This allowed us to enter the high-end maternal and travel product markets with soft-touch, BPA-free solutions.<\/p>\n                <\/div>\n\n                <div class=\"gs-timeline-node\">\n                    <div class=\"gs-timeline-dot\"><\/div>\n                    <span class=\"gs-timeline-year\">2024<\/span>\n                    <h3>Global Expansion<\/h3>\n                    <p>Shifted from regional exhibitions to a global presence (Germany, Dubai, USA). We are now partnering with FMCG giants, offering versatile solutions from <a href=\"https:\/\/goldensoarpackage.com\/es\/materiales-de-aluminio\/\" style=\"color:var(--gs-about-primary); font-weight:bold;\">Aluminum Aerosols<\/a> to eco-friendly PET.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-about-section gs-bg-offset\">\n        <div class=\"gs-about-container\">\n            <div class=\"gs-tech-article\">\n                <h2>2025 Strategic Insight: Material Science &#038; ESG Compliance<\/h2>\n                <p>In the modern B2B procurement landscape, selecting a packaging supplier is no longer just about price per unit; it is about <strong>supply chain resilience<\/strong> y <strong>technical compliance<\/strong>. At Golden Soar, we operate not just as a factory, but as a material consultancy.<\/p>\n\n                <div class=\"gs-tech-grid\">\n                    <div class=\"gs-tech-box\">\n                        <h4>Environmental Stress-Cracking Resistance (ESCR)<\/h4>\n                        <p>For chemical packaging, particularly surfactants and shampoos, bottle failure is often due to stress cracking. We strictly adhere to <strong>ASTM D1693<\/strong> testing protocols for our <a href=\"https:\/\/goldensoarpackage.com\/es\/materiales-pe\/\" style=\"color:var(--gs-about-primary-dark); font-weight:bold;\">PE Bottles<\/a>. By optimizing the density and crystallinity of the High-Density Polyethylene (HDPE), we ensure our bottles withstand aggressive formulations without compromising structural integrity during 6-month shelf-life tests.<\/p>\n                    <\/div>\n                    <div class=\"gs-tech-box\">\n                        <h4>Metal Safety: BPA-Ni Coatings<\/h4>\n                        <p>Regulatory shifts in the EU and North America are phasing out Bisphenol A. Our <a href=\"https:\/\/goldensoarpackage.com\/es\/materiales-de-hojalata\/\" style=\"color:var(--gs-about-primary-dark); font-weight:bold;\">Latas de hojalata para alimentos<\/a> and Aluminum Aerosols utilize next-generation BPA-Non-Intent (BPA-Ni) internal coatings. This ensures zero migration of hazardous substances, making our metal packaging fully compliant for infant formula and pharmaceutical applications.<\/p>\n                    <\/div>\n                <\/div>\n\n                <h3 style=\"margin-top: 40px;\">The Economics of Automation<\/h3>\n                <p>We have transitioned 55% of our workflow to automated lines. What does this mean for our buyers? <strong>Consistency and Cost-Efficiency.<\/strong> Manual assembly often leads to a 3-5% defect rate in cap torque and label alignment. Our automated capping and labeling lines reduce this to under 0.5%, significantly lowering your incoming Quality Control (IQC) costs and preventing line stoppages at your filling facility.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-about-section\" style=\"background: #111; color: white;\">\n        <div class=\"gs-about-container\">\n            <div class=\"gs-video-section-header\">\n                <div>\n                    <h2 style=\"color: white;\">Transparency in Action<\/h2>\n                    <p style=\"color: #bbb; margin: 0;\">Witness our production lines firsthand. No hidden outsourcing.<\/p>\n                <\/div>\n                <a href=\"https:\/\/www.tiktok.com\/@skye_qiu?_t=ZP-8zcr7ZFNh9j&#038;_r=1\" target=\"_blank\" style=\"border: 1px solid #333; padding: 10px 20px; border-radius: 50px; color: white; display: flex; align-items: center; gap: 10px;\" rel=\"noopener\">\n                    <span>Follow our Daily Production on TikTok<\/span>\n                    <span>\u2192<\/span>\n                <\/a>\n            <\/div>\n\n            <div class=\"gs-video-grid\">\n                <div class=\"gs-video-card\">\n                    <span class=\"gs-video-badge\">Aluminum Bottle Line<\/span>\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/jbXO2wm23nE\" title=\"Forming the bottle\" loading=\"lazy\"><\/iframe>\n                <\/div>\n                <div class=\"gs-video-card\">\n                    <span class=\"gs-video-badge\">Lid Production<\/span>\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/c7Ie7xyDb5g\" title=\"Producing the lid\" loading=\"lazy\"><\/iframe>\n                <\/div>\n                <div class=\"gs-video-card\">\n                    <span class=\"gs-video-badge\">PET Blowing<\/span>\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/bnW00PAfG60\" title=\"Bottle blowing of PET\" loading=\"lazy\"><\/iframe>\n                <\/div>\n                <div class=\"gs-video-card\">\n                    <span class=\"gs-video-badge\">Silicone Casting<\/span>\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/-qnBXU19V8o\" title=\"Resin Casting\" loading=\"lazy\"><\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-about-section\">\n        <div class=\"gs-about-container\">\n            <div style=\"display: flex; flex-wrap: wrap; gap: 50px; align-items: center;\">\n                <div style=\"flex: 1; min-width: 300px;\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/goldensoar-Exhibitions-Customers-Visiting.jpg.webp\" \n                         alt=\"Golden Soar Team and Global Customers\" \n                         style=\"width: 100%; border-radius: var(--gs-about-radius); box-shadow: 0 10px 30px rgba(0,0,0,0.1);\"\n                         loading=\"lazy\">\n                <\/div>\n                <div style=\"flex: 1; min-width: 300px;\">\n                    <h2>Responsibility Beyond Profit<\/h2>\n                    <p>We believe a factory is a community pillar. Our &#8220;Support for Veterans&#8221; initiative prioritizes hiring local veterans, providing them with specialized safety training and stable career paths.<\/p>\n                    <p>Furthermore, our commitment to <strong>Green Manufacturing<\/strong> involves rigorous waste recycling protocols. We recycle 100% of our aluminum scrap and have integrated closed-loop water cooling systems to minimize our environmental footprint.<\/p>\n                    <a href=\"https:\/\/goldensoarpackage.com\/es\/ecomateriales\/\" style=\"color: var(--gs-about-primary); font-weight: 700; border-bottom: 2px solid var(--gs-about-primary);\">Explore Eco-Materials \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-about-section gs-bg-offset\">\n        <div class=\"gs-about-container\" style=\"max-width: 800px;\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Procurement FAQ<\/h2>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-trigger\">What certifications does Golden Soar hold?<\/button>\n                <div class=\"gs-faq-content\">\n                    <div class=\"gs-faq-inner\">\n                        We are ISO 9001 certified for quality management. Our materials (PE, PET, Aluminum, Silicone) are FDA-compliant for food contact, and we can provide SGS and REACH reports upon request for the European market.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-trigger\">Do you support ODM (Original Design Manufacturing)?<\/button>\n                <div class=\"gs-faq-content\">\n                    <div class=\"gs-faq-inner\">\n                        Yes. We have an in-house team of professional designers. If you provide a concept or a sketch, we can develop 3D renderings and prototype molds within 7-10 days.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-trigger\">What are the MOQ requirements for custom tooling?<\/button>\n                <div class=\"gs-faq-content\">\n                    <div class=\"gs-faq-inner\">\n                        For existing molds, our MOQ is flexible. For creating a brand new custom mold (e.g., a unique shampoo bottle shape), we generally require an MOQ of 10,000-20,000 pieces to amortize the mold cost effectively.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-trigger\">How do you handle shipping to the USA and Europe?<\/button>\n                <div class=\"gs-faq-content\">\n                    <div class=\"gs-faq-inner\">\n                        We offer EXW, FOB, CIF, and DDP terms. For urgent orders, we can arrange air freight. For bulk orders, we handle container booking and export documentation to ensure smooth customs clearance at your destination.\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n             <div class=\"gs-faq-item\">\n                <button class=\"gs-faq-trigger\">Can I visit the factory before placing an order?<\/button>\n                <div class=\"gs-faq-content\">\n                    <div class=\"gs-faq-inner\">\n                        Absolutely. We welcome clients to visit our facility in Zhoushan\/Ningbo. If you cannot travel, we can arrange a live video call tour of the production line relevant to your product.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <div style=\"background: var(--gs-about-primary-dark); padding: 40px 0; text-align: center; color: white;\">\n        <div class=\"gs-about-container\">\n            <h3>Start Your Project with a Factory That Cares<\/h3>\n            <p style=\"color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 30px;\">From concept design to final delivery, Golden Soar is your reliable partner in China.<\/p>\n            <a href=\"#contact-footer\" style=\"background: white; color: var(--gs-about-primary-dark); padding: 15px 40px; border-radius: 50px; font-weight: 700; text-transform: uppercase;\">Get A Quote Now<\/a>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<script>\n    \/\/ FAQ Toggle Logic\n    document.querySelectorAll('.gs-faq-trigger').forEach(btn => {\n        btn.addEventListener('click', () => {\n            const content = btn.nextElementSibling;\n            btn.classList.toggle('active');\n            \n            if (btn.classList.contains('active')) {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n            } else {\n                content.style.maxHeight = null;\n            }\n        });\n    });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>The Endorser of Chinese Package Quality From a 2009 startup to a global manufacturing hub. We engineer the PE, PET, Aluminum, and Tinplate solutions that protect the world&#8217;s leading brands. \ud83c\udfe0 Home \/ Support \/ About Us 15+ Years of Molding $12M+ Annual Revenue 55% Automation Rate 80+ Global Partners Our Journey: From Polymer to &#8230; <a title=\"Qui\u00e9nes somos\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/es\/perfil-de-la-empresa\/\" aria-label=\"Leer m\u00e1s sobre About Us\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5248","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/5248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/comments?post=5248"}],"version-history":[{"count":52,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/5248\/revisions"}],"predecessor-version":[{"id":9721,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/5248\/revisions\/9721"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/media?parent=5248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}