{"id":68804,"date":"2026-07-23T09:17:47","date_gmt":"2026-07-23T02:17:47","guid":{"rendered":"https:\/\/sukhothai2.go.th\/2020\/?page_id=68804"},"modified":"2026-07-23T09:28:41","modified_gmt":"2026-07-23T02:28:41","slug":"%e0%b9%81%e0%b8%88%e0%b9%89%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b8%a3%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b9%80%e0%b8%a3%e0%b8%b5%e0%b8%a2%e0%b8%99-69","status":"publish","type":"page","link":"https:\/\/sukhothai2.go.th\/2020\/?page_id=68804","title":{"rendered":""},"content":{"rendered":"\n<!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>\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19<\/title>\n    <!-- \u0e42\u0e2b\u0e25\u0e14 Font Prompt \u0e41\u0e25\u0e30 FontAwesome -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Prompt', sans-serif;\n        }\n\n        body {\n            background-color: #f4f7f6;\n            color: #333;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 40px 20px;\n        }\n\n        .container {\n            max-width: 900px; \/* \u0e1b\u0e23\u0e31\u0e1a\u0e02\u0e19\u0e32\u0e14\u0e04\u0e27\u0e32\u0e21\u0e01\u0e27\u0e49\u0e32\u0e07\u0e23\u0e27\u0e21\u0e43\u0e2b\u0e49\u0e1e\u0e2d\u0e14\u0e35\u0e01\u0e31\u0e1a\u0e41\u0e1a\u0e1a 2 \u0e01\u0e32\u0e23\u0e4c\u0e14\u0e15\u0e48\u0e2d\u0e41\u0e16\u0e27 *\/\n            width: 100%;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 35px;\n        }\n\n        .header h1 {\n            color: #1e293b;\n            font-size: 2rem;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .header p {\n            color: #64748b;\n            font-size: 1rem;\n        }\n\n        \/* Grid Layout: \u0e41\u0e16\u0e27\u0e25\u0e30 2 \u0e01\u0e32\u0e23\u0e4c\u0e14 *\/\n        .card-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr); \/* \u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a 2 \u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c *\/\n            gap: 25px;\n        }\n\n        \/* Card Style *\/\n        .card {\n            background: #ffffff;\n            border-radius: 16px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            overflow: hidden;\n            border: 1px solid #e2e8f0;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);\n        }\n\n        \/* Banner Container inside Card *\/\n        .card-banner {\n            width: 100%;\n            height: 160px; \/* \u0e1b\u0e23\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e39\u0e07\u0e41\u0e1a\u0e19\u0e40\u0e19\u0e2d\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e44\u0e14\u0e49\u0e2a\u0e31\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e01\u0e27\u0e49\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19 *\/\n            overflow: hidden;\n            position: relative;\n            background-color: #e2e8f0;\n        }\n\n        .card-banner img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.4s ease;\n        }\n\n        .card:hover .card-banner img {\n            transform: scale(1.05);\n        }\n\n        \/* Card Content Inner Padding *\/\n        .card-body {\n            padding: 24px;\n            display: flex;\n            flex-direction: column;\n            flex-grow: 1;\n            justify-content: space-between;\n        }\n\n        .card-title2 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1e293b;\n            margin-bottom: 10px;\n            line-height: 1.4;\n        }\n\n        .card-desc {\n            font-size: 0.9rem;\n            color: #64748b;\n            margin-bottom: 20px;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n\n        .btn-link {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            text-decoration: none;\n            padding: 12px 16px;\n            border-radius: 8px;\n            font-weight: 500;\n            font-size: 0.95rem;\n            transition: background-color 0.2s ease;\n            width: 100%;\n            text-align: center;\n        }\n\n        .btn-content {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        \/* Button Color Themes *\/\n        .card-general .btn-link { background-color: #0284c7; color: #fff; }\n        .card-general .btn-link:hover { background-color: #0369a1; }\n\n        .card-internal .btn-link { background-color: #d97706; color: #fff; }\n        .card-internal .btn-link:hover { background-color: #b45309; }\n\n        .card-nacc .btn-link { background-color: #dc2626; color: #fff; }\n        .card-nacc .btn-link:hover { background-color: #b91c1c; }\n\n        .card-pacc .btn-link { background-color: #7e22ce; color: #fff; }\n        .card-pacc .btn-link:hover { background-color: #6b21a8; }\n\n        .hotline {\n            font-size: 0.8rem;\n            margin-top: 2px;\n            opacity: 0.9;\n            font-weight: 400;\n        }\n\n        .footer-note {\n            text-align: center;\n            margin-top: 35px;\n            font-size: 0.85rem;\n            color: #94a3b8;\n        }\n\n        \/* Responsive: \u0e1a\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d \u0e43\u0e2b\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e16\u0e27\u0e25\u0e30 1 \u0e01\u0e32\u0e23\u0e4c\u0e14\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e44\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e19\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b *\/\n        @media (max-width: 640px) {\n            .card-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <div class=\"header\">\n        <h1><i class=\"fa-solid fa-shield-halved\"><\/i> \u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19<\/h1>\n        <p>\u0e42\u0e1b\u0e23\u0e14\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e35\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e27\u0e31\u0e15\u0e16\u0e38\u0e1b\u0e23\u0e30\u0e2a\u0e07\u0e04\u0e4c\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19 \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e27\u0e32\u0e21\u0e25\u0e31\u0e1a<\/p>\n    <\/div>\n\n    <div class=\"card-grid\">\n        \n        <!-- Card 1: \u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b -->\n        <div class=\"card card-general\">\n            <div class=\"card-banner\">\n                <img decoding=\"async\" src=\"http:\/\/sukhothai2.go.th\/2020\/wp-content\/uploads\/2026\/07\/1.png\" alt=\"\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\">\n            <\/div>\n            <div class=\"card-body\">\n                <div>\n                    <h2 class=\"card-title2\">1. \u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/h2>\n                    <p class=\"card-desc\">\u0e41\u0e08\u0e49\u0e07\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 \u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e30\u0e14\u0e27\u0e01 \u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e39\u0e1b\u0e42\u0e20\u0e04\u0e0a\u0e33\u0e23\u0e38\u0e14 \u0e2b\u0e23\u0e37\u0e2d\u0e02\u0e49\u0e2d\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e30\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b <\/p>\n                <\/div>\n                <a href=\"https:\/\/sukhothai2.go.th\/2020\/?page_id=47365\" class=\"btn-link\" target=\"_blank\">\n                    <span class=\"btn-content\">\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b <i class=\"fa-solid fa-arrow-right\"><\/i><\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Card 2: \u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e01\u0e32\u0e23\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48 -->\n        <div class=\"card card-internal\">\n            <div class=\"card-banner\">\n                <img decoding=\"async\" src=\"http:\/\/sukhothai2.go.th\/2020\/wp-content\/uploads\/2026\/07\/2.png\" alt=\"\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\u0e20\u0e32\u0e22\u0e43\u0e19\">\n            <\/div>\n            <div class=\"card-body\">\n                <div>\n                    <h2 class=\"card-title2\">2. \u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\/\u0e1b\u0e23\u0e30\u0e1e\u0e24\u0e15\u0e34\u0e21\u0e34\u0e0a\u0e2d\u0e1a<\/h2>\n                    <p class=\"card-desc\">\u0e41\u0e08\u0e49\u0e07\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e42\u0e14\u0e22\u0e21\u0e34\u0e0a\u0e2d\u0e1a \u0e40\u0e23\u0e35\u0e22\u0e01\u0e23\u0e31\u0e1a\u0e1c\u0e25\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c \u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\u0e20\u0e32\u0e22\u0e43\u0e19 \u0e2a\u0e1e\u0e1b.\u0e2a\u0e38\u0e42\u0e02\u0e17\u0e31\u0e22 \u0e40\u0e02\u0e15 \u0e52<\/p>\n                <\/div>\n                <a href=\"https:\/\/sukhothai2.go.th\/2020\/?page_id=4974\" class=\"btn-link\" target=\"_blank\">\n                    <span class=\"btn-content\">\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\/\u0e1b\u0e23\u0e30\u0e1e\u0e24\u0e15\u0e34\u0e21\u0e34\u0e0a\u0e2d\u0e1a <i class=\"fa-solid fa-arrow-right\"><\/i><\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Card 3: \u0e1b.\u0e1b.\u0e0a. -->\n        <div class=\"card card-nacc\">\n            <div class=\"card-banner\">\n                <img decoding=\"async\" src=\"http:\/\/sukhothai2.go.th\/2020\/wp-content\/uploads\/2026\/07\/nacc.png\" alt=\"\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19 \u0e1b.\u0e1b.\u0e0a.\">\n            <\/div>\n            <div class=\"card-body\">\n                <div>\n                    <h2 class=\"card-title2\">3. \u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19 \u0e01\u0e31\u0e1a \u0e1b.\u0e1b.\u0e0a.<\/h2>\n                    <p class=\"card-desc\">\u0e2a\u0e48\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e15\u0e23\u0e07\u0e16\u0e36\u0e07\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19 \u0e1b.\u0e1b.\u0e0a. <\/p>\n                <\/div>\n                <a href=\"https:\/\/www.nacc.go.th\/allcomplaint?csrt=3685467630246420193\" class=\"btn-link\" target=\"_blank\">\n                    <span class=\"btn-content\">\u0e22\u0e37\u0e48\u0e19\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e31\u0e1a \u0e1b.\u0e1b.\u0e0a. <i class=\"fa-solid fa-arrow-up-right-from-square\"><\/i><\/span>\n                    <span class=\"hotline\">(\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1205)<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Card 4: \u0e1b.\u0e1b.\u0e17. -->\n        <div class=\"card card-pacc\">\n            <div class=\"card-banner\">\n                <img decoding=\"async\" src=\"http:\/\/sukhothai2.go.th\/2020\/wp-content\/uploads\/2026\/07\/pacc.png\" alt=\"\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19 \u0e1b.\u0e1b.\u0e17.\">\n            <\/div>\n            <div class=\"card-body\">\n                <div>\n                    <h2 class=\"card-title2\">4. \u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19 \u0e01\u0e31\u0e1a \u0e1b.\u0e1b.\u0e17.<\/h2>\n                    <p class=\"card-desc\">\u0e2a\u0e48\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e15\u0e23\u0e07\u0e16\u0e36\u0e07\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19 \u0e1b.\u0e1b.\u0e17. <BR>\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e17\u0e38\u0e08\u0e23\u0e34\u0e15\u0e43\u0e19\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10 \u0e1d\u0e48\u0e32\u0e22\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23 \u0e41\u0e25\u0e30\u0e02\u0e49\u0e32\u0e23\u0e32\u0e0a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e08\u0e33<\/p>\n                <\/div>\n                <a href=\"https:\/\/anonymous.pacc.go.th\/\" class=\"btn-link\" target=\"_blank\">\n                    <span class=\"btn-content\">\u0e22\u0e37\u0e48\u0e19\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e31\u0e1a \u0e1b.\u0e1b.\u0e17. <i class=\"fa-solid fa-arrow-up-right-from-square\"><\/i><\/span>\n                    <span class=\"hotline\">(\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1206)<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"footer-note\">\n        <p><i class=\"fa-solid fa-lock\"><\/i> \u0e17\u0e38\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e21\u0e35\u0e21\u0e32\u0e15\u0e23\u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e41\u0e08\u0e49\u0e07\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e15\u0e32\u0e21\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e04\u0e23\u0e48\u0e07\u0e04\u0e23\u0e31\u0e14<\/p>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e41\u0e08\u0e49\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d<\/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-68804","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/pages\/68804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=68804"}],"version-history":[{"count":5,"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/pages\/68804\/revisions"}],"predecessor-version":[{"id":68814,"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=\/wp\/v2\/pages\/68804\/revisions\/68814"}],"wp:attachment":[{"href":"https:\/\/sukhothai2.go.th\/2020\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=68804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}