{"id":273,"date":"2024-12-23T11:34:12","date_gmt":"2024-12-23T04:34:12","guid":{"rendered":"https:\/\/mdlth.com\/?p=273"},"modified":"2024-12-30T10:34:32","modified_gmt":"2024-12-30T03:34:32","slug":"easymenu","status":"publish","type":"post","link":"https:\/\/mdlth.com\/th\/\u0e40\u0e21\u0e19\u0e39\u0e07\u0e48\u0e32\u0e22\/","title":{"rendered":"\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e15\u0e48\u0e2d\u0e1e\u0e48\u0e27\u0e07 \u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e15\u0e32\u0e21\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30"},"content":{"rendered":"<style>\r\n    .order-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 2rem 1rem;\r\n        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\r\n    }\r\n\r\n    .hero-section {\r\n        position: relative;\r\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\r\n        border-radius: 12px;\r\n        padding: 3rem 2rem;\r\n        margin-bottom: 3rem;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .hero-content {\r\n        max-width: 60%;\r\n    }\r\n\r\n    .hero-image {\r\n        position: absolute;\r\n        top: 50%;\r\n        right: 2rem;\r\n        transform: translateY(-50%);\r\n        width: 35%;\r\n        height: 80%;\r\n        background: #e5e7eb;\r\n        border-radius: 12px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .section-title {\r\n        font-size: 2rem;\r\n        color: #1e40af;\r\n        margin-bottom: 1.5rem;\r\n    }\r\n\r\n    .highlight-box {\r\n        background: white;\r\n        padding: 1.5rem;\r\n        border-radius: 8px;\r\n        margin: 1.5rem 0;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .feature-section {\r\n        margin: 3rem 0;\r\n    }\r\n\r\n    .feature-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 2rem;\r\n        margin: 2rem 0;\r\n    }\r\n\r\n    .feature-card {\r\n        background: white;\r\n        border-radius: 12px;\r\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n        overflow: hidden;\r\n        display: flex;\r\n        flex-direction: column;\r\n    }\r\n\r\n    .feature-image {\r\n        width: 100%;\r\n        height: 200px;\r\n        background: #e5e7eb;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .feature-content {\r\n        padding: 1.5rem;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .feature-title {\r\n        font-size: 1.25rem;\r\n        color: #1e40af;\r\n        margin-bottom: 1rem;\r\n        padding-bottom: 0.5rem;\r\n        border-bottom: 2px solid #e0f2fe;\r\n        font-weight: bold;\r\n    }\r\n\r\n    .workflow-section {\r\n        background: #f8fafc;\r\n        border-radius: 12px;\r\n        padding: 2rem;\r\n        margin: 2rem 0;\r\n    }\r\n\r\n    .workflow-steps {\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 1.5rem;\r\n        margin-top: 2rem;\r\n    }\r\n\r\n    .step-card {\r\n        background: white;\r\n        padding: 1.5rem;\r\n        border-radius: 8px;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        position: relative;\r\n    }\r\n\r\n    .step-number {\r\n        position: absolute;\r\n        top: -1rem;\r\n        left: -1rem;\r\n        width: 2.5rem;\r\n        height: 2.5rem;\r\n        background: #2563eb;\r\n        color: white;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-weight: bold;\r\n    }\r\n\r\n    .benefits-section {\r\n        margin: 3rem 0;\r\n    }\r\n\r\n    .benefit-list {\r\n        background: white;\r\n        border-radius: 12px;\r\n        padding: 2rem;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .hero-content {\r\n            max-width: 100%;\r\n        }\r\n\r\n        .hero-image {\r\n            display: none;\r\n        }\r\n\r\n        .feature-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        .workflow-steps {\r\n            grid-template-columns: 1fr;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"order-container\">\r\n    <div class=\"hero-section\">\r\n        <div class=\"hero-content\">\r\n            <h1 class=\"section-title\">\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e15\u0e32\u0e21\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30<\/h1>\r\n            <p>\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e2b\u0e25\u0e32\u0e22\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e2a\u0e21\u0e32\u0e23\u0e4c\u0e17\u0e42\u0e1f\u0e19\u0e41\u0e25\u0e30\u0e41\u0e17\u0e47\u0e1a\u0e40\u0e25\u0e47\u0e15\u0e41\u0e25\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e21\u0e32\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e43\u0e19\u0e23\u0e32\u0e04\u0e32\u0e1b\u0e23\u0e30\u0e2b\u0e22\u0e31\u0e14 \u0e1a\u0e23\u0e23\u0e25\u0e38\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e07\u0e32\u0e19\u0e23\u0e49\u0e32\u0e19\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e17\u0e31\u0e49\u0e07\u0e25\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e38\u0e19\u0e40\u0e23\u0e34\u0e48\u0e21\u0e41\u0e23\u0e01<\/p>\r\n            <div class=\"highlight-box\">\r\n                <strong>\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e02\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e1a<\/strong>\r\n                <p>\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a QR \u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e41\u0e15\u0e48\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e44\u0e14\u0e49\u0e2b\u0e25\u0e32\u0e22\u0e20\u0e32\u0e29\u0e32 \u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e02\u0e2d\u0e07\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e23\u0e49\u0e32\u0e19\u0e04\u0e49\u0e32 \u0e08\u0e36\u0e07\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e14\u0e15\u0e49\u0e19\u0e17\u0e38\u0e19\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e44\u0e14\u0e49<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"hero-image\">\r\n           <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/Firefly-\u98f2\u98df\u5e97\u3067\u30c9\u30ea\u30f3\u30af\u306e\u7f6e\u3044\u3066\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u304b\u3089\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067QR\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u53d6\u308b\u69d8\u5b50\u306e\u30a4\u30e1\u30fc\u30b8-25075.jpg\" alt=\"\" width=\"576\" height=\"448\" class=\"alignnone size-full wp-image-345\" srcset=\"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/Firefly-\u98f2\u98df\u5e97\u3067\u30c9\u30ea\u30f3\u30af\u306e\u7f6e\u3044\u3066\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u304b\u3089\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067QR\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u53d6\u308b\u69d8\u5b50\u306e\u30a4\u30e1\u30fc\u30b8-25075.jpg 576w, https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/Firefly-\u98f2\u98df\u5e97\u3067\u30c9\u30ea\u30f3\u30af\u306e\u7f6e\u3044\u3066\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u304b\u3089\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067QR\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u53d6\u308b\u69d8\u5b50\u306e\u30a4\u30e1\u30fc\u30b8-25075-300x233.jpg 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"feature-section\">\r\n        <h2 class=\"section-title\">\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e2b\u0e25\u0e31\u0e01<\/h2>\r\n        <div class=\"feature-grid\">\r\n            <div class=\"feature-card\">\r\n                <div class=\"feature-image\">\r\n                   <img decoding=\"async\" src=\"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/qr-image.jpg\">\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3 class=\"feature-title\">\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a QR \u0e15\u0e32\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21<\/h3>\r\n                    <p>QR Code \u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e08\u0e30\u0e2d\u0e2d\u0e01\u0e43\u0e2b\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e21\u0e32\u0e16\u0e36\u0e07 \u0e1a\u0e23\u0e23\u0e25\u0e38\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e0b\u0e36\u0e48\u0e07\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07\u0e01\u0e31\u0e1a\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e15\u0e32\u0e23\u0e32\u0e07<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-card\">\r\n                <div class=\"feature-image\">\r\n                   <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/lang-image.jpg\" alt=\"\" width=\"568\" height=\"200\" class=\"alignnone size-full wp-image-360\" srcset=\"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/lang-image.jpg 568w, https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/lang-image-300x106.jpg 300w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3 class=\"feature-title\">\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e2b\u0e25\u0e32\u0e22\u0e20\u0e32\u0e29\u0e32<\/h3>\r\n                    <p>\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e08\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e19\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e41\u0e25\u0e30\u0e23\u0e49\u0e32\u0e19\u0e04\u0e49\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23 \u0e40\u0e23\u0e32\u0e15\u0e23\u0e30\u0e2b\u0e19\u0e31\u0e01\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e23\u0e32\u0e1a\u0e23\u0e37\u0e48\u0e19\u0e0b\u0e36\u0e48\u0e07\u0e01\u0e49\u0e32\u0e27\u0e02\u0e49\u0e32\u0e21\u0e2d\u0e38\u0e1b\u0e2a\u0e23\u0e23\u0e04\u0e17\u0e32\u0e07\u0e20\u0e32\u0e29\u0e32<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"workflow-section\">\r\n        <h2 class=\"section-title\">\u0e01\u0e23\u0e30\u0e41\u0e2a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19<\/h2>\r\n        <div class=\"workflow-steps\">\r\n            <div class=\"step-card\">\r\n                <div class=\"step-number\">1<\/div>\r\n                <h3>\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e23\u0e2b\u0e31\u0e2a QR<\/h3>\r\n                <p>\u0e40\u0e23\u0e32\u0e08\u0e30\u0e2d\u0e2d\u0e01\u0e23\u0e2b\u0e31\u0e2a QR \u0e1e\u0e34\u0e40\u0e28\u0e29\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21\u0e0a\u0e21\u0e23\u0e49\u0e32\u0e19\u0e04\u0e49\u0e32<\/p>\r\n            <\/div>\r\n            <div class=\"step-card\">\r\n                <div class=\"step-number\">2<\/div>\r\n                <h3>\u0e14\u0e39\u0e40\u0e21\u0e19\u0e39<\/h3>\r\n                <p>\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e39\u0e40\u0e21\u0e19\u0e39\u0e1a\u0e19\u0e2a\u0e21\u0e32\u0e23\u0e4c\u0e17\u0e42\u0e1f\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e44\u0e14\u0e49<\/p>\r\n            <\/div>\r\n            <div class=\"step-card\">\r\n                <div class=\"step-number\">3<\/div>\r\n                <h3>\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07<\/h3>\r\n                <p>\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e20\u0e32\u0e29\u0e32\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23<\/p>\r\n            <\/div>\r\n            <div class=\"step-card\">\r\n                <div class=\"step-number\">4<\/div>\r\n                <h3>\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d<\/h3>\r\n                <p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e41\u0e25\u0e30\u0e15\u0e2d\u0e1a\u0e01\u0e25\u0e31\u0e1a\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30\u0e02\u0e2d\u0e07\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"benefits-section\">\r\n        <h2 class=\"section-title\">\u0e02\u0e49\u0e2d\u0e14\u0e35\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e41\u0e19\u0e30\u0e19\u0e33<\/h2>\r\n        <div class=\"benefit-list\">\r\n            <div class=\"feature-grid\">\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-content\">\r\n                        <h3 class=\"feature-title\">\u0e01\u0e32\u0e23\u0e41\u0e19\u0e30\u0e19\u0e33\u0e15\u0e49\u0e19\u0e17\u0e38\u0e19\u0e15\u0e48\u0e33<\/h3>\r\n                        <p>\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e25\u0e14\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e38\u0e19\u0e43\u0e19\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e40\u0e0a\u0e48\u0e19 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e43\u0e19\u0e04\u0e23\u0e31\u0e27<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-content\">\r\n                        <h3 class=\"feature-title\">\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e02\u0e2d\u0e07\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48<\/h3>\r\n                        <p>\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e08\u0e31\u0e14\u0e40\u0e01\u0e47\u0e1a\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1e\u0e34\u0e40\u0e28\u0e29<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-content\">\r\n                        <h3 class=\"feature-title\">\u0e1b\u0e23\u0e32\u0e28\u0e08\u0e32\u0e01\u0e2d\u0e38\u0e1b\u0e2a\u0e23\u0e23\u0e04\u0e14\u0e49\u0e32\u0e19\u0e20\u0e32\u0e29\u0e32<\/h3>\r\n                        <p>\u0e40\u0e23\u0e32\u0e08\u0e30\u0e2d\u0e33\u0e19\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e30\u0e14\u0e27\u0e01\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e23\u0e32\u0e1a\u0e23\u0e37\u0e48\u0e19\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e41\u0e25\u0e30\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e0a\u0e32\u0e27\u0e15\u0e48\u0e32\u0e07\u0e0a\u0e32\u0e15\u0e34<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-card\">\r\n                    <div class=\"feature-content\">\r\n                        <h3 class=\"feature-title\">\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e07\u0e48\u0e32\u0e22<\/h3>\r\n                        <p>\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e0a\u0e32\u0e0d\u0e09\u0e25\u0e32\u0e14\u0e0a\u0e48\u0e27\u0e22\u0e25\u0e14\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e1d\u0e36\u0e01\u0e2d\u0e1a\u0e23\u0e21\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e19\u0e49\u0e2d\u0e22\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e2a\u0e21\u0e32\u0e23\u0e4c\u0e17\u0e14\u0e35\u0e44\u0e27\u0e0b\u0e4c \u0e40\u0e1b\u0e47\u0e19\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e2a\u0e21\u0e32\u0e23\u0e4c\u0e17\u0e42\u0e1f\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e17\u0e47\u0e1a\u0e40\u0e25\u0e47\u0e15 \u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e2b\u0e25\u0e32\u0e22\u0e20\u0e32\u0e29\u0e32\u0e43\u0e19\u0e15\u0e49\u0e19\u0e17\u0e38\u0e19\u0e15\u0e48\u0e33 [\u2026]<\/p>","protected":false},"author":1,"featured_media":275,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[37],"tags":[],"class_list":["post-273","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mobileorder"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/mdlth.com\/wp-content\/uploads\/2024\/12\/\u30e2\u30d0\u30a4\u30eb\u30aa\u30fc\u30c0\u30fc\u6700\u5c0f\u69cb\u6210.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/posts\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/comments?post=273"}],"version-history":[{"count":10,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/posts\/273\/revisions"}],"predecessor-version":[{"id":361,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/posts\/273\/revisions\/361"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/media\/275"}],"wp:attachment":[{"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/media?parent=273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/categories?post=273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mdlth.com\/th\/wp-json\/wp\/v2\/tags?post=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}