{"id":4235,"date":"2026-04-23T05:18:45","date_gmt":"2026-04-23T05:18:45","guid":{"rendered":"https:\/\/sustainability.mama.co.th\/?page_id=4235"},"modified":"2026-05-21T13:54:50","modified_gmt":"2026-05-21T13:54:50","slug":"production-standards","status":"publish","type":"page","link":"https:\/\/sustainability.mama.co.th\/en\/production-standards\/","title":{"rendered":"Production Standards"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4235\" class=\"elementor elementor-4235\" 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>Production Standards - Full Overview with Interactive Timeline<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=K2D:wght@400;600;700&family=Sarabun:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-navy: #1a365d;\n            --accent-yellow: #f59e0b;\n            --accent-red: #ef4444;\n            --bg-light: #f4f7fa;\n            --card-bg: #ffffff;\n            --text-main: #334155;\n            --text-muted: #64748b;\n            --border-light: #e2e8f0;\n            --success-color: #10b981;\n            --badge-bg: #e0f2fe;\n            --badge-text: #0284c7;\n        }\n\n        body {\n            background-color: var(--bg-light);\n            font-family: 'Sarabun', sans-serif;\n            margin: 0;\n            padding: 50px 20px;\n        }\n\n        .main-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* ---------------------------------\n           \u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48 1: Header & Horizontal Timeline\n           --------------------------------- *\/\n        .header-title {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .header-title h1 {\n            font-family: 'K2D', sans-serif;\n            color: var(--primary-navy);\n            font-size: 36px;\n            font-weight: 700;\n            margin: 0 0 8px 0;\n        }\n\n        .header-title p {\n            color: var(--accent-red);\n            font-size: 18px;\n            font-family: 'K2D', sans-serif;\n            font-weight: 600;\n            margin: 0;\n        }\n\n        .horizontal-timeline {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            position: relative;\n            padding-top: 20px;\n            gap: 20px;\n            margin-bottom: 60px;\n        }\n\n        .horizontal-timeline::before {\n            content: '';\n            position: absolute;\n            top: 34px;\n            left: 5%;\n            right: 5%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-navy), #60a5fa);\n            border-radius: 4px;\n            z-index: 1;\n        }\n\n        .timeline-item {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            position: relative;\n            z-index: 2;\n        }\n\n        .timeline-dot {\n            width: 24px;\n            height: 24px;\n            background-color: var(--accent-yellow);\n            border: 4px solid #fff;\n            border-radius: 50%;\n            margin-bottom: 25px;\n            box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .timeline-item:nth-child(even) .timeline-dot {\n            background-color: var(--accent-red);\n            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);\n        }\n\n        .timeline-content {\n            background-color: var(--card-bg);\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);\n            border: 1px solid var(--border-light);\n            border-top: 4px solid var(--accent-yellow);\n            width: 100%;\n            box-sizing: border-box;\n            text-align: center;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .timeline-item:nth-child(even) .timeline-content { border-top-color: var(--accent-red); }\n        .timeline-item:hover .timeline-dot { transform: scale(1.3); }\n        .timeline-item:hover .timeline-content { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(26, 54, 93, 0.08); }\n\n        .timeline-content h3 { font-family: 'K2D', sans-serif; font-size: 18px; color: var(--primary-navy); margin: 0 0 8px 0; font-weight: 700; }\n        .timeline-content p { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.5; }\n\n        \/* \u0e25\u0e39\u0e01\u0e40\u0e25\u0e48\u0e19\u0e25\u0e34\u0e49\u0e19\u0e0a\u0e31\u0e01\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 (\u0e02\u0e22\u0e32\u0e22\u0e25\u0e07\u0e21\u0e32\u0e40\u0e21\u0e37\u0e48\u0e2d Hover) *\/\n        .factory-list {\n            max-height: 0;\n            opacity: 0;\n            overflow: hidden;\n            transition: all 0.4s ease;\n            margin-top: 0;\n        }\n\n        .timeline-item:hover .factory-list {\n            max-height: 250px;\n            opacity: 1;\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 1px dashed #cbd5e1;\n        }\n\n        .factory-title {\n            display: block;\n            font-size: 13px;\n            color: var(--primary-navy);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .factory-tags span {\n            display: inline-block;\n            background: #f1f5f9;\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-size: 12px;\n            color: var(--text-main);\n            margin: 3px 2px;\n            border: 1px solid #e2e8f0;\n        }\n\n        \/* ---------------------------------\n           \u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48 2: Full Detailed Table\n           --------------------------------- *\/\n        .table-section {\n            background-color: var(--card-bg);\n            border-radius: 24px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--border-light);\n            overflow: hidden;\n        }\n\n        .table-header-box {\n            text-align: center;\n            margin-bottom: 25px;\n        }\n\n        .table-header-box h2 {\n            font-family: 'K2D', sans-serif;\n            color: var(--primary-navy);\n            font-size: 24px;\n            margin: 0;\n        }\n\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 12px;\n            border: 1px solid var(--border-light);\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 900px;\n        }\n\n        th, td {\n            padding: 15px 12px;\n            text-align: center;\n            border-bottom: 1px solid #f1f5f9;\n        }\n\n        th {\n            background-color: #f8fafc;\n            font-family: 'K2D', sans-serif;\n            color: var(--primary-navy);\n            font-weight: 600;\n            font-size: 16px;\n        }\n\n        th:first-child, td:first-child {\n            text-align: left;\n            padding-left: 20px;\n        }\n\n        td:first-child {\n            font-weight: 500;\n            color: var(--text-main);\n            font-size: 14.5px;\n        }\n\n        tbody tr { transition: all 0.2s ease; }\n        tbody tr:hover {\n            background-color: #f0f7ff;\n            transform: scale(1.002);\n        }\n        tbody tr:hover td:first-child { color: var(--primary-navy); font-weight: 600; }\n\n        .check-icon { display: inline-flex; justify-content: center; align-items: center; }\n        .check-icon svg { width: 20px; height: 20px; color: var(--success-color); stroke-width: 3; }\n\n        .badge {\n            background-color: var(--badge-bg);\n            color: var(--badge-text);\n            padding: 6px 12px;\n            border-radius: 50px;\n            font-size: 12px;\n            font-weight: 500;\n            display: inline-block;\n            line-height: 1.2;\n            border: 1px solid #bae6fd;\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 900px) {\n            .horizontal-timeline { flex-direction: column; padding-top: 0; gap: 30px; }\n            .horizontal-timeline::before {\n                top: 0; bottom: 0; left: 31px; width: 4px; height: 100%; display: block;\n                background: linear-gradient(180deg, var(--primary-navy), #60a5fa);\n            }\n            .timeline-item { flex-direction: row; align-items: flex-start; width: 100%; }\n            .timeline-dot { margin-bottom: 0; margin-right: 25px; margin-top: 20px; flex-shrink: 0; display: block; }\n            .timeline-content { text-align: left; border-top: none; border-left: 4px solid var(--accent-yellow); }\n            .timeline-item:nth-child(even) .timeline-content { border-top: none; border-left-color: var(--accent-red); }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"main-wrapper\">\n        \n        <div class=\"header-title\">\n            <p>Quality Control Archway<\/p>\n            <h1>Product Quality and Manufacturing Standards<\/h1>\n        <\/div>\n\n        <div class=\"horizontal-timeline\">\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <h3>GHPs & HACCP<\/h3>\n                    <p>Food Safety Management System<\/p>\n                    <div class=\"factory-list\">\n                        <span class=\"factory-title\">Covering All Five Manufacturing Facilities<\/span>\n                        <div class=\"factory-tags\">\n                            <span>Chonburi<\/span> <span>Lamphun<\/span> <span>Rayong<\/span> <span>Ratchaburi Plant 1<\/span> <span>Ratchaburi Plant 2<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <h3>ISO 9001 & 14001<\/h3>\n                    <p>Quality and Environmental Management System<\/p>\n                    <div class=\"factory-list\">\n                        <span class=\"factory-title\">Covered Manufacturing Facilities<\/span>\n                        <div class=\"factory-tags\">\n                            <span>Chonburi<\/span> <span>Lamphun<\/span> <span>Rayong (Confectionery)<\/span> <span>Ratchaburi Plant 1<\/span> <span>Ratchaburi Plant 2<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <h3>BRCGS<\/h3>\n                    <p>Advanced Food Safety Management System<\/p>\n                    <div class=\"factory-list\">\n                        <span class=\"factory-title\">Covering All Five Manufacturing Facilities<\/span>\n                        <div class=\"factory-tags\">\n                            <span>Chonburi<\/span> <span>Lamphun<\/span> <span>Rayong<\/span> <span>Ratchaburi Plant 1<\/span> <span>Ratchaburi Plant 2<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <h3>ESG & Sustainability<\/h3>\n                    <p>Sustainability and Fair Trade<\/p>\n                    <div class=\"factory-list\">\n                        <span class=\"factory-title\">Supporting Standards<\/span>\n                        <div class=\"factory-tags\">\n                            <span>SMETA-4<\/span> <span>Fair Trade<\/span> <span>Organic<\/span> <span>RSPO<\/span> <span>CFP\/CFO<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"table-section\">\n            <div class=\"table-header-box\">\n                <h2>Manufacturing Standards by Facility<\/h2>\n            <\/div>\n            \n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th style=\"width: 40%;\">Manufacturing Standards<\/th>\n                            <th style=\"width: 12%;\">Chonburi Plant<\/th>\n                            <th style=\"width: 12%;\">Lamphun Plant<\/th>\n                            <th style=\"width: 12%;\">Rayong Plant<\/th>\n                            <th style=\"width: 12%;\">Ratchaburi Plant 1<\/th>\n                            <th style=\"width: 12%;\">Ratchaburi Plant 2<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Good Hygiene Practices (GHPs)<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Hazard Analysis and Critical Control Point (HACCP)<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ISO 9001 Quality Management System<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ISO 14001 Environmental Management System<\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><span class=\"badge\">Exclusive to<br>Confectionery<\/span><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ISO\/IEC 17025 Testing and Calibration Laboratory Standard<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>BRCGS Global Standard Food Safety<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Thai Industrial Standard (TIS 271)<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>CSR-DIW Social Responsibility Standard<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ERSA: Elevate Responsible Sourcing Assessment<\/td>\n                            <td><span class=\"badge\">Converted<br>Report<\/span><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><span class=\"badge\">Converted<br>Report<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Energy Management and Conservation Standard<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Authorized Economic Operator (AEO) Certification<\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                            <td><span class=\"check-icon\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg><\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Halal Certification<\/td>\n                            <td><span class=\"badge\">Dried & Roast<br>Spices<\/span><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Kosher Certification<\/td>\n                            <td><\/td>\n                            <td><\/td>\n                            <td><span class=\"badge\">Rabbi Proved<\/span><\/td>\n                            <td><\/td>\n                            <td><span class=\"badge\">Rabbi Proved<\/span><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n        \n    <\/div>\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>Production Standards &#8211; Full Overview with Interactive Timeline Quality Control Archway \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 GHPs &#038; HACCP \u0e23\u0e30\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e32\u0e2b\u0e32\u0e23 \u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21 5 \u0e42\u0e23\u0e07\u0e07\u0e32\u0e19: \u0e0a\u0e25\u0e1a\u0e38\u0e23\u0e35 \u0e25\u0e33\u0e1e\u0e39\u0e19 \u0e23\u0e30\u0e22\u0e2d\u0e07 \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 1 \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 2 ISO 9001 &#038; 14001 \u0e23\u0e30\u0e1a\u0e1a\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21 \u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19: \u0e0a\u0e25\u0e1a\u0e38\u0e23\u0e35 \u0e25\u0e33\u0e1e\u0e39\u0e19 \u0e23\u0e30\u0e22\u0e2d\u0e07 (Confectionery) \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 1 \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 2 BRCGS \u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e02\u0e31\u0e49\u0e19\u0e2a\u0e39\u0e07 \u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21 5 \u0e42\u0e23\u0e07\u0e07\u0e32\u0e19: \u0e0a\u0e25\u0e1a\u0e38\u0e23\u0e35 \u0e25\u0e33\u0e1e\u0e39\u0e19 \u0e23\u0e30\u0e22\u0e2d\u0e07 \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 1 \u0e23\u0e32\u0e0a\u0e1a\u0e38\u0e23\u0e35 2 ESG &#038; Sustainability [&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-4235","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/4235","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=4235"}],"version-history":[{"count":25,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/4235\/revisions"}],"predecessor-version":[{"id":5856,"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/pages\/4235\/revisions\/5856"}],"wp:attachment":[{"href":"https:\/\/sustainability.mama.co.th\/en\/wp-json\/wp\/v2\/media?parent=4235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}