{"id":790,"date":"2024-11-11T04:41:34","date_gmt":"2024-11-11T04:41:34","guid":{"rendered":"https:\/\/wallias.co.th\/?page_id=790"},"modified":"2024-11-12T08:13:05","modified_gmt":"2024-11-12T08:13:05","slug":"%e0%b8%aa%e0%b8%b2%e0%b8%a3%e0%b8%b0%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%a3%e0%b8%b9%e0%b9%89","status":"publish","type":"page","link":"https:\/\/wallias.co.th\/?page_id=790","title":{"rendered":"\u0e2a\u0e32\u0e23\u0e30\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"790\" class=\"elementor elementor-790\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3f2c05b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3f2c05b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-49579ec\" data-id=\"49579ec\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d46ac5a elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"d46ac5a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"th\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\u0e2a\u0e32\u0e23\u0e30\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n    <style>\r\n        body {\r\n            font-family: 'Kanit', 'Arial', sans-serif;\r\n            background-color: #ffffff;\r\n            margin: 0;\r\n            padding: 0;\r\n            color: #333;\r\n        }\r\n\r\n        .content {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 20px 15px;\r\n        }\r\n\r\n        .category-buttons {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            margin-bottom: 30px;\r\n            padding: 0 10px;\r\n        }\r\n\r\n        .category-buttons button {\r\n            background-color: #2A1A5E;\r\n            color: white;\r\n            padding: 12px 20px;\r\n            border-radius: 20px;\r\n            font-size: 1em;\r\n            cursor: pointer;\r\n            border: none;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: background-color 0.3s;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .category-buttons button i {\r\n            font-size: 1.2em;\r\n        }\r\n\r\n        .category-buttons button:hover {\r\n            background-color: #FF6B8A;\r\n        }\r\n\r\n        .cards-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr); \/* \u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e21\u0e35 3 \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c *\/\r\n            gap: 20px;\r\n            margin-top: 20px;\r\n            transition: all 0.3s ease-in-out;\r\n        }\r\n\r\n        .card {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 15px;\r\n            background-color: #ffffff;\r\n            border-radius: 12px;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n\r\n        .card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .card img {\r\n            width: 100%;\r\n            height: 200px;\r\n            border-radius: 10px;\r\n            object-fit: cover;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .card-content {\r\n            flex: 1;\r\n        }\r\n\r\n        .card h3 {\r\n            margin: 0 0 15px 0;\r\n            color: #2A1A5E;\r\n            font-size: 1.4em;\r\n            line-height: 1.4;\r\n        }\r\n\r\n        .card p {\r\n            color: #666;\r\n            line-height: 1.6;\r\n            margin: 0;\r\n            font-size: 1em;\r\n        }\r\n\r\n        .category-tag {\r\n            display: inline-block;\r\n            background-color: #2A1A5E;\r\n            color: white;\r\n            padding: 5px 15px;\r\n            border-radius: 20px;\r\n            font-size: 0.9em;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .read-more {\r\n            display: inline-block;\r\n            margin-top: 15px;\r\n            color: #FF6B8A;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .read-more:hover {\r\n            text-decoration: underline;\r\n        }\r\n\r\n        \/* Mobile-specific styles *\/\r\n        @media (max-width: 768px) {\r\n            .cards-container {\r\n                grid-template-columns: repeat(2, 1fr); \/* \u0e41\u0e2a\u0e14\u0e07 2 \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c *\/\r\n            }\r\n        }\r\n\r\n        \/* Small mobile devices *\/\r\n        @media (max-width: 480px) {\r\n            .cards-container {\r\n                grid-template-columns: 1fr; \/* \u0e41\u0e2a\u0e14\u0e07 1 \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c *\/\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"content\">\r\n        <div class=\"category-buttons\">\r\n            <button onclick=\"filterCategory('all')\"><i class=\"fas fa-th\"><\/i> \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14<\/button>\r\n            <button onclick=\"filterCategory('\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e')\"><i class=\"fas fa-heartbeat\"><\/i> \u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e<\/button>\r\n            <button onclick=\"filterCategory('\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21')\"><i class=\"fas fa-lightbulb\"><\/i> \u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21<\/button>\r\n            <button onclick=\"filterCategory('\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19')\"><i class=\"fas fa-shield-alt\"><\/i> \u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"cards-container\">\r\n            <div class=\"card\" id=\"card-1\" data-category=\"\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e\">\r\n                <img decoding=\"async\" src=\"https:\/\/wallias.co.th\/wp-content\/uploads\/2024\/11\/%E0%B9%81%E0%B8%A1%E0%B8%AA.png\" alt=\"\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e25\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e\">\r\n                <div class=\"card-content\">\r\n                    <span class=\"category-tag\">\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e<\/span>\r\n                    <h3>\u0e2a\u0e27\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01 N95 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22 \u0e01\u0e48\u0e2d\u0e19\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e1a\u0e49\u0e32\u0e19 \u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e15\u0e48\u0e2d\u0e2a\u0e38\u0e02<\/h3>\r\n                    <p>\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e44\u0e1b\u0e44\u0e2b\u0e19 \u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21\u0e2a\u0e27\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01 N95 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e38\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07...<\/p>\r\n                    <a href=\"https:\/\/wallias.co.th\/?page_id=816\" class=\"read-more\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card\" id=\"card-2\" data-category=\"\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\">\r\n                <img decoding=\"async\" src=\"https:\/\/wallias.co.th\/wp-content\/uploads\/2024\/11\/%E0%B8%84%E0%B8%B8%E0%B8%93%E0%B8%AA%E0%B8%A1%E0%B8%9A%E0%B8%B1%E0%B8%95%E0%B8%B4%E0%B9%80%E0%B8%94%E0%B9%88%E0%B8%99.png\" alt=\"\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c\">\r\n                <div class=\"card-content\">\r\n                    <span class=\"category-tag\">\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21<\/span>\r\n                    <h3>\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e40\u0e14\u0e48\u0e19\u0e41\u0e25\u0e30\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c<\/h3>\r\n                    <p>\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e40\u0e14\u0e48\u0e19\u0e41\u0e25\u0e30\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e21\u0e31\u0e01\u0e08\u0e30\u0e40\u0e19\u0e49\u0e19\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e46 \u0e17\u0e35\u0e48\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c...<\/p>\r\n                    <a href=\"https:\/\/wallias.co.th\/?page_id=833\" class=\"read-more\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card\" id=\"card-3\" data-category=\"\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\">\r\n                <img decoding=\"async\" src=\"https:\/\/wallias.co.th\/wp-content\/uploads\/2024\/11\/safe.png\" alt=\"\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e42\u0e23\u0e04\">\r\n                <div class=\"card-content\">\r\n                    <span class=\"category-tag\">\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19<\/span>\r\n                    <h3>\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e42\u0e23\u0e04\u0e20\u0e31\u0e22\u0e43\u0e19\u0e24\u0e14\u0e39\u0e1d\u0e19<\/h3>\r\n                    <p>\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e42\u0e23\u0e04\u0e20\u0e31\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e2a\u0e20\u0e32\u0e1e\u0e2d\u0e32\u0e01\u0e32\u0e28\u0e43\u0e19\u0e24\u0e14\u0e39\u0e1d\u0e19...<\/p>\r\n                    <a href=\"https:\/\/wallias.co.th\/?page_id=848\" class=\"read-more\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"card\" id=\"card-4\" data-category=\"\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\">\r\n                <img decoding=\"async\" src=\"https:\/\/wallias.co.th\/wp-content\/uploads\/2024\/11\/%E0%B8%AD%E0%B8%B2%E0%B8%81%E0%B8%B2%E0%B8%A8.png\" alt=\"\u0e21\u0e25\u0e1e\u0e34\u0e29\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e01\u0e32\u0e28\">\r\n                <div class=\"card-content\">\r\n                    <span class=\"category-tag\">\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19<\/span>\r\n                    <h3>\u0e27\u0e34\u0e18\u0e35\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e21\u0e25\u0e1e\u0e34\u0e29\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e01\u0e32\u0e28<\/h3>\r\n                    <p>\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e21\u0e25\u0e1e\u0e34\u0e29\u0e08\u0e32\u0e01\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e17\u0e35\u0e48\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07...<\/p>\r\n                    <a href=\"https:\/\/wallias.co.th\/?page_id=826\" class=\"read-more\">\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function filterCategory(category) {\r\n            const cards = document.querySelectorAll('.card');\r\n            cards.forEach(card => {\r\n                if (category === 'all' || card.dataset.category === category) {\r\n                    card.style.display = 'block';\r\n                } else {\r\n                    card.style.display = 'none';\r\n                }\r\n            });\r\n        }\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5572ad6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5572ad6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-08f4966\" data-id=\"08f4966\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-daaf3d4 elementor-widget elementor-widget-html\" data-id=\"daaf3d4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"th\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>FAQ - Wallias<\/title>\r\n    <style>\r\n        .faq-container {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            padding: 20px;\r\n            font-family: 'Prompt', sans-serif;\r\n        }\r\n\r\n        .faq-header {\r\n            color: #28236e;\r\n            font-size: 24px;\r\n            margin-bottom: 20px;\r\n            padding-bottom: 10px;\r\n            border-bottom: 2px solid #28236e;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .faq-header::before {\r\n            content: '';\r\n            display: inline-block;\r\n            width: 24px;\r\n            height: 24px;\r\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%2328236e'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z'\/%3E%3C\/svg%3E\");\r\n            background-size: contain;\r\n        }\r\n\r\n        .faq-item {\r\n            margin-bottom: 10px;\r\n            border: 1px solid #e0e0e0;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .faq-question {\r\n            background-color: #f8f9fa;\r\n            padding: 15px 20px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            font-weight: 500;\r\n            color: #28236e;\r\n            transition: background-color 0.3s ease;\r\n        }\r\n\r\n        .faq-question:hover {\r\n            background-color: #f0f1f3;\r\n        }\r\n\r\n        .faq-question::after {\r\n            content: '+';\r\n            font-size: 20px;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .faq-question.active::after {\r\n            content: '-';\r\n        }\r\n\r\n        .faq-answer {\r\n            padding: 0;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease, padding 0.3s ease;\r\n            background-color: white;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .faq-answer.show {\r\n            padding: 15px 20px;\r\n            max-height: 500px;\r\n        }\r\n\r\n        .category-title {\r\n            color: #28236e;\r\n            margin: 30px 0 15px 0;\r\n            font-size: 20px;\r\n            font-weight: 500;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n        }\r\n\r\n        .highlight {\r\n            background-color: #fff3cd;\r\n            padding: 2px 5px;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        .spec-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            margin: 10px 0;\r\n        }\r\n\r\n        .spec-table td {\r\n            padding: 8px;\r\n            border: 1px solid #e0e0e0;\r\n        }\r\n\r\n        .spec-table td:first-child {\r\n            font-weight: 500;\r\n            width: 40%;\r\n            background-color: #f8f9fa;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"faq-container\">\r\n        <h3 class=\"category-title\">\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c<\/h3>\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e02\u0e2d\u0e07 Wallias \u0e21\u0e35\u0e01\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17?<\/div>\r\n            <div class=\"faq-answer\">\r\n                \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22 Wallias \u0e21\u0e35 3 \u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e2b\u0e25\u0e31\u0e01:\r\n                <br>1. \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c Level 3 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c)\r\n                <br>2. \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b 3 \u0e0a\u0e31\u0e49\u0e19 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e27\u0e31\u0e19)\r\n                <br>3. \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e14\u0e47\u0e01 (\u0e02\u0e19\u0e32\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29 \u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e14\u0e47\u0e01\u0e2d\u0e32\u0e22\u0e38 4-12 \u0e1b\u0e35)\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"faq-item\">\r\n            <div class=\"faq-question\">\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e19\u0e32\u0e19\u0e41\u0e04\u0e48\u0e44\u0e2b\u0e19?<\/div>\r\n            <div class=\"faq-answer\">\r\n                \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e41\u0e1a\u0e1a\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e49\u0e27\u0e17\u0e34\u0e49\u0e07\u0e04\u0e27\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e17\u0e38\u0e01 4-8 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07 \u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e31\u0e19\u0e17\u0e35\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e35\u0e22\u0e01\u0e0a\u0e37\u0e49\u0e19 \u0e2a\u0e01\u0e1b\u0e23\u0e01 \u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e33\u0e23\u0e38\u0e14 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\r\n            <\/div>\r\n       \r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ FAQ toggle function\r\n        const faqQuestions = document.querySelectorAll('.faq-question');\r\n        faqQuestions.forEach(question => {\r\n            question.addEventListener('click', function () {\r\n                this.classList.toggle('active');\r\n                const answer = this.nextElementSibling;\r\n                answer.classList.toggle('show');\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1138d9e\" data-id=\"1138d9e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0e2a\u0e32\u0e23\u0e30\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49 \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14 \u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e \u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21 \u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19 \u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e \u0e2a\u0e27\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01 N95 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22 \u0e01\u0e48\u0e2d\u0e19\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e1a\u0e49\u0e32\u0e19 \u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e15\u0e48\u0e2d\u0e2a\u0e38\u0e02 \u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e44\u0e1b\u0e44\u0e2b\u0e19 \u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21\u0e2a\u0e27\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01 N95 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e38\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07&#8230; \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192 \u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21 \u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e40\u0e14\u0e48\u0e19\u0e41\u0e25\u0e30\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c \u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e40\u0e14\u0e48\u0e19\u0e41\u0e25\u0e30\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e21\u0e31\u0e01\u0e08\u0e30\u0e40\u0e19\u0e49\u0e19\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e46 \u0e17\u0e35\u0e48\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c&#8230; \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192 \u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19 \u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e42\u0e23\u0e04\u0e20\u0e31\u0e22\u0e43\u0e19\u0e24\u0e14\u0e39\u0e1d\u0e19 \u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e42\u0e23\u0e04\u0e20\u0e31\u0e22\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e2a\u0e20\u0e32\u0e1e\u0e2d\u0e32\u0e01\u0e32\u0e28\u0e43\u0e19\u0e24\u0e14\u0e39\u0e1d\u0e19&#8230; \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192 \u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19 \u0e27\u0e34\u0e18\u0e35\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e21\u0e25\u0e1e\u0e34\u0e29\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e01\u0e32\u0e28 \u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e08\u0e31\u0e01\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e21\u0e25\u0e1e\u0e34\u0e29\u0e08\u0e32\u0e01\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e17\u0e35\u0e48\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07&#8230; \u0e2d\u0e48\u0e32\u0e19\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u2192 FAQ &#8211; Wallias \u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e02\u0e2d\u0e07 Wallias \u0e21\u0e35\u0e01\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17? \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22 Wallias \u0e21\u0e35 3 \u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e2b\u0e25\u0e31\u0e01: 1. \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c Level 3 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c) 2. \u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b 3 \u0e0a\u0e31\u0e49\u0e19 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e27\u0e31\u0e19) [&hellip;]<\/p>\n","protected":false},"author":2,"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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","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-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-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-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-gradient":""}},"ast-content-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-gradient":""},"tablet":{"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-gradient":""},"mobile":{"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-gradient":""}},"footnotes":""},"class_list":["post-790","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/pages\/790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wallias.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=790"}],"version-history":[{"count":71,"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/pages\/790\/revisions"}],"predecessor-version":[{"id":937,"href":"https:\/\/wallias.co.th\/index.php?rest_route=\/wp\/v2\/pages\/790\/revisions\/937"}],"wp:attachment":[{"href":"https:\/\/wallias.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}