{"id":5999,"date":"2026-05-25T15:14:20","date_gmt":"2026-05-25T15:14:20","guid":{"rendered":"https:\/\/sustainability.mama.co.th\/?page_id=5999"},"modified":"2026-09-07T01:23:06","modified_gmt":"2026-09-07T01:23:06","slug":"global-standards-and-partnerships","status":"publish","type":"page","link":"https:\/\/sustainability.mama.co.th\/en\/global-standards-and-partnerships\/","title":{"rendered":"International Standards and Strategic Partnerships"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5999\" class=\"elementor elementor-5999\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-154456d e-flex e-con-boxed pxl-column-none pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-full-content-with-space-none pxl-bg-color-none pxl-backdrop-filter-disable pxl-section-overlay-none e-con e-parent\" data-id=\"154456d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;tmea_shape_divider_top&quot;:&quot;none&quot;,&quot;tmea_shape_divider_bottom&quot;:&quot;none&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t<div class=\"elementor-element elementor-element-adebe5c e-flex e-con-boxed pxl-column-none pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-full-content-with-space-none pxl-bg-color-none pxl-backdrop-filter-disable pxl-section-overlay-none e-con e-child\" data-id=\"adebe5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;tmea_shape_divider_top&quot;:&quot;none&quot;,&quot;tmea_shape_divider_bottom&quot;:&quot;none&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c7c9fe0 elementor-widget elementor-widget-html\" data-id=\"c7c9fe0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"th\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d - ESG<\/title>\n\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=K2D:wght@400;600&family=Sarabun:wght@300;400;600&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --noodle-color: #e5a953;\n            --bg-color: #ffffff;\n            --card-bg: #ffffff;\n            --text-main: #333333;\n            --text-light: #666666;\n        }\n\n        body {\n            font-family: 'Sarabun', sans-serif;\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            margin: 0;\n            padding: 0;\n            overflow-x: hidden;\n            font-weight: 400;\n        }\n\n        h1, h2, h3 {\n            font-family: 'K2D', sans-serif;\n            font-weight: 600;\n        }\n\n        .header {\n            text-align: center;\n            padding: 4rem 1rem 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 0.5rem;\n            color: #222;\n        }\n\n        .header p {\n            font-size: 1.2rem;\n            color: var(--text-light);\n        }\n\n        .value-chain {\n            position: relative;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 2rem 1rem;\n        }\n\n        .noodle-line {\n            position: absolute;\n            top: 0;\n            bottom: 0;\n            left: 50%;\n            width: 8px;\n            background: linear-gradient(\n                to bottom,\n                transparent,\n                rgba(229, 169, 83, 0.2) 5%,\n                rgba(229, 169, 83, 0.2) 95%,\n                transparent\n            );\n            transform: translateX(-50%);\n            border-radius: 10px;\n        }\n\n        .noodle-progress {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            width: 8px;\n            background-color: var(--noodle-color);\n            transform: translateX(-50%);\n            border-radius: 10px;\n            height: 0%;\n            transition: height 0.2s ease-out;\n            box-shadow: 0 0 15px rgba(229, 169, 83, 0.6);\n            z-index: 1;\n        }\n\n        .stage {\n            display: flex;\n            justify-content: flex-start;\n            align-items: center;\n            margin-bottom: 3rem;\n            position: relative;\n            opacity: 0;\n            transform: translateY(50px);\n            transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);\n        }\n\n        .stage:nth-child(even) {\n            justify-content: flex-end;\n        }\n\n        .stage.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .timeline-dot {\n            position: absolute;\n            left: 50%;\n            top: 50%;\n            transform: translate(-50%, -50%);\n            width: 20px;\n            height: 20px;\n            background-color: var(--noodle-color);\n            border: 4px solid #fff;\n            border-radius: 50%;\n            z-index: 2;\n            box-shadow: 0 0 10px rgba(229, 169, 83, 0.4);\n            transition: all 0.3s ease;\n        }\n\n        .stage:hover .timeline-dot {\n            transform: translate(-50%, -50%) scale(1.3);\n        }\n\n        .card {\n            width: 45%;\n            background-color: var(--card-bg);\n            padding: 2.5rem;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n            position: relative;\n            border-top: 5px solid var(--noodle-color);\n            cursor: pointer;\n            transition: all 0.3s ease;\n            z-index: 3;\n        }\n\n        .card:hover {\n            box-shadow: 0 15px 40px rgba(0,0,0,0.12);\n            transform: translateY(-5px);\n        }\n\n        .card h2 {\n            margin-top: 0;\n            font-size: 1.6rem;\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 8px;\n            line-height: 1.3;\n        }\n\n        .badge {\n            background-color: var(--noodle-color);\n            color: white;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 400;\n            font-family: 'Sarabun', sans-serif;\n            display: inline-block;\n        }\n\n        .details {\n            max-height: 0;\n            overflow: hidden;\n            opacity: 0;\n            transition: all 0.5s cubic-bezier(0, 1, 0, 1);\n        }\n\n        .card:hover .details {\n            max-height: 900px;\n            opacity: 1;\n            margin-top: 1.5rem;\n            transition: all 0.5s ease-in-out;\n        }\n\n        ul {\n            padding-left: 1.2rem;\n            margin-bottom: 0;\n        }\n\n        li {\n            margin-bottom: 0.8rem;\n            line-height: 1.6;\n            font-size: 1.05rem;\n        }\n\n        \/* \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e22\u0e48\u0e2d\u0e22\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 \/ \u0e17\u0e27\u0e19\u0e2a\u0e2d\u0e1a *\/\n        .sub-standard {\n            display: block;\n            margin-top: 2px;\n        }\n\n        .verification-note {\n            margin-top: 10px;\n            padding-left: 14px;\n            border-left: 2px solid rgba(229, 169, 83, 0.55);\n            line-height: 1.55;\n            color: #555;\n            font-size: 0.96rem;\n        }\n\n        .verification-note strong {\n            color: #3b3b3b;\n            font-weight: 600;\n        }\n\n        .verification-level {\n            display: block;\n            margin-top: 2px;\n            color: #777;\n            font-size: 0.92rem;\n        }\n\n        @media (max-width: 900px) {\n\n            .noodle-line,\n            .noodle-progress {\n                left: 30px;\n                transform: none;\n            }\n\n            .timeline-dot {\n                left: 34px;\n            }\n\n            .stage,\n            .stage:nth-child(even) {\n                justify-content: flex-end;\n            }\n\n            .card {\n                width: calc(100% - 70px);\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <div class=\"header\">\n        <h1>International Standards and Strategic Partnerships<\/h1>\n        <p>International Standards and Collaborative Networks<\/p>\n    <\/div>\n\n    <div class=\"value-chain\">\n\n        <div class=\"noodle-line\"><\/div>\n        <div class=\"noodle-progress\" id=\"noodleProgress\"><\/div>\n\n        <!-- GOVERNANCE -->\n        <div class=\"stage\">\n            <div class=\"timeline-dot\"><\/div>\n\n            <div class=\"card\">\n                <h2>\n                    Good Corporate Governance and Transparent Business Practices\n                    <span class=\"badge\">Governance & Anti-Corruption<\/span>\n                <\/h2>\n\n                <div class=\"details\">\n                    <ul>\n                        <li>\n                            <strong>CAC<\/strong>\n                            (Thailand's Private Sector Collective Action Coalition Against Corruption)\n                        <\/li>\n\n                        <li>\n                            <strong>The Federation of Thai Industries<\/strong> (FTI)\n                        <\/li>\n\n                        <li><strong>CSR-DIW<\/strong><\/li>\n\n                        <li>\n                            <strong>IOD<\/strong> (Thai Institute of Directors)\n                        <\/li>\n\n                        <li><strong>SET ESG Ratings<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ENVIRONMENT -->\n        <div class=\"stage\">\n            <div class=\"timeline-dot\"><\/div>\n\n            <div class=\"card\">\n                <h2>\n                    Climate and Environmental Management\n                    <span class=\"badge\">Environment & Climate Action<\/span>\n                <\/h2>\n\n                <div class=\"details\">\n                    <ul>\n\n                        <li>\n                            <strong>Climate Change Institute<\/strong>\n                            The Federation of Thai Industries (FTI)\n                        <\/li>\n\n                        <li>\n                            <strong>Thailand Greenhouse Gas Management Organization<\/strong> \u0e2b\u0e23\u0e37\u0e2d TGO\n\n                            <span class=\"sub-standard\">\n                                \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 CFP \u0e41\u0e25\u0e30 CFO\n                            <\/span>\n\n                            <div class=\"verification-note\">\n                                <strong>\n                                    \u21b3 \u0e17\u0e27\u0e19\u0e2a\u0e2d\u0e1a\u0e42\u0e14\u0e22 ECEE (Third-party Verifier)\n                                <\/strong>\n\n                                <span class=\"verification-level\">\n                                    Limited Assurance \u00b7 5% Materiality Threshold\n                                <\/span>\n                            <\/div>\n                        <\/li>\n\n                        <li>\n                            <strong>ISO 14001<\/strong>\n                        <\/li>\n\n                        <li>\n                            <strong>Energy Management and Conservation Standard<\/strong>\n\n                            <div class=\"verification-note\">\n                                <strong>\n                                    \u21b3 \u0e15\u0e23\u0e27\u0e08\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e42\u0e14\u0e22\u0e1c\u0e39\u0e49\u0e15\u0e23\u0e27\u0e08\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e20\u0e32\u0e22\u0e19\u0e2d\u0e01 (Third-party Auditor)\n                                <\/strong>\n\n                                <span class=\"verification-level\">\n                                    Certified by the Department of Alternative Energy Development and Efficiency (DEDE)\n                                <\/span>\n                            <\/div>\n                        <\/li>\n\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- SUPPLY CHAIN -->\n        <div class=\"stage\">\n            <div class=\"timeline-dot\"><\/div>\n\n            <div class=\"card\">\n                <h2>\n                    Sustainable and Ethical Supply Chain Management\n                    <span class=\"badge\">Sustainable Supply Chain<\/span>\n                <\/h2>\n\n                <div class=\"details\">\n                    <ul>\n                        <li><strong>Sedex<\/strong> (SMETA-4 Pillars)<\/li>\n\n                        <li>\n                            <strong>RSPO<\/strong>\n                            (Roundtable on Sustainable Palm Oil)\n                        <\/li>\n\n                        <li><strong>Fairtrade International<\/strong><\/li>\n\n                        <li>\n                            <strong>ERSA<\/strong>\n                            (Elevate Responsible Sourcing Assessment)\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- FOOD SAFETY -->\n        <div class=\"stage\">\n            <div class=\"timeline-dot\"><\/div>\n\n            <div class=\"card\">\n                <h2>\n                    International Food Safety Standards\n                    <span class=\"badge\">Quality & Food Safety<\/span>\n                <\/h2>\n\n                <div class=\"details\">\n                    <ul>\n                        <li>\n                            <strong>BRCGS<\/strong>\n                            (Global Standard for Food Safety)\n                        <\/li>\n\n                        <li>\n                            <strong>GHPs<\/strong> and <strong>HACCP<\/strong>\n                        <\/li>\n\n                        <li>\n                            <strong>ISO 9001<\/strong> and\n                            <strong>ISO\/IEC 17025<\/strong>\n                        <\/li>\n\n                        <li><strong>Thai Industrial Standard 271 (TIS 271)<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- GLOBAL ACCESS -->\n        <div class=\"stage\">\n            <div class=\"timeline-dot\"><\/div>\n\n            <div class=\"card\">\n                <h2>\n                    Global Market Access and Consumer Diversity\n                    <span class=\"badge\">Global Access & Inclusivity<\/span>\n                <\/h2>\n\n                <div class=\"details\">\n                    <ul>\n                        <li>\n                            <strong>AEO<\/strong>\n                            (Authorized Economic Operator)\n                        <\/li>\n\n                        <li><strong>HALAL<\/strong><\/li>\n                        <li><strong>KOSHER<\/strong><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <script>\n        window.addEventListener('scroll', () => {\n\n            const scrollTop = window.scrollY;\n            const docHeight =\n                document.body.offsetHeight - window.innerHeight;\n\n            if (docHeight > 0) {\n\n                const scrollPercent = scrollTop \/ docHeight;\n\n                const progress =\n                    Math.min(\n                        Math.max(scrollPercent * 105, 0),\n                        100\n                    );\n\n                document.getElementById('noodleProgress').style.height =\n                    progress + '%';\n            }\n        });\n\n        const stages = document.querySelectorAll('.stage');\n\n        const observerOptions = {\n            threshold: 0.2,\n            rootMargin: \"0px 0px -50px 0px\"\n        };\n\n        const stageObserver =\n            new IntersectionObserver(function(entries) {\n\n                entries.forEach(entry => {\n\n                    if (!entry.isIntersecting) return;\n\n                    entry.target.classList.add('visible');\n                });\n\n            }, observerOptions);\n\n        stages.forEach(stage => {\n            stageObserver.observe(stage);\n        });\n    <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d &#8211; ESG \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d International Standards and Collaborative Networks \u0e01\u0e32\u0e23\u0e01\u0e33\u0e01\u0e31\u0e1a\u0e14\u0e39\u0e41\u0e25\u0e01\u0e34\u0e08\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e14\u0e35\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e42\u0e1b\u0e23\u0e48\u0e07\u0e43\u0e2a Governance &#038; Anti-Corruption CAC (Thailand&#8217;s Private Sector Collective Action Coalition Against Corruption) \u0e2a\u0e20\u0e32\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e41\u0e2b\u0e48\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22 (FTI) CSR-DIW IOD (Thai Institute of Directors) SET ESG Ratings \u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e20\u0e32\u0e1e\u0e20\u0e39\u0e21\u0e34\u0e2d\u0e32\u0e01\u0e32\u0e28\u0e41\u0e25\u0e30\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21 Environment &#038; Climate Action \u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e20\u0e32\u0e1e\u0e20\u0e39\u0e21\u0e34\u0e2d\u0e32\u0e01\u0e32\u0e28 &#8211; \u0e2a\u0e20\u0e32\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e41\u0e2b\u0e48\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22 (FTI) \u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e01\u0e4a\u0e32\u0e0b\u0e40\u0e23\u0e37\u0e2d\u0e19\u0e01\u0e23\u0e30\u0e08\u0e01 \u0e2b\u0e23\u0e37\u0e2d TGO \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 CFP \u0e41\u0e25\u0e30 CFO \u21b3 \u0e17\u0e27\u0e19\u0e2a\u0e2d\u0e1a\u0e42\u0e14\u0e22 ECEE (Third-party Verifier) Limited [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5999","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/5999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/comments?post=5999"}],"version-history":[{"count":10,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/5999\/revisions"}],"predecessor-version":[{"id":6273,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/5999\/revisions\/6273"}],"wp:attachment":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/media?parent=5999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}