{"id":363,"date":"2026-03-12T10:48:30","date_gmt":"2026-03-12T10:48:30","guid":{"rendered":"https:\/\/mockup1.twnweb.work\/?page_id=363"},"modified":"2026-03-13T10:51:07","modified_gmt":"2026-03-13T10:51:07","slug":"our-solution","status":"publish","type":"page","link":"https:\/\/mockup1.twnweb.work\/en\/our-solution\/","title":{"rendered":"\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"363\" class=\"elementor elementor-363\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6037b87 e-flex e-con-boxed e-con e-parent\" data-id=\"6037b87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bf2e63 elementor-widget elementor-widget-html\" data-id=\"5bf2e63\" 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>Melamine Solution - Srithai Superware<\/title>\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=Noto+Sans+Thai:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary: oklch(0.62 0.22 30);\n            --primary-foreground: oklch(0.98 0.001 0);\n            --background: oklch(0.98 0.001 0);\n            --foreground: oklch(0.235 0.015 65);\n            --card: oklch(0.98 0.001 0);\n            --card-foreground: oklch(0.235 0.015 65);\n            --secondary: oklch(0.5 0.12 120);\n            --secondary-foreground: oklch(0.98 0.001 0);\n            --muted: oklch(0.92 0.004 286.32);\n            --muted-foreground: oklch(0.552 0.016 285.938);\n            --accent: oklch(0.8 0.15 50);\n            --accent-foreground: oklch(0.235 0.015 65);\n            --border: oklch(0.92 0.004 286.32);\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: \"Noto Sans Thai\", sans-serif;\n            color: var(--foreground);\n            line-height: 1.6;\n            background-color: var(--background);\n        }\n\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 1rem;\n        }\n\n        @media (min-width: 640px) {\n            .container {\n                padding: 0 1.5rem;\n            }\n        }\n\n        @media (min-width: 1024px) {\n            .container {\n                padding: 0 2rem;\n            }\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);\n            padding: 5rem 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-content {\n            max-width: 56rem;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1rem;\n            color: var(--foreground);\n        }\n\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.25rem;\n            }\n        }\n\n        .hero-subtitle {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 2rem;\n        }\n\n        .hero-description {\n            font-size: 1rem;\n            color: var(--foreground);\n            opacity: 0.8;\n            margin-bottom: 2rem;\n            max-width: 48rem;\n            line-height: 1.8;\n        }\n\n        @media (min-width: 768px) {\n            .hero-description {\n                font-size: 1.125rem;\n            }\n        }\n\n        .button-group {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin-top: 2rem;\n        }\n\n        @media (min-width: 640px) {\n            .button-group {\n                flex-direction: row;\n            }\n        }\n\n        .btn {\n            padding: 0.875rem 1.5rem;\n            font-size: 1rem;\n            font-weight: 600;\n            border: none;\n            border-radius: 0.5rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-family: \"Noto Sans Thai\", sans-serif;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n        }\n\n        .btn-primary {\n            background-color: var(--primary);\n            color: var(--primary-foreground);\n        }\n\n        .btn-primary:hover {\n            opacity: 0.9;\n            transform: translateY(-2px);\n        }\n\n.btn-secondary{\nbackground:white;\ncolor:var(--primary);\nborder:2px solid var(--primary);\ntext-decoration:none;\n}\n\n.btn-secondary:hover{\nbackground:var(--primary);\ncolor:white;\n}\n\n        \/* Solutions Section *\/\n        .solutions {\n            padding: 5rem 0;\n            background-color: white;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .section-header h2 {\n            font-size: 3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--foreground);\n        }\n\n        @media (max-width: 768px) {\n            .section-header h2 {\n                font-size: 2.25rem;\n            }\n        }\n\n        .section-header p {\n            font-size: 1.125rem;\n            color: var(--muted-foreground);\n            max-width: 42rem;\n            margin: 0 auto;\n        }\n\n        .solutions-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        @media (min-width: 768px) {\n            .solutions-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .solution-card {\n            background: white;\n            border-radius: 0.65rem;\n            overflow: hidden;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n            transition: box-shadow 0.3s ease;\n            border: 1px solid var(--border);\n        }\n\n        .solution-card:hover {\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .solution-image {\n            width: 100%;\n            height: 16rem;\n            object-fit: cover;\n            display: block;\n            position: relative;\n        }\n\n        .solution-image-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);\n            display: flex;\n            align-items: flex-end;\n            justify-content: flex-start;\n            padding: 1rem;\n        }\n\n        .solution-image-label {\n            background-color: var(--primary);\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 0.375rem;\n            font-size: 0.875rem;\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .solution-image-icon {\n            width: 1.5rem;\n            height: 1.5rem;\n            background-color: rgba(255, 255, 255, 0.3);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.875rem;\n        }\n\n        .solution-content {\n            padding: 1.5rem;\n        }\n\n        .solution-title {\n            font-size: 1.125rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: var(--foreground);\n        }\n\n        .solution-subtitle {\n            font-size: 0.875rem;\n            color: var(--muted-foreground);\n            margin-bottom: 1rem;\n        }\n\n        .solution-description {\n            font-size: 0.95rem;\n            color: var(--foreground);\n            opacity: 0.8;\n            margin-bottom: 1rem;\n            line-height: 1.6;\n        }\n\n        .solution-features {\n            margin-bottom: 1.5rem;\n        }\n\n        .solution-features-title {\n            font-size: 0.875rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            color: var(--foreground);\n        }\n\n        .feature-list {\n            list-style: none;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 0.5rem;\n            font-size: 0.875rem;\n            color: var(--muted-foreground);\n            margin-bottom: 0.5rem;\n        }\n\n        .feature-dot {\n            display: inline-block;\n            width: 0.375rem;\n            height: 0.375rem;\n            background-color: var(--primary);\n            border-radius: 50%;\n            margin-top: 0.375rem;\n            flex-shrink: 0;\n        }\n\n        .btn-card {\n            width: 100%;\n            margin-top: 1rem;\n            \n        }\n\n        \/* Why Choose Us Section *\/\n        .why-choose {\n            background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);\n            padding: 5rem 0;\n        }\n\n        .why-choose-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        @media (min-width: 768px) {\n            .why-choose-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .why-item {\n            text-align: center;\n        }\n\n        .why-icon {\n            width: 4rem;\n            height: 4rem;\n            background-color: rgba(0, 0, 0, 0.1);\n            border-radius: 50%;\n            margin: 0 auto 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .why-icon-inner {\n            width: 2rem;\n            height: 2rem;\n            background-color: var(--primary);\n            border-radius: 50%;\n        }\n\n        .why-title {\n            font-size: 1.125rem;\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            color: var(--foreground);\n        }\n\n        .why-description {\n            font-size: 0.95rem;\n            color: var(--foreground);\n            opacity: 0.8;\n        }\n\n        \/* CTA Section *\/\n        .cta {\n            background-color: var(--primary);\n            color: white;\n            padding: 5rem 0;\n            text-align: center;\n        }\n\n        .cta h2 {\n            font-size: 3rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n        }\n\n        @media (max-width: 768px) {\n            .cta h2 {\n                font-size: 2.25rem;\n            }\n        }\n\n        .cta p {\n            font-size: 1.125rem;\n            margin-bottom: 2rem;\n            max-width: 42rem;\n            margin-left: auto;\n            margin-right: auto;\n            opacity: 0.95;\n        }\n\n        .cta-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            justify-content: center;\n        }\n\n        @media (min-width: 640px) {\n            .cta-buttons {\n                flex-direction: row;\n            }\n        }\n\n        .btn-white {\n            background-color: white;\n            color: var(--primary);\n        }\n\n        .btn-white:hover {\n            background-color: rgba(255, 255, 255, 0.9);\n        }\n\n        .btn-outline {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n\n        .btn-outline:hover {\n            background-color: rgba(255, 255, 255, 0.1);\n            color: white;\n        }\n\n        \/* Footer *\/\n        footer {\n            background-color: #f9fafb;\n            padding: 3rem 0;\n            border-top: 1px solid var(--border);\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        @media (min-width: 768px) {\n            .footer-grid {\n                grid-template-columns: repeat(4, 1fr);\n            }\n        }\n\n        .footer-section h4 {\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--foreground);\n        }\n\n        .footer-section p,\n        .footer-section ul {\n            font-size: 0.875rem;\n            color: var(--muted-foreground);\n        }\n\n        .footer-section ul {\n            list-style: none;\n        }\n\n        .footer-section li {\n            margin-bottom: 0.5rem;\n        }\n\n        .footer-section a {\n            color: var(--muted-foreground);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .footer-section a:hover {\n            color: var(--foreground);\n        }\n\n        .footer-bottom {\n            border-top: 1px solid var(--border);\n            padding-top: 2rem;\n            text-align: center;\n            font-size: 0.875rem;\n            color: var(--muted-foreground);\n        }\n\n        .arrow {\n            display: inline-block;\n            margin-left: 0.25rem;\n        }\n        \n    <\/style>\n<\/head>\n<body>\n\n    <\/section>\n\n    <!-- Solutions Section -->\n    <section class=\"solutions\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/h2>\n                <p>\u0e40\u0e23\u0e32\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/p>\n            <\/div>\n\n            <div class=\"solutions-grid\">\n                <!-- HORECA Solution -->\n                <div class=\"solution-card\">\n                    <div style=\"position: relative; height: 16rem; overflow: hidden;\">\n                        <img decoding=\"async\" src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663424223232\/Qmd4fvqptSVaZMqu7XSWwZ\/horeca-solution-baWQhC2YcAGPvKAfJis7tz.webp\" alt=\"HORECA Solution\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                        <div class=\"solution-image-overlay\">\n                            <div class=\"solution-image-label\">\n                                <div class=\"solution-image-icon\">\n                                    <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M6 9c0-1 1-2 2-2h8c1 0 2 1 2 2v8c0 1-1 2-2 2H8c-1 0-2-1-2-2z\"><\/path>\n                                        <path d=\"M9 5v2M15 5v2M6 17h12\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                HORECA Solution\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"solution-content\">\n                        <h3 class=\"solution-title\">HORECA Solution<\/h3>\n                       \n                        <p class=\"solution-description\">\n                            \u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e02\u0e32\u0e22\u0e2a\u0e48\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21 \u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e19\u0e17\u0e32\u0e19, \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21, \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e2b\u0e19\u0e31\u0e01\u0e2b\u0e19\u0e48\u0e27\u0e07\n                        <\/p>\n                        <div class=\"solution-features\">\n                            <p class=\"solution-features-title\">\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e14\u0e48\u0e19:<\/p>\n                            <ul class=\"feature-list\">\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e17\u0e19\u0e17\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2b\u0e19\u0e31\u0e01\u0e2b\u0e19\u0e48\u0e27\u0e07<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e2b\u0e23\u0e39\u0e48\u0e41\u0e25\u0e30\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e07\u0e48\u0e32\u0e22\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e30\u0e2d\u0e32\u0e14<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e23\u0e32\u0e04\u0e32\u0e02\u0e32\u0e22\u0e2a\u0e48\u0e07\u0e17\u0e35\u0e48\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19\u0e44\u0e14\u0e49<\/li>\n                            <\/ul>\n                        <\/div>\n                        <a href=\"\/en\/horeca-solution\/\" class=\"btn btn-secondary btn-card\">\n\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Industry Specifics -->\n                <div class=\"solution-card\">\n                    <div style=\"position: relative; height: 16rem; overflow: hidden;\">\n                        <img decoding=\"async\" src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663424223232\/Qmd4fvqptSVaZMqu7XSWwZ\/healthcare-education-KRS6Ypkw4FGDSh9A3U6LVu.webp\" alt=\"Industry Specifics\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                        <div class=\"solution-image-overlay\">\n                            <div class=\"solution-image-label\">\n                                <div class=\"solution-image-icon\">\n                                    <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z\"><\/path>\n                                        <path d=\"M12 6v12M6 12h12\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                Household Solution\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"solution-content\">\n                        <h3 class=\"solution-title\">Household Solution<\/h3>\n                       \n                        <p class=\"solution-description\">\n                            \u0e20\u0e32\u0e0a\u0e19\u0e30\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e17\u0e35\u0e48\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e41\u0e25\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e38\u0e02\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32, \u0e42\u0e23\u0e07\u0e1e\u0e22\u0e32\u0e1a\u0e32\u0e25, \u0e41\u0e25\u0e30\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e14\u0e39\u0e41\u0e25\u0e1c\u0e39\u0e49\u0e2a\u0e39\u0e07\u0e2d\u0e32\u0e22\u0e38\n                        <\/p>\n                        <div class=\"solution-features\">\n                            <p class=\"solution-features-title\">\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e14\u0e48\u0e19:<\/p>\n                            <ul class=\"feature-list\">\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e41\u0e25\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e38\u0e02\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e34\u0e29\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e32\u0e23\u0e40\u0e04\u0e21\u0e35\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e17\u0e19\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e06\u0e48\u0e32\u0e40\u0e0a\u0e37\u0e49\u0e2d<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e23\u0e32\u0e04\u0e32\u0e1b\u0e23\u0e30\u0e2b\u0e22\u0e31\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e1a\u0e31\u0e19<\/li>\n                            <\/ul>\n                        <\/div>\n                        <a href=\"#\" class=\"btn btn-secondary btn-card\">\n\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- OEM & Private Label -->\n                <div class=\"solution-card\">\n                    <div style=\"position: relative; height: 16rem; overflow: hidden;\">\n                        <img decoding=\"async\" src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663424223232\/Qmd4fvqptSVaZMqu7XSWwZ\/oem-manufacturing-JFFftSRTxsUdhkutf3DTVH.webp\" alt=\"OEM & Private Label\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                        <div class=\"solution-image-overlay\">\n                            <div class=\"solution-image-label\">\n                                <div class=\"solution-image-icon\">\n                                    <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n                                        <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                OEM Solution\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"solution-content\">\n                        <h3 class=\"solution-title\">OEM Solution<\/h3>\n                       \n                        <p class=\"solution-description\">\n                            \u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e08\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e15\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e32\u0e23\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\n                        <\/p>\n                        <div class=\"solution-features\">\n                            <p class=\"solution-features-title\">\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e14\u0e48\u0e19:<\/p>\n                            <ul class=\"feature-list\">\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e1c\u0e25\u0e34\u0e15\u0e15\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e17\u0e35\u0e48\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e02\u0e19\u0e32\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19<\/li>\n                            <\/ul>\n                        <\/div>\n                        <a href=\"https:\/\/mockup1.twnweb.work\/en\/oem-solution\/\" class=\"btn btn-secondary btn-card\">\n\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Premium & Gifts -->\n                <div class=\"solution-card\">\n                    <div style=\"position: relative; height: 16rem; overflow: hidden;\">\n                        <img decoding=\"async\" src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663424223232\/Qmd4fvqptSVaZMqu7XSWwZ\/premium-gifts-KVDpZbPVqj7z3TmMPR5CWs.webp\" alt=\"Premium & Gifts\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                        <div class=\"solution-image-overlay\">\n                            <div class=\"solution-image-label\">\n                                <div class=\"solution-image-icon\">\n                                    <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <polyline points=\"20 12 20 22 4 22 4 12\"><\/polyline>\n                                        <rect x=\"2\" y=\"7\" width=\"20\" height=\"5\"><\/rect>\n                                        <path d=\"M12 9v8M9 9h6\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                \u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21 & \u0e02\u0e2d\u0e07\u0e02\u0e27\u0e31\u0e0d\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"solution-content\">\n                        <h3 class=\"solution-title\">\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21 & \u0e02\u0e2d\u0e07\u0e02\u0e27\u0e31\u0e0d\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23<\/h3>\n                        \n                        <p class=\"solution-description\">\n                            \u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e42\u0e25\u0e42\u0e01\u0e49\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2b\u0e21\u0e32\u0e22\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e1a\u0e19\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e02\u0e27\u0e31\u0e0d\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\n                        <\/p>\n                        <div class=\"solution-features\">\n                            <p class=\"solution-features-title\">\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e14\u0e48\u0e19:<\/p>\n                            <ul class=\"feature-list\">\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e42\u0e25\u0e42\u0e01\u0e49\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e02\u0e2d\u0e07\u0e02\u0e27\u0e31\u0e0d\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e43\u0e08<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e40\u0e2a\u0e23\u0e34\u0e21\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13<\/li>\n                                <li class=\"feature-item\"><span class=\"feature-dot\"><\/span>\u0e1a\u0e23\u0e23\u0e08\u0e38\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21<\/li>\n                            <\/ul>\n                        <\/div>\n                       <a href=\"#\" class=\"btn btn-secondary btn-card\">\n\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\n<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why Choose Us Section -->\n    <section class=\"why-choose\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u0e17\u0e33\u0e44\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e28\u0e23\u0e35\u0e44\u0e17\u0e22<\/h2>\n                <p>\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 50 \u0e1b\u0e35\u0e02\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07<\/p>\n            <\/div>\n\n            <div class=\"why-choose-grid\">\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14<\/h3>\n                    <p class=\"why-description\">\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14<\/p>\n                <\/div>\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22<\/h3>\n                    <p class=\"why-description\">\u0e43\u0e0a\u0e49\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e17\u0e35\u0e48\u0e25\u0e49\u0e33\u0e2a\u0e21\u0e31\u0e22\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/p>\n                <\/div>\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e44\u0e14\u0e49<\/h3>\n                    <p class=\"why-description\">\u0e21\u0e35\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e17\u0e35\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32<\/p>\n                <\/div>\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e04\u0e27\u0e32\u0e21\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/h3>\n                    <p class=\"why-description\">\u0e21\u0e38\u0e48\u0e07\u0e21\u0e31\u0e48\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e34\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21<\/p>\n                <\/div>\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e23\u0e32\u0e04\u0e32\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19<\/h3>\n                    <p class=\"why-description\">\u0e43\u0e2b\u0e49\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07<\/p>\n                <\/div>\n                <div class=\"why-item\">\n                    <div class=\"why-icon\">\n                        <div class=\"why-icon-inner\"><\/div>\n                    <\/div>\n                    <h3 class=\"why-title\">\u0e04\u0e27\u0e32\u0e21\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19<\/h3>\n                    <p class=\"why-description\">\u0e23\u0e31\u0e1a\u0e08\u0e49\u0e32\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e15\u0e32\u0e21\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e43\u0e19\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e15\u0e48\u0e32\u0e07\u0e46<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta\">\n        <div class=\"container\">\n            <h2>\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e22\u0e31\u0e07?<\/h2>\n            <p>\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/p>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/mockup1.twnweb.work\/en\/contact-us\/\" class=\"btn btn-outline\" target=\"_blank\">\nContact Us\n<\/a>\n                <a href=\"https:\/\/mockup1.twnweb.work\/en\/our-products\/\" class=\"btn btn-outline\" target=\"_blank\">\n\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\n<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Melamine Solution &#8211; Srithai Superware \u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 \u0e40\u0e23\u0e32\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08 \u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08 \u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e02\u0e32\u0e22\u0e2a\u0e48\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21 \u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e19\u0e17\u0e32\u0e19, \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21, \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e2b\u0e19\u0e31\u0e01\u0e2b\u0e19\u0e48\u0e27\u0e07 \u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e40\u0e14\u0e48\u0e19: \u0e17\u0e19\u0e17\u0e32\u0e19\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2b\u0e19\u0e31\u0e01\u0e2b\u0e19\u0e48\u0e27\u0e07 \u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e2b\u0e23\u0e39\u0e48\u0e41\u0e25\u0e30\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e \u0e07\u0e48\u0e32\u0e22\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e30\u0e2d\u0e32\u0e14 \u0e23\u0e32\u0e04\u0e32\u0e02\u0e32\u0e22\u0e2a\u0e48\u0e07\u0e17\u0e35\u0e48\u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19\u0e44\u0e14\u0e49 \u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e40\u0e21\u0e25\u0e32\u0e21\u0e35\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e04\u0e23\u0e31\u0e27\u0e40\u0e23\u0e37\u0e2d\u0e19 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-363","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/pages\/363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/comments?post=363"}],"version-history":[{"count":15,"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/pages\/363\/revisions"}],"predecessor-version":[{"id":885,"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/pages\/363\/revisions\/885"}],"wp:attachment":[{"href":"https:\/\/mockup1.twnweb.work\/en\/wp-json\/wp\/v2\/media?parent=363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}